Viewing 15 posts - 31 through 45 (of 1,157 total)
Adam Angelini (3/20/2014)
You will need to take the SQL Server service off line and bring it back online after making the setting change.
Incorrect. You do not. There few...
March 21, 2014 at 3:00 am
mick burden (3/21/2014)
March 21, 2014 at 2:45 am
alhajirr (3/20/2014)
March 21, 2014 at 2:40 am
Also worth pointing out that I remember switching to queued updating because of performance problems when using updateable subscriptions. The cross network traffic wasn't keeping up.
March 20, 2014 at 9:33 am
humbleDBA (3/20/2014)
It is 'true' replication as it uses Transactional Replication. The main difference is that when the subscriber updates, it makes use mechanism to re-direct the subscriber update to...
March 20, 2014 at 9:27 am
humbleDBA (3/20/2014)
This sounds like something I had to do many years ago. Back then I used Transactional Replication with Updateable Subscriptions. Might be worth a look.
I've used this before as...
March 20, 2014 at 4:30 am
Grant Fritchey (3/20/2014)
Further, you could set up mirroring temporarily to get the database syncronized with as little down time as possible.
This will only work if its new storage AND a...
March 20, 2014 at 4:17 am
Both those approaches take time. Personally I would opt for backup/restore ensuring the backup is appropriately located for a fast restore. This would allow for a recovery option...
March 20, 2014 at 3:46 am
http://www.mssqltips.com/sqlservertip/2494/overview-of-peertopeer-transactional-replication-in-sql-server-2008/[/url]
http://technet.microsoft.com/en-us/library/ms152536(v=sql.105).aspx
http://www.sqlskills.com/blogs/paul/sql-server-2008-configuring-peer-to-peer-replication/[/url]
March 20, 2014 at 3:36 am
This depends on your definition of bi-directional. If the website is writing to unique tables you can publish a subset of the db in each direction making for what...
March 20, 2014 at 3:34 am
william.rees.howells (3/19/2014)
In terms of what you were saying about slowing the reads down, would the most optimal scenario be to have both data drive and log file drive with equal...
March 19, 2014 at 9:00 am
william.rees.howells (3/19/2014)
March 19, 2014 at 8:38 am
william.rees.howells (3/19/2014)
March 19, 2014 at 8:01 am
sqlbuddy123 (3/18/2014)
Also try to get some SQL Server DBA training. And here is a list of good books for SQL DBA.
http://www.brentozar.com/best-sql-server-dba-books/
Free books are available...
March 19, 2014 at 7:51 am
dbalmf (3/18/2014)
March 18, 2014 at 5:08 am
Viewing 15 posts - 31 through 45 (of 1,157 total)