Viewing 15 posts - 76 through 90 (of 99 total)
You must stop the replication agent before you copy the database to the test server, after that make sure all log file in the production server has been restore in...
September 13, 2005 at 12:35 am
You can change it in the service manager, change with your windowsc account.
July 13, 2005 at 4:30 am
Dear Andy,
Are you use SQL Server 2000? If yes, you can change the option recovery model in your SQL to Simple (Not Full), but this is can be apply if...
July 11, 2005 at 8:00 pm
You just need to restore the database to became the online status, by running this script :
restore database (DatabaseName) with recovery
make sure the all log file has been restore (if...
July 6, 2005 at 8:31 pm
You can create replication and choose the merge replication, because with this you can update the database in 2 side, in DB1 or DB2.
June 30, 2005 at 8:06 pm
Why you don't use the DTS Task?
June 29, 2005 at 2:28 am
Yes, you must rename the server B to A, but if you want to not change the server name, you can change the connection in your application.
June 27, 2005 at 8:43 pm
Your SQL Server service account must have an access to that PC
June 27, 2005 at 1:06 am
My suggestion is, if you have good design in your database schema, go with the replication, because the performance it's depend on you database design.
June 26, 2005 at 10:22 pm
You can create the network mapping from your OS and create a script backup to that drive
June 26, 2005 at 8:12 pm
You just need to create one script and you schedule in your sql server job, but in your table must have a column that have a default value, when the...
June 23, 2005 at 4:45 am
You has been checking the location of data? the filename of mdf file? Because I guest the file name or the file exist in the folder location where...
June 23, 2005 at 4:41 am
I think that's a fastest way to copy database to another server, and have the minimum risk.
June 23, 2005 at 4:37 am
In the SQL Enterprise Manager, open table design, right click in the 4th column then click insert
June 16, 2005 at 3:32 am
You just need to remove the anonymous access in 2 virtual Directories reporting services
June 15, 2005 at 11:10 pm
Viewing 15 posts - 76 through 90 (of 99 total)