Viewing 15 posts - 121 through 135 (of 255 total)
Is there ever going to be a volume 8? π
October 24, 2013 at 7:54 am
Fantastic! Added to the next release's to do list. π Thanks for sharing!
October 14, 2013 at 1:12 pm
Torsten SchΓΌΓler-406123 (10/14/2013)
I like your script.
What about some more instance property information - I mean something like this:
...
,instance_name =
CASE
WHEN SERVERPROPERTY (N'InstanceName') IS NULL THEN 'Default Instance'
ELSE SERVERPROPERTY...
October 14, 2013 at 12:01 pm
Perry Whittle (10/14/2013)
Hidoesnt seem to support mounted volumes, will you be addressing this?
Eventually perhaps, but likely not in the near future (just need the time to do it really). π
October 14, 2013 at 11:59 am
Yes, the original post has been updated with the new code and article. π
http://www.sqlservercentral.com/scripts/Administration/70243/
Sean
September 27, 2013 at 6:56 am
Great! Thanks so much for sharing the idea and code! π
September 26, 2013 at 8:05 am
Oh wow, this is a great idea! I never even thought about it! D'oh!!! Mind if I officially add it to the script?
September 25, 2013 at 4:31 pm
New version submitted. Should take a few days for the folks at SSC.com to review / approve and then the new code and details will be live. π
September 20, 2013 at 10:17 am
Thank you, again! I really tried to make it a "one-stop" stored proc. π
September 19, 2013 at 8:38 am
Viewing 15 posts - 121 through 135 (of 255 total)