Viewing 15 posts - 1,786 through 1,800 (of 2,756 total)
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
Phil Parkin (11/18/2015)
Jack Corbett (11/18/2015)
jasona.work (11/18/2015)
Luis Cazares (11/18/2015)
Brandie Tarvin (11/18/2015)
robert.sterbal 56890 (11/18/2015)
Luis Cazares (11/18/2015)
November 18, 2015 at 8:33 am
Luis Cazares (11/18/2015)
Brandie Tarvin (11/18/2015)
robert.sterbal 56890 (11/18/2015)
Luis Cazares (11/18/2015)
November 18, 2015 at 8:12 am
Jeff Moden (11/17/2015)
jasona.work (11/17/2015)
November 17, 2015 at 8:23 am
I love it when I'm poking through topics that sound interesting, and come across something I've not done / seen before. Which then leads me down a rabbit hole...
November 17, 2015 at 7:12 am
Jeff Moden (11/13/2015)
Yes. It was a hot post and I didn't...
November 14, 2015 at 9:58 am
And now for something completely different...
I think the guy on the right, in the red Hawaiian shirt, might be Steve...

http://space.io9.com/a-flock-of-hawaiian-shirts-invaded-the-space-station-1730976936
:hehe::hehe:
November 14, 2015 at 9:37 am
Viewing 15 posts - 1,786 through 1,800 (of 2,756 total)