Viewing 15 posts - 6,856 through 6,870 (of 7,191 total)
The differential backup records all changes to the database since the last full backup. So if you wanted to restore on Friday, you'd need Sunday's full backup and Friday's differential...
August 18, 2006 at 9:02 am
I notice you're appending your backup to the backup device (WITH NOINIT). Have you checked that the 9.5GB doesn't consist of more than one backup?
John
August 18, 2006 at 8:37 am
Paul
That all depends on what the full names look like. Are there any double-barrelled surnames or first names that consist of two separate words? If so, do they have a...
August 18, 2006 at 4:32 am
Chris
You could shrink your database, back it up, and then expand it back to 160GB again. I don't recommend that, though, because it may cause fragmentation on your disk.
Probably best...
August 18, 2006 at 4:22 am
Not sure what you mean by "differential restore". Perhaps you need to set up replication again. I've never had to do this before. Have you checked the Microsoft website to...
August 18, 2006 at 2:21 am
Impossible to give a meaningful answer, but here's a guess:
1. 2 days
2. half a day
3. 1 - 2 days
4. 2 hours
5. 1 week (plus planning)
You can back your large databases up. ...
August 18, 2006 at 1:33 am
Have you tested your assumption that the silly proc1 would time out if run in a loop?
August 17, 2006 at 4:31 am
Marco
To help you out, we'll need to see the code in the stored procedure, and probably also table DDL and sample data. Then we may even be able to help...
August 17, 2006 at 3:54 am
I would say you can't do it in that timeframe. But then you knew that anyway. Management is going to have to decide whether the postpone the live date or...
August 17, 2006 at 3:50 am
No need to ask the same question more than once. Answered here.
August 17, 2006 at 3:33 am
Irene
You can set the max server memory and the min server memory on SQL Server, and SQL Server will allocate itself memory dynamically based on those constraints. The min server...
August 17, 2006 at 3:28 am
When I've had servers restarting for no apparent reason in the past, it has often been traced to the network card. Are your NICs teamed, by any chance?
John
August 17, 2006 at 2:52 am
I noticed after I posted my reply that you're on SQL 2005, so I may not be the best person to help. However, if replication on 2005 is anything like...
August 16, 2006 at 9:45 am
Meena
Look at the differences between the two servers - memory, disk, processor. Does the log file continually grow during the import on the second server? Do you have the same...
August 16, 2006 at 4:02 am
Look at the properties of the MSSQLSERVER service in the Services applet. You can also find the same information in Enterprise Manager by right-clicking on the server name, choosing Properties...
August 16, 2006 at 3:20 am
Viewing 15 posts - 6,856 through 6,870 (of 7,191 total)