Viewing 15 posts - 1,186 through 1,200 (of 1,479 total)
Check if you passed NULL to the procedure.
Adi
January 26, 2009 at 3:12 pm
As you already wrote the mirrored database can not be accessed at all (not for read and not for write). A snapshot database can be used for read operations...
January 26, 2009 at 6:54 am
You have to put your parameter in side parentheses (e.g. SELECT TOP (@ReturnNumber ) feProduct.ProductID, etc etc etc)
Adi
January 26, 2009 at 5:40 am
As far as I know with triggers you can not rollback part of the trigger. You have rollback the whole trigger or commit the whole of the trigger. ...
January 26, 2009 at 5:35 am
Does the user has a login defined in the SQL Server? If he doesn't your have to create one using create login statement.
Adi
January 26, 2009 at 2:49 am
I think that the answer “You cannot set IDENTITY_INSERT on for more than one table in a database” should be changed to You cannot set IDENTITY_INSERT on for more...
January 26, 2009 at 1:40 am
If you need it for a job, then you can also use a regular select query and output the results to a file. Check out the advance tab in...
January 25, 2009 at 9:50 pm
First I have to admit that I’m shooting in the dark because I haven’t seen SQL Server 6.5 for many years. After you upgrade the server to SQL Server...
January 23, 2009 at 8:49 am
You have 2 messages. The first message is a warning which means that you have some aggregation function, but the server encountered null value. Since null is an...
January 22, 2009 at 3:33 pm
do (1/22/2009)
January 22, 2009 at 3:14 pm
Not that I think that turrasque’s way is wrong, but it is an opportunity to write about a little known feature that is called agent tokens. This feature can...
January 22, 2009 at 8:52 am
I’m sorry but something here seems strange. In your first post you wrote about a table that when you run an insert statement into it and you use getdate(),...
January 21, 2009 at 2:00 am
There is no need to do a backup because this is the TempDB. Unlike the rest of the databases, each time that the server is started, it creates the...
January 20, 2009 at 10:18 am
Are there any triggers on the table?
Adi
January 20, 2009 at 9:01 am
Viewing 15 posts - 1,186 through 1,200 (of 1,479 total)