Viewing 15 posts - 46 through 60 (of 317 total)
It's easier to create a new publication and subscription.
But of course you are limited if it is referenced by a foreign key constraint.
October 24, 2014 at 11:54 am
ScottPletcher (10/22/2014)
October 23, 2014 at 11:54 am
The code below will give a list of jobs that have been running over ten minutes (can be anything you want).
Remember to exclude jobs you expect to run long (e.g....
October 23, 2014 at 11:12 am
Lynn Pettis (2/10/2010)
October 23, 2014 at 10:05 am
scantoria (10/8/2014)
We have over 100 databases across these servers. I...
October 17, 2014 at 5:06 pm
If you choose mirroring, you need to understand something about the read requirements, as to how up to date the data needs to be.
If latency is an issue and there...
October 17, 2014 at 4:44 pm
Thanks for the article. Look forward to future installments.
October 17, 2014 at 9:44 am
Also more importantly why were schema created with the user's name.
i know there are some third party tools that do this, but usually there is no need for it.
I suggest...
October 8, 2014 at 3:47 pm
Another option is mirroring with rolling snapshots.
Still that has its own set of issues and admin challenges.
October 8, 2014 at 3:27 pm
Found an earlier thread: http://www.sqlservercentral.com/Forums/Topic1374671-1281-1.aspx
And this on MSDN:
September 29, 2014 at 5:37 pm
When you stopped all processing, were there still any open transactions?
What non-application connections were still there?
Did you look in sys.objects in tempdb?
September 29, 2014 at 3:52 pm
This is a nice script.
Couple of comments.
1. I would separate out the size of the log file and the (total) size of the datafiles.
2. I would avoid using IP...
August 29, 2014 at 10:17 am
One more question.
If you do not have access to server B beyond db_owner in the database,
how do you ensure that the logins (server principals) are synced?
August 21, 2014 at 12:45 pm
I like Arial in general, stopped using it because of how my name looks (Arni).
I don't like it when people call me Ami.
🙂
August 18, 2014 at 10:19 am
Viewing 15 posts - 46 through 60 (of 317 total)