Viewing 3 posts - 1 through 3 (of 3 total)
hi,
Dim i As Integer, y As Integer
Dim oSvr As SQLDMO.SQLServer
Set oSvr = New SQLDMO.SQLServer
With oSvr
.ApplicationName = App.EXEName
.AutoReConnect = True
.LoginSecure = True
.LoginTimeout = 1
.Connect "(Local)"
End With
Dim...
January 13, 2006 at 9:36 am
hi,
I do not know if I correctly understand your needs, but, personally , wanting to restore a backed up database I do not scan the database's files but the restore...
January 13, 2006 at 3:27 am
hi,
you are unfortunately out of luck as, if you like to move the entire binaries and data files to another disk you only have to uninstall the instance, re-install it...
December 20, 2005 at 2:55 am
Viewing 3 posts - 1 through 3 (of 3 total)