Viewing 7 posts - 331 through 337 (of 337 total)
Karl, I will try that. I am also going to try and backup all three jobs at the same time. The problem is from what I can see with my...
July 1, 2004 at 8:19 am
Mike thanks for your time I am sure it is valuable. I will take note of that as I prepare for this setup. One more quick question if you don't...
June 30, 2004 at 9:29 am
Michael thanks for the reply. We are a small company and my budget has also been limited because of the paperless system implementation. The server will only support 5 HD's...
June 30, 2004 at 8:47 am
I have accomplished Backups and Restores to Db's thru Em but I have not found anything in the updated BOL's on Restoring a deleted DB (Probable overlooked something I'll look again). Thanks...
May 28, 2004 at 1:29 pm
Thanks I appreciate it. I have already created the Full backups for my Master,MSDB, and the companies DB but that was not through the Maintaince Plan. I'll give that a whorl too.
May 28, 2004 at 1:03 pm
I gave you a little extra context, Line 151 is where the error is at which there is nothing there, the code actually starts at Line 152. http://www.macrotransport.com/availableload.asp that is the...
January 30, 2004 at 11:27 am
Function IsLoggedOn()
If Session("LoggedOn") = "YES" Then
IsLoggedOn = True
Else
IsLoggedOn = False
End If
End Function
(THIS IS...
January 30, 2004 at 11:24 am
Viewing 7 posts - 331 through 337 (of 337 total)