Viewing 15 posts - 16 through 30 (of 106 total)
Hi,
If you look closely you will see Peer to Peer replication is a twisted flavor of Transactional replication where in every node is a publisher and every node is subscriber.
In...
December 26, 2014 at 12:21 am
Dear Arooj,
It is a reported BUG. Here is the link for Bug posted on msdn.
You can try your luck with workarounds provided.
Hope it Helps..!!
Kindly mark it as solution if it...
December 26, 2014 at 12:07 am
Dear Arooj,
Which version of SQL server are you using?
December 26, 2014 at 12:03 am
Dear Gauri,
You will have to use a table valued split function to cater to this requirement.
A split function will take up the string as 'val1,val2,val3....' and a delimiter which will...
December 25, 2014 at 11:34 pm
Thank you Jeff and Gila for the clarification. :blush:
December 25, 2014 at 12:53 am
No, Simple insert operations does not come under minimally logged operation.
Here is a list of all the minimally logged operations.
http://technet.microsoft.com/en-us/library/ms191244(v=sql.105).aspx
To mention a few
1. Create index
2. Alter index
3. Bulk Insert...
December 25, 2014 at 12:51 am
Oops...!! :crazy:
Apologies didn't paid heed to recovery model. Need full Recovery or Bulk logged.
December 25, 2014 at 12:38 am
Dear Pradeep,
What I suppose to do if I find my DB taking a long time in recovery state after a server reboot?
Not really sure about this, Maybe Gila Can help...
December 24, 2014 at 5:34 am
Hi,
Check SQL Server Browser service. Is it ON?
December 24, 2014 at 4:14 am
Hi Qira,
Please refer to the below mentioned link for help on how to create a linked server.
http://learnsqlwithbru.com/2012/01/06/create-linked-server-to-connect-to-another-sql-server-part-i/
Very descriptive, Will surely Help.
December 24, 2014 at 3:20 am
Hi,
Just a thought..!!
Why not use MERGE to get the data from these tables in your local database.
You can schedule a Job using Sql server Agent to run the Merge command...
December 24, 2014 at 1:17 am
Dear Deepak,
why are you using same alias for both the tables??
Share the query so that we can have a better idea of the issue.
December 24, 2014 at 1:15 am
Hi,
Work Loss Exposure means how much data will be lost in case of DR scenario.
Bulk logged Recovery model has log backup enabled but use minimal logging for Bulk logged operations....
December 24, 2014 at 1:11 am
Hi,
What do you mean when you say
We like to restore a replicated database with multiple dbs
I am guessing you want to restore a copy of the replicated database on...
December 24, 2014 at 12:06 am
Viewing 15 posts - 16 through 30 (of 106 total)