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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
June 25, 2009 at 3:24 pm
I found this on google..
http://msdn.microsoft.com/en-us/magazine/cc163473.aspx
hope it helps
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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?
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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 ;...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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...
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
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!
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
May 14, 2009 at 7:55 am
Thats a nice solution for a horrible situation.
--------------------------
I long for a job where my databases dont have any pesky users accessing them 🙂
May 11, 2009 at 7:02 am
Viewing 15 posts - 121 through 135 (of 200 total)