Viewing 15 posts - 166 through 180 (of 314 total)
All,
I also have similar problem on one of my server running SQL Server 7.0 SP3 on Windows NT 4.0 Server Enterprise Edition (with 2.5GB RAM, 4 Proc). Sometimes during maintenance...
July 29, 2003 at 8:15 am
Did you check if the server is in Windows Authentication Mode?! If mixed, you could try to get in with Win Auth mode.
July 29, 2003 at 8:12 am
NelsonVere : What version of SQL and OS are you running?!
July 29, 2003 at 8:03 am
Are you getting any error when run SQL to make it 'single user' FALSE OR Changing from EM??
July 29, 2003 at 7:53 am
tyang,
Can you check the ERRORLOG for the exact error?! Normally your maintenance report might not show the exact error...
July 28, 2003 at 6:54 am
Thank You Brian and Allen for sharing the thoughts...
Thats exactly what I have in mind. But I kindof unstable in this idea. I am thinking of creating a group with...
July 16, 2003 at 4:13 pm
I have checked few months back.Microsoft had a Training centre in Charlotte.
July 16, 2003 at 1:59 pm
Thanks a lot for your help and info Allen.
Would it be a good idea to add guest to db_denydatawriter role in master database?! I wanted to feel safe with that...
July 16, 2003 at 1:01 pm
Yes. I did add guest to "db_denydatareader" role yesterday. Whats the relation?! Is that how I messed it up?!?!??!?
July 16, 2003 at 12:44 pm
OOPS... Sorry Allen... I was typing when you replied.
July 9, 2003 at 2:15 pm
No NEWNAME Option under MODIFY FILE is introduced in SQL 2000. However MODIFY FILE with less options is supported in SQL 7.0
July 9, 2003 at 2:14 pm
You need to use this to change the logical names :
ALTER DATABASE DB1
MODIFY FILE (NAME=DB1_Data, NEWNAME=DB2_Data)
ALTER DATABASE DB1
MODIFY FILE (NAME=DB1_Log, NEWNAME=DB2_Log)
July 9, 2003 at 1:57 pm
We have integrated Business Objects to retrieve data from DB2/UNIX and SQL Server7/NT.
July 8, 2003 at 6:17 pm
I would prefer doing Log Shipping than the other options.
July 8, 2003 at 1:20 pm
I am not sure. Other members are most welcome to give few thoughts!!!
July 3, 2003 at 6:14 pm
Viewing 15 posts - 166 through 180 (of 314 total)