Viewing 15 posts - 121 through 135 (of 200 total)
Yes it does.. i didn't think it would overlay the one inside my current transaction though.. looks like SCOPE_IDENTITY did the trick though.. handy to know.. i have @@IDENTITY in...
June 25, 2009 at 3:24 pm
June 22, 2009 at 12:55 pm
seems like it reads from the remote machine just nicely.. im running it from an xp machine and im getting windows server 2003 SP2 as the result.. so yeh.. thats...
May 29, 2009 at 2:49 pm
If i were to connect to my remote machine then issue the command, would it pull back the machine im working from, or the machine im querying?
May 29, 2009 at 2:43 pm
hmm.. i didn't know that existed.. let me google it and see what I can find..
thanks
May 29, 2009 at 1:51 pm
I have a little app which will pull a few key metrics for me for different servers on the network.. some of these servers have applications on them, not good...
May 20, 2009 at 3:09 pm
yep.. actually did that days ago, and I have roughly 20 or so sites bookmarked, none of which answered the exact question I asked. theres plenty of reference material...
May 20, 2009 at 2:26 pm
a guy i work with wrote a vb app that was propogated to all the machines in the company with group policy & login scripts which ran wmi queries which...
May 20, 2009 at 2:21 pm
I think I have a solution, it just requires that OLE Automation be turned on..
SET NOCOUNT ON
DECLARE @hr int
DECLARE @fso int
DECLARE @drive char(1)
DECLARE @odrive int
DECLARE @TotalSize varchar(20)
DECLARE @MB bigint ;...
May 15, 2009 at 7:59 am
GSquared (5/15/2009)
If they're all SQL 2005 or 2008, CLR should be able to do that for you pretty efficiently.
in a perfect world.. yep.. they'd be 2005/2008 - but.. there are...
May 15, 2009 at 7:40 am
I was hoping to avoid manually entering these values in.. lots of sql instances to monitor, and I was hoping to create a standard job I could run (even on...
May 15, 2009 at 7:31 am
Thanks a lot Felix, thats exactly what I was looking for..my pivot attempt just wasn't quite right.. but that works perfectly
Thanks again!
May 14, 2009 at 7:55 am
Thats a nice solution for a horrible situation.
May 11, 2009 at 7:02 am
Viewing 15 posts - 121 through 135 (of 200 total)