Viewing 15 posts - 241 through 255 (of 497 total)
jsteinbeck (10/23/2008)
I...
October 23, 2008 at 8:57 pm
This code comes from BOL. @IntVariable is a local variable. So what is different in my code?
DECLARE @IntVariable INT;
DECLARE @SQLString NVARCHAR(500);
DECLARE @ParmDefinition NVARCHAR(500);
/* Build the SQL string...
October 23, 2008 at 6:28 pm
This is good news. I've been on SQL 2005 Performance course and they mentioned that Microsoft gets away from DBCC commands towards DMVs, and DBCC will eventually disappear. ...
October 23, 2008 at 12:11 am
GilaMonster (8/27/2008)
Strange. Did you run it in database 6?Have you dropped/truncated any tables since the deadlock message? It could account for why the partition is no longer there.
Yes I did...
August 27, 2008 at 5:51 pm
GilaMonster (8/26/2008)
select object_id from...
August 26, 2008 at 11:48 pm
Attached the file. Had to change the extension from .xdl to .txt.
I've actually posted it in the first message, but I did not realise that all the tags were...
August 26, 2008 at 2:03 am
PaulB (8/22/2008)
August 23, 2008 at 2:13 am
Jason Crider (8/8/2008)
It would appear that it would be a better idea to start moving towards 64bit on x64.
We are currently running...
August 11, 2008 at 12:33 am
Vivien Xing (8/7/2008)
"This release of Microsoft® SQL Server™ 2000 (64-bit) includes the SQL Server 2000 (64-bit) Enterprise Edition. To run this release of SQL Server 2000 (64-bit),...
August 8, 2008 at 1:03 am
GilaMonster (7/15/2008)
In SQL 2005, if all the databases are readonly (all of them) it's possible to do, though...
July 15, 2008 at 8:32 pm
i6004835 (7/15/2008)
July 15, 2008 at 8:21 pm
MANU (7/15/2008)
July 15, 2008 at 8:10 pm
I don't think this is supported. Even if you will be able to trick SQL Server into such configuration this is not acceptable for production environment. Besides, you...
July 15, 2008 at 1:29 am
I've tried running the SP using "with recompile" option and still got few instances of the execution taking longer than 8 seconds. 🙁
July 15, 2008 at 12:50 am
Viewing 15 posts - 241 through 255 (of 497 total)