Viewing 7 posts - 211 through 217 (of 217 total)
Frank,
Perhaps your IIS Admin will give you a virtual directory within a new site to access your logfiles directly. I have done this in the past with good results....
August 6, 2003 at 9:23 am
Hey ranec,
I have installed sp4 on only two boxes so far. One was a production machine that I was upgrading, the other a box that was in the process...
August 6, 2003 at 8:28 am
quote:
Congratulations,I am preparing on exam 70-228, I am using MCDBA Two in One.
Any one have any better book in mind.
Thanks
July 14, 2003 at 11:28 am
If the users need to maintain high level rights, and you are only trying to avoid accidental drops, you could create a schemabound view on the table in question. ...
July 14, 2003 at 9:56 am
Is the SQL Server service set to run as a local or domain user?
July 14, 2003 at 9:23 am
What is your local configuration?
Are you running sql server locally? If so, are you using a full version or just the client tools?
-Dan
July 8, 2003 at 10:48 am
Try this:
******************************
ALTER DATABASE DB1
MODIFY FILE (NAME=DB1_Data, NEWNAME=DB2_Data)
******************************
Hope that works,
- Dan
July 8, 2003 at 9:00 am
Viewing 7 posts - 211 through 217 (of 217 total)