Viewing 15 posts - 61 through 75 (of 89 total)
Sean, This is likely a stupid question,but where is the new code? Is it back on the original post? Thanks.
Lee
September 27, 2013 at 6:48 am
Joe, Great addition! I would make one small change though.
If NO errors or failures are found then @vXML_String is NULL. When @vXML_String is appended to @vBody then the whole...
August 28, 2013 at 12:12 pm
Sean,
Excellent script! I find it very useful. Thanks for taking the time and effort to create it and share it. I have found the easiest way to NOT include the...
August 16, 2013 at 7:53 am
Clark,
Thanks for the response. I checked and broker was enabled, the domain account was able to query WMI and the instance is not a cluster. What I ended up doing...
May 28, 2013 at 7:08 am
Thanks for taking the time to share this.
I am having problems setting up the alert. I get this error:
The @wmi_query could not be executed in the @wmi_namespace provided. Verify that...
May 23, 2013 at 8:02 am
Nice script. Thanks for taking the time to share. I ran into one problem though. I get this error:
Msg 213, Level 16, State 7, Procedure sp_helpuser, Line 250
Insert Error: Column...
May 1, 2013 at 8:03 am
Great script! Thanks for postingit. One minor change I would make would be to change the subquery to resctrict the database id to less than 5.
I ended up with 2...
April 11, 2013 at 9:20 am
I also had the same problem as Phil-94129 but after communicating with Theo (thanks Theo) and trying several suggestions I found that I only had this download problem using Internet...
January 29, 2013 at 9:34 am
Thanks for taking the time and effort to share this script with us. I downloaded the file from your link for the sample Excel file but the zip file that...
January 29, 2013 at 7:32 am
Charles,
Thanks for taking the effort to create and share this script. I ran into a problem where column names contained special characters or spaces. They would then be reported in...
January 23, 2013 at 7:41 am
Great script. However I would get this error on some of my databases:
Msg 15009, Level 16, State 1, Procedure sp_spaceused, Line 62
The object 'tbl_Mine' does not exist in database 'Test'...
December 14, 2012 at 8:49 am
Rudy,
Thanks for sharing this excellent script. I ran into one small issue and got this error:
Msg 15281, Level 16, State 1, Procedure sysmail_help_status_sp, Line 0
SQL Server blocked access to procedure...
November 19, 2012 at 11:20 am
If you decide you do NOT want to restict this to the current database you could change
OBJECT_NAME(objectid,) Name to:
OBJECT_NAME(b.objectid,b.dbid) Name
Lee
October 26, 2012 at 2:40 pm
Forgive the sparse post. I was referring to the use of [sys].[dm_exec_procedure_stats] as a better approach but it does require SQL Server 2008.
October 26, 2012 at 2:33 pm
Viewing 15 posts - 61 through 75 (of 89 total)