Viewing 15 posts - 16 through 30 (of 36 total)
Merge replication can be one of the option . But you have to manage conflict if any occur proactively.
You can Read details about Merge replication online http://msdn.microsoft.com/en-us/library/ms151329(v=sql.105).aspx
Regards
Dhananjay
January 22, 2013 at 3:24 am
What changes you have done... Have u added user running SQL services for Loack pages in memory seetings and restart sql services.
hope this will work...
April 21, 2010 at 4:07 am
You need to allow updates in system table by executing below command.
sp_configure 'allow updates',1
RECONFIGURE WITH OVERRIDE
cheers!!!
April 21, 2010 at 4:04 am
you can run update query on sys.comments table in sql 2005 or syscomments in sql 2000. it may solve uor problem.
cheers
April 20, 2010 at 11:45 pm
Hi,
Why don't you try in-built log-shipping of SQL server or even replication... Believe me its very easy to setup and manage.... Any one can manage it whenever u will be...
April 19, 2010 at 11:42 pm
What is size and volume of database that needs to be replicated.
April 16, 2010 at 1:40 am
I am not completely agree with you that :- Your DBA perform Index maintainance task for Oracle once in six months and perform same task in sql very often (daily...
April 16, 2010 at 1:38 am
Hi,
You can use dbcc sqlperf(logspace).
Regards
Dhananjay
April 16, 2010 at 1:29 am
Lock Pages in Memory setting is required when you are using 64 bit edition.
April 6, 2010 at 12:30 am
You need to update the stats after re-index or index-defrag. Try running sp_updatests .....
April 6, 2010 at 12:24 am
Have you checked whether Windows is showing all 40GB of RAM. Check and confirm.
January 15, 2010 at 1:43 am
Primary Key is must for table Participating in Transaction Replication.
August 4, 2009 at 4:19 am
Hi Narender,
you can schedule your Backup on Network drive. This will be common to all the node. I don't find there is any issue in that. Even we have databases...
June 26, 2009 at 1:14 am
There will not be any issue... are u maintaining witness as standalone server or on same server
June 11, 2009 at 10:01 pm
Viewing 15 posts - 16 through 30 (of 36 total)