Viewing 15 posts - 46 through 60 (of 135 total)
Nice one...
http://msdn.microsoft.com/en-us/library/aa174646(SQL.80).aspx
January 6, 2010 at 5:23 am
Have never had an experience wif this but I took a guess that this shouldn't be a problem and I was right.
January 6, 2010 at 5:18 am
Tx learned 1 or 2 things & also did it wif a table variable and saw different results as well.
DECLARE@CategoryChanges TABLE
(
ChangeID int Primary Key Identity ,
CategoryID int ,...
January 6, 2010 at 5:16 am
Good one, didn't know that the ## is for the global temp object, I thought tat this was only for global temp tables...Good one though.
January 6, 2010 at 3:31 am
Chris Carter-210078 (12/30/2009)
Msg 208, Level 16, State 0, Line 3
Invalid object name...
January 6, 2010 at 3:21 am
ChiragNS (12/9/2009)
"Dropping a rebuilding a clustered index on a partition scheme will move disk to other drives." - Very confusing.
I think you misunduerstood what the statement said but if you...
December 21, 2009 at 1:18 am
Got beaten but this was an eye opener for me. even though I went with #2 and #3 I am opting to do another test to show my argument.
December 21, 2009 at 1:09 am
Ray Laubert (12/8/2009)
Wasn't sure about CharIndex ...Has anyone ever used CharIndex on an indexed view?
But this was not because of the null reason...
December 15, 2009 at 1:43 am
I'd like to try the produst as it seems to be cool and Nice to have.
December 15, 2009 at 1:23 am
Viewing 15 posts - 46 through 60 (of 135 total)