Viewing 15 posts - 7,111 through 7,125 (of 7,484 total)
Paul White NZ (4/1/2010)
Hugo Kornelis (3/31/2010)
April 7, 2010 at 1:29 am
Paul White NZ (3/31/2010)
CirquedeSQLeil (3/31/2010)
Adam Machanic summarizes his testing here.In the comments, Adam notes that there seems to be no difference in SQL Server 2008...
I think that's him expressing himself...
April 7, 2010 at 1:11 am
Revenant (3/30/2010)
Well, the question is incorrect, anyway - RG is also available in the Evaluation Edition. So that "only" without this version mentioned is IMO misleading.
Maybe, but the answer...
April 7, 2010 at 12:26 am
Jeff Moden (4/2/2010)
All I wanted to know is whether or not Microsoft makes money at training or not. My analogy is "is Microsoft wearing a shirt or not." 😉
The...
April 7, 2010 at 12:05 am
Jeff Moden (3/30/2010)
blandry (3/30/2010)
The best DBAs that I have seen, worked with, or had work for...
April 6, 2010 at 11:31 pm
CirquedeSQLeil (4/6/2010)
Jeffrey Williams-493691 (4/6/2010)
CirquedeSQLeil (4/6/2010)
Paul White NZ (4/6/2010)
CirquedeSQLeil (4/6/2010)
I really thought the thread would surpass 14k today.
Probably will - though the definition of 'today' varies...;-)
Eight hours of 7th April 2010...
April 6, 2010 at 11:07 pm
john.arnott (4/6/2010)
Or 8" floppies for that good old nineteen seventies vibe.
You know, the first time I played with a computer was in 1966 (it was the Ferranti-Packard Orion II at...
April 6, 2010 at 7:53 pm
Steve Jones - Editor (4/6/2010)
Sorry, my fault. I'll go review the entries this week and award something soon. Likely by Monday
Is that last Monday or next? You have to...
April 6, 2010 at 7:23 pm
John Rowan (4/6/2010)
April 6, 2010 at 7:10 pm
Garadin (4/6/2010)
Tom.Thomson (4/6/2010)
Peter Brinkhaus (3/23/2010)
Do not use @ or @@ or names that...
April 6, 2010 at 7:02 pm
Peter Brinkhaus (3/23/2010)
Do not use @ or @@ or names that begin with...
April 6, 2010 at 2:41 pm
The Dixie Flatline (3/23/2010)
DECLARE @DCMResourceID varchar(max)
Set @DCMResourceID ='2604, 2606,2607,2610'
WHILE (patindex('%,%', @DCMResourceID) > 0 )
begin
select (patindex('%,%',...
April 6, 2010 at 2:17 pm
WayneS (3/24/2010)
How does this work?
exec ('declare @cnt int;select @cnt=count(*) from ' + @nome + 'sys.objects where name = ''sp_actualizaaut'';if @cnt > 0 select ''ola'' else select ''no ola''')
That will work...
April 6, 2010 at 1:24 pm
Thanks for another good useful article.
April 6, 2010 at 12:57 pm
Good question.
A bit worrying that 1% of replies so far suggested they were kept in tempdb, though.
April 6, 2010 at 10:48 am
Viewing 15 posts - 7,111 through 7,125 (of 7,484 total)