Viewing 15 posts - 16 through 30 (of 99 total)
Why you don't try to add secondary log file in the new location of your harddisk?
So, you just need to add your harddisk and add a secondary log file.
October 20, 2005 at 1:20 am
select * from sysobjects where type='K'
look in field crdate and the name of your index.
in the sample K means primary key.
October 14, 2005 at 4:35 am
select * from sysobjects where type='K'
look in field crdate and the name of your index.
in the sample K means primary key.
October 14, 2005 at 4:35 am
Create DTS in your SQL to export data from your SQL to access, you can use a DTS wizard to do this.
October 11, 2005 at 11:16 pm
I think the good ways it's use the Log Shipping, because Log Shipping do not need a lot of resource (performance), and Log Shipping designing for DRP, but replication designing...
October 10, 2005 at 2:33 am
If you don't save the transaction log file, change the database recovery option to simple (not full), if you want to solve force, detach your database, delete the log...
October 7, 2005 at 3:25 am
Database access tabs used to define the database access for current user, so if you have more than 1 database, the user must be specified to access the database, and...
October 5, 2005 at 10:28 pm
In the EM go to security->login.
October 5, 2005 at 8:18 pm
You need to re-setting the database configuration, if you want a database can run faster then before. But if your database has been setting in the good configuration before, you...
October 5, 2005 at 12:43 am
You just do the full backup database in SQL 7 and then restore in SQL 2000.
October 4, 2005 at 11:00 pm
Try to captured on failure in your DTS Package
October 1, 2005 at 1:06 am
Check the services account for startup SQL services, if you want to using the windows authentication, change the services account using domain user, don't use local system account.
September 30, 2005 at 8:07 pm
Viewing 15 posts - 16 through 30 (of 99 total)