| Thread | Last Post | Replies |
|
| Instead of Triggers --SQL 2005 | 28 Feb 2009 23:59 GMT | 1 |
I am using SQL 2005 I had a question regarding instead of triggers. Can we have all 3 triggers on a table like 2 ´normal triggers and 1 instead of trigger Trigger for Insert
|
| Try-Catch - Can this be done? | 28 Feb 2009 23:57 GMT | 1 |
Can someone please tell me if the following is possible to achieve using Try-Catch? I'm using try-catch for general error handling. But i'd lilke to use it for handling certain business rule failures in the
|
| activity monitor not visible in sql2008 | 28 Feb 2009 22:20 GMT | 2 |
i do have the problem that i do not see activity monitor beneath management in sql2008 on a freshly installed box even i am logged in with full privileges (bulkadmin, sysadmin, etc). any idea why?
|
| How to determine the date & time - SQL Server 2000 ? | 28 Feb 2009 00:30 GMT | 2 |
For a database running SQL Server 2000, we get a field containing date & time. We find that the data type is INT 4 and the content in that field are integers like
|
| Object reference not set to an instance of an object Error | 27 Feb 2009 23:22 GMT | 2 |
I have ms sql 2005 sp2 64 bits. I got the below error when right click on the table via the object explorer and selected the Design option. Any idea how to resolve it? Object reference not set to an instance of an object
|
| Data modelling tools | 27 Feb 2009 19:40 GMT | 2 |
Any suggestions on data modelling tools besides Visio?
|
| Linked Server: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. | 27 Feb 2009 19:24 GMT | 1 |
I have two windows 2003 server with 6 instances of SQL 2005 64bit installed on each of them: Server1: Server1\dev
|
| Monitoring for cluster failover | 27 Feb 2009 15:42 GMT | 1 |
I need an alert when a cluster fails over. I tried creating a WMI alert - SELECT * FROM MSCluster_Event WITHIN 10 But it doesn't seem to see the sql group failing....it can't monitor itself apparently.
|
| INSTEAD OF TRIGGERS - SQL 2005 | 27 Feb 2009 11:30 GMT | 1 |
I am using SQL 2005 I had a question regarding instead of triggers. Can we have all 3 triggers on a table like 2 ´normal triggers and 1 instead of trigger Trigger for Insert
|
| Activity by process | 27 Feb 2009 10:31 GMT | 2 |
We have an SQL Server 2005 server that is running at 95% and we can't tell which process is causing this to happen. The Activity monitor shows the processes and when is runnable (not sure if that means it is running or not). I have tempdb whose status is runnable
|
| SQL Collation and Sort Order | 27 Feb 2009 07:20 GMT | 2 |
I have installed SQL Server with the following: Collation = Latin1_General_BIN and the SQL Sort Order = 0. This is a vendor application and the vendor needs the Collation to be
|
| SQL 2005 Services | 27 Feb 2009 02:29 GMT | 12 |
I am using SQL 2005, I have a question regarding notification, our SQL 2005 has a curitial role in our enviorment, that is why I would like to get a E-mail notification, when ever mssql service or sql agent service crached.
|
| OS_SCHEDULER_YIELD wait type question re performance | 27 Feb 2009 02:23 GMT | 6 |
Wondered if anyone could help with an upgrade problem that i have. We have a 64bit sql 2000 machine that we are trying to upgrade. We did a test by moving the machine into a 32bit 2005 environment on a server that has 8 logical processors (4 dual core) and 16gb ram. The 64bit
|
| Problem with 'case sensitive' after change collation | 26 Feb 2009 22:07 GMT | 1 |
the collation of my database was: "Latin1_General_CI_AI". I changed it for "Chinese_PRC_90_BIN" because I want to store chinese and english stuff. I used this SQL command:
|
| No Default Schema for Windows Groups - Seriously? | 26 Feb 2009 20:34 GMT | 1 |
Hey folks, We have recently made the move (in dev at least) to SQL 2005. I have recently discovered that I am unable to create a default schema (dbo) for a windows group. Am I forced to manipulate permissions for each login
|