Viewing 5 posts - 1 through 5 (of 5 total)
Disregard my last post if you saw it. Perhaps if I read your final reply all the way through I would have seen that you already have the service...
November 5, 2010 at 11:38 am
That unfortunately doesn't work either.
Msg 547, Level 16, State 0, Line 1
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_DatabaseDiskStats_ServersToCheckDiskStats1". The conflict occurred in database "DriveSpaceStats", table...
October 12, 2010 at 1:02 pm
Ok, I wasn't really understanding what he was referring to. Are you saying to place brackets around the "ServerName" in the SELECT statement at the beginning of the procedure?
/* Get...
October 12, 2010 at 11:42 am
If your server name has a hyphen in it, the stored procedure fails with the following error:
[font="Courier New"]Msg 102, Level 15, State 1, Line 13
Incorrect syntax near '-'.
Msg 102, Level...
October 12, 2010 at 9:48 am
Not sure about the clustering part, but DataDomain has a "guide" for backing up to a CIFS share with SQL Server. Granted, the guide informs you to pass the...
October 8, 2010 at 12:14 pm
Viewing 5 posts - 1 through 5 (of 5 total)