Viewing 15 posts - 61 through 75 (of 84 total)
I am sorry, run it from query analyzer.
April 28, 2003 at 4:11 pm
Just run dbcc shrinkdatabase(tempdb)
from DA. it's that simple.
Robert
April 28, 2003 at 4:10 pm
In EM, try to click on tools, select option,
click advanced, then change query time_out time.
Robert
April 25, 2003 at 3:34 pm
Only for restoring master database, you must start sql server with sqlservr.exe -m, then you can do the restore.
Robert
April 24, 2003 at 4:53 pm
select what you want to print from QA, then save as word document and print
Robert
April 24, 2003 at 4:38 pm
It seems to me this is sql login timeout.
When more than one user login at the same time, it may happen. The sql2k default time is 4 second. If you...
April 24, 2003 at 3:29 pm
Forgot to mention. If the initial log file is so big, you don't want it so big, then you can use detach and attach the log file
to reduce it.
...
April 23, 2003 at 11:33 am
If the initial file size is so big, you can't shrink it to smaller. If the log file grows so big, you can do the follows:
1, Back up the database,
2,...
April 23, 2003 at 11:29 am
Don't choose repair minor problem, that needs database in single user only. If you really needs to repair any errors run dbcc repair database.
Robert
April 23, 2003 at 11:09 am
You can run dbcc shrinkdatabase(tempdb)
from QA anytime.
Robert
April 22, 2003 at 3:32 pm
Could you tell us your procesor and memory?
and the cpu usage, memory usage.
Robert
April 22, 2003 at 3:03 pm
Thanks for the reply.
I do backup the db everyday and the trans log file every hour. I optimize the db every Sunday. After optimizing, the trans log file...
April 18, 2003 at 1:12 pm
Hi Allen,
I checked the error log file. It says "The specified network name is no longer available".
In fact, I backed up all DBs to the same server with the same...
April 15, 2003 at 1:18 pm
I had the same problem with similar error messages. My job backs up more than one hundred databases. about 30 each with 3 GB, the others are small one. I...
April 11, 2003 at 3:47 pm
I mean if it is for win2k advanced server then only 1 gb for sql server.So if I want to give sql server 3 GB, then just input 1 GB...
April 10, 2003 at 3:39 pm
Viewing 15 posts - 61 through 75 (of 84 total)