Viewing 15 posts - 1,846 through 1,860 (of 2,356 total)
Steve Jones - SSC Editor (2/11/2016)
I was just thinking about re-watching Wargames. Just went through Spaceballs while on the treadmill and it brought back memories.
That's one of those movies that...
February 11, 2016 at 8:49 am
Instead of SSIS, google this:
sp_help_revlogin
The output from that will produce output to create the users.
This code will generate code to create the users and add them to...
February 10, 2016 at 2:16 pm
How many actual users exist, and how are the permissions configured?
It seems as if generating a script to remove or disable users that exist in production, and the same for...
February 9, 2016 at 2:33 pm
SQLRNNR (2/8/2016)
So, who showed up to SQLSat Cleveland as Mimi?It sounds like Wayne chickened out. He should get flying porkchops for that.
No Mimi, but while trying to explain to someone...
February 8, 2016 at 11:16 am
There are a couple things to think about.
One, are these jobs dependent upon the successful completion of the previous job? If Job 1 fails, does it go on...
February 5, 2016 at 3:11 am
In series:
Job 1
Step 1 = Run the code
Step 2 = EXEC msdb..sp_start_job @job_name = 'Job 2'
Job 2
Step 1 = Run the code
Step...
February 4, 2016 at 1:10 pm
Grumpy DBA (2/4/2016)
^ You have a better chance of winning the Powerball jackpot.
Actually, the way to collect the pot would be to call someone names, belittle their hard work, tell...
February 4, 2016 at 1:05 pm
Grumpy DBA (2/4/2016)
Michael L John (2/4/2016)
GilaMonster (2/4/2016)
jasona.work (2/4/2016)
February 4, 2016 at 12:29 pm
GilaMonster (2/4/2016)
jasona.work (2/4/2016)
The...
February 4, 2016 at 12:07 pm
Stuart Davies (2/3/2016)
GilaMonster (2/3/2016)
jonathan.crawford (2/2/2016)
February 3, 2016 at 8:35 am
Ed Wagner (2/1/2016)
jasona.work (2/1/2016)
Ed Wagner (2/1/2016)
jasona.work (2/1/2016)
February 1, 2016 at 11:26 am
Grant Fritchey (1/27/2016)
Ed Wagner (1/27/2016)
Brandie Tarvin (1/27/2016)
How does the SAN features (if there...
January 27, 2016 at 7:40 am
Ed Wagner (1/23/2016)
Michael L John (1/23/2016)
Eirikur Eiriksson (1/23/2016)
Ed Wagner (1/23/2016)
Eirikur Eiriksson (1/23/2016)
Ed Wagner (1/23/2016)
jasona.work (1/22/2016)
I'm checking my servers for DBs that aren't TDE enabled...
January 23, 2016 at 11:09 am
Eirikur Eiriksson (1/23/2016)
Ed Wagner (1/23/2016)
Eirikur Eiriksson (1/23/2016)
Ed Wagner (1/23/2016)
jasona.work (1/22/2016)
I'm checking my servers for DBs that aren't TDE enabled and I come across a...
January 23, 2016 at 10:21 am
So, to understand, you have a varchar(50) column that contains values such as 8.00, "Bob", 01/01/2016, and so forth.
You want to only get the rows that contain dates contained in...
January 18, 2016 at 2:58 pm
Viewing 15 posts - 1,846 through 1,860 (of 2,356 total)