|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 2:20 PM
Points: 306,
Visits: 1,014
|
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 2:20 PM
Points: 306,
Visits: 1,014
|
|
Hello Everyone,
Hope you like the article and I am hoping to write more showing how to use the remote management to help do other tasks.
If you have any ideas as to what can be done, I would love to hear about them.
Thanks,
Rudy
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Wednesday, April 24, 2013 12:11 PM
Points: 143,
Visits: 183
|
|
Very nice article. It sound as if this util grew and grew and became what it is over time. Those are the best kind of tools. And whats more, you sharing it. Good job!
-Mike
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 2:20 PM
Points: 306,
Visits: 1,014
|
|
Thank you very much for all the kind words. I feel that I've been a DBA long enough (8 years) and that it's time to share with all the people on this great site!
Rudy
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Thursday, December 30, 2010 5:33 PM
Points: 11,
Visits: 116
|
|
Hi Rudy,
I scanned the article, looks intriguing. I have about 80 instances, with more to add, that I have to monitor, and have had thoughts along the same lines. I would want to be monitoring not only for success/failure of routines but performance measurement and database health as well.
Keep up the good work!
Glen
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: 2 days ago @ 8:37 AM
Points: 35,
Visits: 763
|
|
Rudy,
Nice work! The time you took to document this and share it are what makes this site what it is - A Valuable Resource!
Thank you! Kevin
KU
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 2:20 PM
Points: 306,
Visits: 1,014
|
|
Hello Glen,
Sounds like that I was going through when I first started this code. For example, I only wanted to know when a job failed so that I could review and resolve the problem. This setup will do that for you. It really will cut down the time need to review failed jobs.
I think my next article will be the SQL error log analysis report. Using the code from this article and some additional steps, I can quickly review any SQL server's error log without have to connect to the server/instance and without have to view all the successes in that log file. It helps to review failed jobs.
Rudy
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, March 03, 2010 11:30 AM
Points: 3,
Visits: 85
|
|
Rudy,
If I am not mistaken, this connection would be a linked server connection to the other server. If so, can you create objects (i.e. Tables, SP's, Views, Jobs, Functions) remotely via a linked server connection?
Can you modify Schema of objects via a linked server connection?
If not, do you know how to "Create Objects" and "Modify Schema" via a linked server connection?
Thanks, PMJ
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 2:20 PM
Points: 306,
Visits: 1,014
|
|
Good question. Not sure if this can be done but I believe (not tested this) that you could. Best to try it on a test server first. Up to now I have only used this technique to pull information. Link server connection documentation is very limited so that best way to know for sure is to test.
Sorry that I couldn't help more and let us know what you find.
Thanks,
Rudy
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 2:20 PM
Points: 306,
Visits: 1,014
|
|
Hello Everyone,
Just wanted to mention that this ability is available in SQL 2008 but does not work against older versions of SQL server. Also you have to create groups in order to execute code remotely. Other DBAs find that this is a preferred way of executing code remotely as most business have a mix of SQL server versions.
I'm am currently making new remote execute code and reports for our Oracle servers. Yes, we have Oracle servers too and the pilot so far is working well. Soon our Oracle DBA can get web based reports on the Jobs statuses of the Oracle servers. Oracle's reporting is not as easy to use/create/modify as Microsoft's Reporrting Sercvices.
Just thought you might wanted to know.
Rudy
|
|
|
|