Viewing 15 posts - 3,766 through 3,780 (of 7,168 total)
Suresh B. (6/20/2012)
You cannot take backup using linked server. Linked server is meant for querying only.
That is actually not true, although a Linked Server will not do what the OP...
June 21, 2012 at 10:22 am
The exception message should help track down the problem. Is it something like 'execute permission denied' or 'insert denied on...'? Also, are you using any system stored procedures (e.g. xp_cmdshell)...
June 21, 2012 at 9:06 am
dmbaker (6/21/2012)
...may be wasteful in terms of processor cycles, but it makes it a bit clearer that the author was at least deliberately thinking about the NULL case....
June 21, 2012 at 7:44 am
Adding Database Users to the db_owner Role will work fine however this is a good time to start thinking about User-defined Database Roles. I like to only grant permissions, including...
June 21, 2012 at 7:08 am
DLathrop (6/20/2012)
WHERE ship_by_date > @today
OR ( ...
June 21, 2012 at 6:09 am
Jeff Moden (6/19/2012)
June 20, 2012 at 5:04 am
Sachin Nandanwar (6/19/2012)
@Grant
Yes the whole optimization effort was done based on the readings of the execution plan.I have achieved significant gain in terms of the execution time(screenshot...
June 19, 2012 at 9:43 am
SP2 is very old. Is applying SP4+CU3+MS11-049 an option?
One more question about the data. How many rows are you calculating the Median over? Median being what it is, you have...
June 19, 2012 at 9:34 am
I am seeing some reports of this kind of issue with earlier builds of 2005. What build are you running?
SELECT SERVERPROPERTY('Edition') AS Edition,
...
June 19, 2012 at 7:49 am
Please post all messages from the SQL Server Error Log if you don't mind and have a moment. I would be interested to see what was written.
June 19, 2012 at 6:47 am
Yeah, that sounds like a bad build, either of the .NET framework or of SQL Server, or both. Please post back when you get the new server and let us...
June 19, 2012 at 6:38 am
nick947 (6/19/2012)
"Msg 6522, Level 16, State 2, Line 6
A .NET Framework error occurred...
June 19, 2012 at 6:14 am
SQL Server will buffer the trace results for performance reasons. Depending on what you set your trace file size to, and presumably what else is going on with the server...
June 19, 2012 at 6:03 am
I did not run it, but your code looks OK to me. One item that came to mind is that serialized SQLCLR objects in SQL Server 2005 have a max...
June 19, 2012 at 5:58 am
Viewing 15 posts - 3,766 through 3,780 (of 7,168 total)