Viewing 15 posts - 1,756 through 1,770 (of 2,732 total)
yakko_Warner (12/1/2015)
I presume just cpu % with getting to peak at the...
December 1, 2015 at 1:09 pm
yakko_Warner (12/1/2015)
Is there a way to do this?
i.e. with...
December 1, 2015 at 10:20 am
Brandie Tarvin (11/25/2015)
About 5 minutes ago received an email with "THANK YOU" in...
November 25, 2015 at 9:52 am
crookj (11/25/2015)
djj (11/25/2015)
crookj (11/24/2015)
Ed Wagner (11/24/2015)
Luis Cazares (11/24/2015)
Alvin Ramard (11/24/2015)
SpamPlenty
Overflow
Surplus
Army
Training (Sir!)
Tank
November 25, 2015 at 7:35 am
djj (11/25/2015)
jasona.work (11/25/2015)
November 25, 2015 at 6:23 am
So on my way in to work this morning, the news station I listen to has a brief story about a local Toyota dealer running a "promotion." On hearing...
November 25, 2015 at 5:24 am
Lynn Pettis (11/24/2015)
jasona.work (11/24/2015)
GilaMonster (11/24/2015)
jasona.work (11/24/2015)
ThomasRushton (11/24/2015)
November 24, 2015 at 9:22 am
GilaMonster (11/24/2015)
jasona.work (11/24/2015)
ThomasRushton (11/24/2015)
November 24, 2015 at 6:39 am
ThomasRushton (11/24/2015)
Ed Wagner (11/23/2015)
Brandie Tarvin (11/23/2015)
I have the simplest error-handling method in the universe:Is there an error?
DROP DATABASE <problemDB>;
Done.
I like that. Perhaps a more individualized approach would be to...
November 24, 2015 at 6:02 am
TomThomson (11/20/2015)
jasona.work (11/19/2015)
Just for Jeff Moden:How to get the date from SQL Server.
Sample data required: None
Queries:
SELECT SYSDATETIME();SELECT SYSDATETIMEOFFSET();
SELECT SYSUTCDATETIME();
SELECT CURRENT_TIMESTAMP();
SELECT GETDATE();
SELECT GETUTCDATE();
:hehe:
Was the syntax error deliverate? :hehe:
Of course...
November 20, 2015 at 11:54 am
So, it's looking like we're going to get our first snow of the year tomorrow night or so...
3-6", and it looks like they're predicting it'll be that nasty rain /...
November 20, 2015 at 6:41 am
Looks like the spam bomb went off this morning...
Ugh...
November 20, 2015 at 5:57 am
Ooo! An even better way (and gauarnteed to tick off people!)
exec sp_configure 'show advanced options', 1;
reconfigure;
exec sp_configure 'xp_cmdshell', 1;
exec sp_configure 'show advanced options', 0;
reconfigure;
exec xp_cmdshell 'echo %date%'
exec xp_cmdshell 'echo...
November 19, 2015 at 11:42 am
Luis Cazares (11/19/2015)
jasona.work (11/19/2015)
So I'm posting it...
November 19, 2015 at 10:15 am
I was going to post this over in Steve's call for Good Basic T-SQL Exercises but decided not to pollute the topic with fluff...
So I'm posting it here...
Just for Jeff...
November 19, 2015 at 10:07 am
Viewing 15 posts - 1,756 through 1,770 (of 2,732 total)