Viewing 15 posts - 1,516 through 1,530 (of 14,953 total)
Chad Crawford (5/2/2012)
May 3, 2012 at 8:39 am
drew.allen (5/2/2012)
Joins that use the deprecated syntax fall into two categories:
Inner Join
...
Outer Join
or were you referring to not finding CROSS JOIN?
It doesn't specifically state anything about CROSS JOINS....
May 3, 2012 at 8:27 am
I've resolved hierarchies of this nature, with this kind of error handling, in the past, simply by using a While loop and a temp table.
Insert your seed value (usually either...
May 3, 2012 at 8:22 am
CrankyRat (5/2/2012)
Jeez, I'm listening...
May 3, 2012 at 8:15 am
Revenant (5/2/2012)
GSquared (5/2/2012)
RobertYoung (5/2/2012)
L' Eomot Inversé (5/2/2012)
The idea someone had that salesmen should be paid more because they have to look good doesn't hold water
I guess you not noticed the...
May 3, 2012 at 7:56 am
If you reverse the sequence of shrinking it and then rebuilding the indexes, it won't speed it up, but it will at least leave you with intact indexes. Right...
May 3, 2012 at 7:26 am
You're welcome.
Sometimes it's the most obvious things that are the best hidden.
May 3, 2012 at 7:14 am
sqldba_newbie (5/2/2012)
seth delconte (5/2/2012)
May 2, 2012 at 1:58 pm
You don't get to review the command prompt (DOS) output from a batch file run that way. You have to run the command manually in the command prompt to...
May 2, 2012 at 1:58 pm
You'd do that by setting up an SQL Agent job that runs every minute and uses sp_send_dbmail to send you the appropriate data.
Why would you want an e-mail every minute?...
May 2, 2012 at 1:52 pm
Do you need to query it repeatedly or just once? If repeatedly, will it be the same file each time, or will it be a different file different times.
If...
May 2, 2012 at 1:50 pm
Define another output, and make the Select populate it inside the dynamic SQL.
SET @OldValueSelect = 'select @myxmloutput = (SELECT * FROM COMPARETABLE WHERE ' + @DeltaVarColumn + ' FOR XML...
May 2, 2012 at 1:47 pm
capn.hector (5/2/2012)
May 2, 2012 at 1:43 pm
Viewing 15 posts - 1,516 through 1,530 (of 14,953 total)