Viewing 15 posts - 571 through 585 (of 984 total)
John Mitchell-245523 (7/21/2016)
July 21, 2016 at 7:49 am
GilaMonster (7/21/2016)
ThomasRushton (7/21/2016)
BrainDonor (7/21/2016)
Does anybody know who the "Hotshot SQL Guru" is?https://tmblr.co/Z14uHt29WaOS7
https://tmblr.co/Z14uHt29Ww0kS
https://tmblr.co/Z14uHt29ZP3zF
Somebody wasn't impressed.
Celko?
The first wouldn't apply to Celko. Traceflags aren't ansi standard.
Some people, unfortunately, have an elevated opinion of...
July 21, 2016 at 2:19 am
Hi
A couple of suggestions:
(1) use the Registered Servers functionality in SQL Server Management Studio to create a group of servers that you wish to query, and run the query against...
July 21, 2016 at 2:11 am
BrainDonor (7/21/2016)
Does anybody know who the "Hotshot SQL Guru" is?https://tmblr.co/Z14uHt29WaOS7
https://tmblr.co/Z14uHt29Ww0kS
https://tmblr.co/Z14uHt29ZP3zF
Somebody wasn't impressed.
Celko?
July 21, 2016 at 1:56 am
Steve Jones - SSC Editor (7/19/2016)
jasona.work (7/19/2016)
Instead, who's going to see Star Trek this weekend!Star Trek is likely a couple weeks away for me.
I don't think that the reviewers at...
July 20, 2016 at 9:21 am
It looks as though you're also going to have problems when handling strings / varchar() fields - you've not wrapped the values in quotes, so you'll generate an insert statement...
July 20, 2016 at 1:52 am
jasona.work (7/19/2016)
Lynn Pettis (7/19/2016)
jasona.work (7/19/2016)
I'm happily working away, when I feel my cell phone buzz. Now, typically, during the work day, this is an e-mail...
July 20, 2016 at 1:28 am
I've had this problem on WordPress.Com - haven't got round to fixing all previously posted scripts. The problem is that WordPress decides to do the whole "intelligent quote" thing...
July 19, 2016 at 1:04 pm
Brandie Tarvin (7/19/2016)
blinkblink. blink.
SYSTEM TIME: 08:34:000
SYSTEM DATE: 2016-07-19
blink. blink.
I ... survived?
I SURVIVED!!!
<voice=Brian_Blessed>Brandie's Alive!</voice>:-D
July 19, 2016 at 8:19 am
jasona.work (7/19/2016)
You know, this was probably not a good comment, so I'm dumping it...Instead, who's going to see Star Trek this weekend!
Not me - funeral-planning. No, wait. Planning...
July 19, 2016 at 8:18 am
John Mitchell-245523 (7/18/2016)
I would recommend an SSIS package to run the same query against each server and write the results to a central location, where you can report on them.
This...
July 18, 2016 at 9:05 am
rk1980factor (7/18/2016)
July 18, 2016 at 9:03 am
The query used depends on your own requirements.
For a quick and dirty view of the last backup date/time of each database, you could use something like this:
SELECT database_name ,
...
July 18, 2016 at 8:05 am
Here's the process I went through:
* For each ID, Generate the combinations as a separate field ('ER,TE,YT'), using the XML string concatenation trick
* For each of...
July 15, 2016 at 9:44 am
Just out of curiosity, how big are these databases, and how much data is changing daily?
July 15, 2016 at 4:08 am
Viewing 15 posts - 571 through 585 (of 984 total)