Viewing 15 posts - 1 through 15 (of 43 total)
This looks quite interesting! My only concern with something like this is in a larger company that employees over 250+ developers (where I work), it appears to give too much...
May 13, 2019 at 10:56 am
No problem. Your code could very well be what I'm looking for to get started on a self-help database restore section of my app.
Thanks again!!
May 6, 2019 at 5:37 pm
I've been writing a webapp for years that monitors current backup\restores of all our production\development environments. Below is a screenshot of what that screen looks like:
Something...
May 6, 2019 at 5:17 pm
I realize this is a very old thread but thought I'd throw this out there in case someone else has experienced it.
This code is almost exactly what I...
July 14, 2017 at 6:52 am
Ed Wagner (10/2/2014)
John Waclawski (10/2/2014)
Jeff Moden (4/29/2012)
adc22 (4/29/2012)
1) How to check a trigger is fired or not, while doing database testing?
Same way as when testing any software of old......
October 2, 2014 at 1:35 pm
Jeff Moden (4/29/2012)
adc22 (4/29/2012)
1) How to check a trigger is fired or not, while doing database testing?
Same way as when testing any software of old... Add a PRINT or...
October 2, 2014 at 1:07 pm
We backup the databases on the production server. No need to backup the database on the reporting server (the replicated server). Would be rather redundant.
Also, the T-SQL Checkpoint...
April 30, 2013 at 2:30 pm
robertd 77391 (3/12/2013)
That doesn't return unique names, distinct returns unique rows:
DISTINCT
Specifies that only unique rows can appear in the result set. Null values are considered equal for the purposes of...
March 12, 2013 at 3:27 pm
zulmanclock (3/11/2013)
To avoid this you can use:SET CONCAT_NULL_YIELDS_NULL OFF
This will prevent a field where the value is NULL from making the entire result NULL as well.
Ahhhh....That did the trick!!...
March 11, 2013 at 9:24 am
I just figured out what my issue was. And as usual, it was something I was doing wrong. Albeit it's odd it works this way.
I was...
March 11, 2013 at 9:12 am
I too am running into this with SQL Server 2008 R2 at the moment.
I'm getting a subject line, no body text. Still plugging away at it. If I...
March 11, 2013 at 8:46 am
TheSQLGuru (6/22/2011)
get a copy of the awesome free tool SQLJOBVIS. Shows agent history as a gantt chart. Great for finding overlaps!
Be leary about this SQLJOBVIS web page. ...
December 20, 2012 at 1:50 pm
LOWELL!! MY SQL HERO!! Let me give this a shot & see how it works!
Thanks. BTW...did you get my reply from our other thread?
August 27, 2012 at 2:50 pm
SQLKnowItAll (8/27/2012)
Google "HTML add color to a table"http://www.htmlgoodies.com/tutorials/colors/article.php/3478971/So-You-Want-Color-in-a-Table-Huh.htm
Ironically I had that very same page opened when I wrote the email. But it didn't say how to implement that code...
August 27, 2012 at 2:38 pm
I'm sorry, Lowell. Yes. This has been a outstanding success!!!
I got a little trigger happy on several issues I'd like to *cough* "monitor" and my manager had to...
August 21, 2012 at 2:54 pm
Viewing 15 posts - 1 through 15 (of 43 total)