Viewing 15 posts - 1 through 15 (of 46 total)
That sounds somewhat difficult, is there a script out there that would give me a good basis?
-Kyle
October 9, 2008 at 8:18 am
D:\MSSQL\MSSQL.1\Scripts\Test1.sql
D:\MSSQL\MSSQL.1\Scripts\Test2.sql
August 7, 2008 at 10:42 am
I keep getting the error Incorrect syntax near 'i'. The label 'D' has already been declared. Label names must be unique within a query batch or stored procedure.
August 7, 2008 at 9:30 am
Dave, I am still getting the incorrect size when compared to the actual database properties. Is there a reason for this difference or is there a way to correct...
April 28, 2008 at 9:35 am
Would the registry location be findable with regedit? If not, how did you find where the registry location was?
-Kyle
March 28, 2008 at 1:08 pm
Thanks for your quick response, I am looking for reasons for or against it and that seems like a pretty good reason against TSM.
March 25, 2008 at 9:15 am
I'll look into HyperBac, hopefully I can schedule a demo for my company.
-Kyle
February 5, 2008 at 8:47 am
Both of the SQLSERVER* work under a domain account. However, Microsoft Shadow copy Provider is running under Local System, could that be what is causing the error?
-Kyle
January 16, 2008 at 9:04 am
Is there some sort of script I use to figure this out?
-Kyle
January 16, 2008 at 8:27 am
Is that needed for TSM or any other critical functions? Also...
Around that time there are multiple failed logins for "Login failed for user 'NT AUTHORITY\SYSTEM'.". I remove the...
January 16, 2008 at 8:03 am
Beautiful, the script works great. The final one looks like this...
DECLARE DBName_Cursor CURSOR FOR
select name
from master.dbo.sysdatabases
where name not in ('mssecurity','tempdb','master','model','msdb') and databasepropertyex(name,'Status') = 'ONLINE'
Order by name
The only change being...
November 27, 2007 at 7:43 am
Viewing 15 posts - 1 through 15 (of 46 total)