Viewing 15 posts - 166 through 180 (of 5,590 total)
Alan.B (11/12/2015)
This should get you started.http://www.sqlservercentral.com/articles/comma+separated+list/71700/%5B/url%5D
Using your data, and building off of this article (man, that really is an awesome article, isn't it???), you end up with:
WITH cte AS
(
SELECT ...
November 16, 2015 at 2:53 pm
xsevensinzx (11/6/2015)
who in the hell is applying for a senior position and not know GETDATE()?
Just 9 out of 10 applicants. Maybe higher.
November 6, 2015 at 9:39 am
BL0B_EATER (11/3/2015)
November 3, 2015 at 8:40 am
yb751 (10/29/2015)
Ed Wagner (10/29/2015)
yb751 (10/29/2015)
I was thinking about unleashing it but then I...
November 3, 2015 at 8:17 am
Thanks to all for the kind words of appreciation for this article - it makes it all worthwhile. I'm glad that it has been so well received, and even more...
October 14, 2015 at 5:57 pm
Henn,
I'm afraid that I just don't understand why you're going through the effort to create a sequence, just to have an incrementing number. Why not just use the ROW_NUMBER function?
October 14, 2015 at 5:54 pm
Steve1014 (10/13/2015)
FYI, we did find the source of the VSS Backups by disabling 3rd party services one at a time until they stopped occurring.-Steve
And the guilty service was???
October 13, 2015 at 2:19 pm
Sean Lange (10/13/2015)
Brandie Tarvin (10/13/2015)
October 13, 2015 at 1:55 pm
Brandie Tarvin (10/13/2015)
October 13, 2015 at 9:31 am
BrainDonor (10/9/2015)
October 9, 2015 at 12:47 pm
rodjkidd (10/7/2015)
SQLRNNR (10/7/2015)
rodjkidd (10/7/2015)
BrainDonor (10/7/2015)
rodjkidd (10/6/2015)
So for Summit will you get to Seattle in time for the meet and greet / official opening of Summit on the Tuesday...
October 7, 2015 at 7:02 pm
GilaMonster (10/6/2015)
October 7, 2015 at 7:33 am
BWFC (10/6/2015)
Michael L John (10/5/2015)
Lynn Pettis (10/5/2015)
Ed Wagner (10/5/2015)
October 6, 2015 at 9:10 am
Robin,
Did you check the power saving settings that Jason mentioned just a couple of posts ago?
October 4, 2015 at 9:30 am
Welsh Corgi (10/2/2015)
I need a script to Backup & Shrink tempdb.namesize
tempdev1024
templog64
tempdev21024
tempdev31024
tempdev41024
tempdev51024
tempdev61024
tempdev71024
tempdev81024
I can't believe how many tempdb's there are?
I know many places build SQL Server instances with this many tempdb data...
October 2, 2015 at 11:53 am
Viewing 15 posts - 166 through 180 (of 5,590 total)