Viewing 15 posts - 151 through 165 (of 1,247 total)
You may need to set maxtransfersize in your backup statement.
September 11, 2008 at 2:01 pm
Do you use the third party tool to backup? Could you post your error?
September 11, 2008 at 1:43 pm
If it is the case described by firasatahmed, add WITH INITI at the end of your command to overwrite the existing backup file.
September 10, 2008 at 3:38 pm
With Windows XP SP2 or later, the answer is Yes.
August 23, 2008 at 7:38 pm
It depends on how you change your memory setting.
If you use GUI, you do not need to do anything more, such as restart SQL.
If you change it using scripts, you...
August 23, 2008 at 11:37 am
This is what I am not sure. My comment is only a kink of informal message.
August 23, 2008 at 11:33 am
In SQL Server, we can modify the connection setup under the connection tab in the Properties dialog.
I cannot remember MySQL clearly. But MySQL should have the similar setting. You need...
August 22, 2008 at 6:49 pm
The step 7, restore users and roles. You need to backup the users and roles before restoring your database, normally.
August 19, 2008 at 11:58 am
It does not seem to be a database server issue. Here is link. May it help.
August 19, 2008 at 11:56 am
What version and SP do you use? In SQL 2000/SP4, we can see self-blocks quite ofen. It is called self-latch. It is fixed with new hotfixes.
August 19, 2008 at 11:30 am
You may consider replications (transaction for large database and snapshot for small database). However, transactional replication is harder to maintain.
You may also consider the differential backup/recovery.
August 18, 2008 at 9:19 pm
The error message described clearly. The most often mistake is the owner of object is not dbo but under a user name. Please check.
August 18, 2008 at 1:14 pm
Viewing 15 posts - 151 through 165 (of 1,247 total)