Viewing 10 posts - 16 through 25 (of 25 total)
Hi Peter.
Do me a favour, do a quick test:
Lest use pubs, locate your database files eg.
C:\Program Files\Microsoft SQL Server\MSSQL\DATA\pubs.mdf
C:\Program Files\Microsoft SQL Server\MSSQL\DATA\pubs.ldf
Now comes the difficult bit. Stop SQL Server,...
October 14, 2004 at 2:40 am
Hi Steve
As a matter of interest have you ever tried getting a log file shrunk?
It would also help if you READ the post...
Full recovery model.
STEP 1: BACKUP Database
STEP 2: set...
October 13, 2004 at 12:51 am
You should be able to reattach the files with no problem if you can run the sp_attachdb statement. Don't know how you are going to do it in MSDE ......
October 12, 2004 at 2:41 pm
Depends on what recovery mode your database is in.
If it is in simple recovery mode... run
BACKUP LOG databasename WITH TRUNCATE_ONLY
GO
CHECKPOINT
GO
You can run this twice to make sure then...
October 12, 2004 at 2:38 pm
How did you get them copied in the first place? If the SQL service was stopped you should be able to reattach them.
If...
October 12, 2004 at 2:30 pm
Get the sys admin to increase the event log size... from (Default is 512K) to .... 2 MB and then let him set the event log to be overwriten as...
October 12, 2004 at 2:26 pm
Have you tried to connect to the server remotely?
Right click 'My Computer' -> Manage-> Right Click 'Computer Management' -> 'Connect to Remote Computer'
Doing this...
October 12, 2004 at 2:47 am
I would use text, id you are going to store 1000 rows with only one character in then you would waste the space, but for what you described test would...
August 3, 2004 at 7:42 am
The counter is SQLServer:Memory Manager Total Server Memory (KB)
February 18, 2003 at 5:52 pm
Done the whole thing, noticed it did not report it on Task Manager. I used Performance monitor too see the actual memory used for the SQL server and this turned...
February 18, 2003 at 5:47 pm
Viewing 10 posts - 16 through 25 (of 25 total)