|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 25, 2009 4:32 AM
Points: 1,
Visits: 6
|
|
| yes i have thesame problem overhere, none of the links are working rightnow, whats up?
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, December 06, 2012 3:37 AM
Points: 7,
Visits: 166
|
|
| The links to the Stored Procs are broken. Does anybody stil have the code or a new link to the SP's
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 4:02 PM
Points: 51,
Visits: 290
|
|
Good morning everyone,
I want to implement jobs from the article. With first one I had no problem - Drive Space Monitoring - however my job with the database space info is failing. When I run manually one by one there is no problem, when I start a job then the second step (Capture Space Info on all DBs) finishes with the error message" String or binary data would be truncated. [SQLSTATE 22001] (Error 8152) The statement has been terminated. [SQLSTATE 01000] (Error 3621). The step failed.
Do you have any ideas what can cause the problem? I run it under SQL Server 2005
Regards, Kasia
11.01.08
I have turned off ANSI WARNINGS by using the following SET command: SET ANSI_WARNINGS OFF. Now job runs with success, however I am not sure if I am not missing any data..
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Friday, May 17, 2013 4:02 PM
Points: 51,
Visits: 290
|
|
Hello All,
Can you tell me if the procedures need update for SQL Server 2005?
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Saturday, November 05, 2011 1:22 PM
Points: 88,
Visits: 759
|
|
Hi Chung
how will i execute your script?!?;p
how can i view the results.. thanks
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Wednesday, December 01, 2010 11:20 AM
Points: 13,
Visits: 35
|
|
I have installed this into our TEST environment and when I execute the dbo.sp_Monitor_Capture_DB_Space_Info procedure
Msg 8152, Level 16, State 2, Line 1 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 14, Procedure sp_Monitor_Capture_DB_Space_Info, Line 105 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 14, Procedure sp_Monitor_Capture_DB_Space_Info, Line 146 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 2, Line 1 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 14, Procedure sp_Monitor_Capture_DB_Space_Info, Line 105 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 14, Procedure sp_Monitor_Capture_DB_Space_Info, Line 146 String or binary data would be truncated. The statement has been terminated. Msg 8115, Level 16, State 2, Line 1 Arithmetic overflow error converting expression to data type int. The statement has been terminated. Msg 8152, Level 16, State 2, Line 1 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 14, Procedure sp_Monitor_Capture_DB_Space_Info, Line 105 String or binary data would be truncated. The statement has been terminated. Msg 8152, Level 16, State 14, Procedure sp_Monitor_Capture_DB_Space_Info, Line 146 String or binary data would be truncated. The statement has been terminated.
I receive the below errors when I execute the sp_HH_MSSQL_Recovery_Info procedure
Msg 208, Level 16, State 1, Procedure sp_HH_MSSQL_Recovery_Info, Line 56 Invalid object name 'master..sysfiles1'.
And finally when I run the DASD_report , there is no size data (probably because the other procedures failed to populate completely)
Any assistance in
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, November 17, 2008 4:56 AM
Points: 2,
Visits: 11
|
|
Hi There
I'm also trying to get this to work in SQL 2005 and am struggling. If anyone has documented what needs to change in the scripts for this to work in the 2005 environment that would be great!
Thanks in advance.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Tuesday, June 11, 2013 1:01 PM
Points: 13,
Visits: 170
|
|
hey Mark, I read this Article and i am trying to implement it, however the Report is coming up with the database name only. 1. How do i get all the information in the database. 2. How do i go about changing the date to run lets say Tuesday at 1:00 PM in the sp_DASD_Report.sql.
Thanks in advance
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Monday, June 17, 2013 4:41 PM
Points: 36,
Visits: 89
|
|
Hello,
Thank you for the code, the only problem I am having with this is the:
from msdb..DASD
what table is that? where did you get that from, its throwing the error message 'invalid object name 'msdb..DASD'
thanks again
|
|
|
|