Viewing 15 posts - 2,356 through 2,370 (of 9,707 total)
I'm not quite sure what you mean by this, Luis. When I think of snippets, I'm thinking of code I reuse over and over, but generally I just save the...
September 2, 2015 at 8:33 am
Ed Wagner (8/31/2015)
Sean Lange (8/31/2015)
Grant Fritchey (8/31/2015)
August 31, 2015 at 8:25 am
Ed Wagner (8/31/2015)
TomThomson (8/30/2015)
It took a very...
August 31, 2015 at 6:13 am
I had a fun afternoon / morning of ol' fashioned data entry. Joyous!
August 27, 2015 at 10:59 am
Gazareth (8/26/2015)
But probably the most common: DELCARE left left left backspace left C 😛
Oh, yeah. I use that one quite often. But I don't think that's what Grant is looking...
August 26, 2015 at 7:10 am
Doing experiments this morning. I've got to update a table to fix data problems introduced by a bad file. So I'm in test and realize that Things Are Getting Complicated....
August 26, 2015 at 6:51 am
GilaMonster (8/25/2015)
djj (8/24/2015)
GilaMonster (8/24/2015)
August 25, 2015 at 5:02 am
Shawn, that is AWESOME. Thank you for checking that. I'll pass this along to our local team.
August 24, 2015 at 11:17 am
Grant Fritchey (8/24/2015)
I don't know. That's weird. But the site seems a little off today. A disturbance in the force perhaps.
It's as if a thousand bits cried out at once,...
August 24, 2015 at 8:50 am
Shawn Melton (8/23/2015)
August 24, 2015 at 6:22 am
I will add some others later, but here's one I frequently use for our non-prod environments.
SELECT TOP 10 *
FROM msdb.dbo.restorehistory
WHERE destination_database_name = 'MyDatabase'
ORDER BY restore_date DESC;
--check the last time a...
August 24, 2015 at 5:53 am
Steve Jones - SSC Editor (8/21/2015)
August 21, 2015 at 7:57 am
Phil Parkin (8/21/2015)
and sjh.run_date >= (year(getdate() - 1) * 10000 + month(getdate() - 1) * 100 + day(getdate() -...
August 21, 2015 at 6:01 am
Brandie Tarvin (8/20/2015)
August 21, 2015 at 5:58 am
Sean Lange (8/20/2015)
Luis Cazares (8/20/2015)
Lynn Pettis (8/19/2015)
August 21, 2015 at 4:47 am
Viewing 15 posts - 2,356 through 2,370 (of 9,707 total)