Viewing 15 posts - 871 through 885 (of 2,840 total)
Steve Jones - Editor (9/17/2010)
Alright, everyone behave. I'm knocking off early to go drink some beer with the SQL Sentry guys.Have a great weekend.
Wait 5 minutes everyone... let Steve log...
-Roy
September 17, 2010 at 2:49 pm
This thread has become a monster. It has taken over everyone. I had not checked this thread in the last three days and now I have no way of following...
-Roy
September 17, 2010 at 2:44 pm
It is part of replication. It runs once a day at a scheduled time. It does not do anything with your performance. So I do not see why you would...
-Roy
September 17, 2010 at 11:42 am
That is not a need to worry. As long as the log reader agent is running and once in while it shows something like "1 transaction(s) with 2 command" it...
-Roy
September 17, 2010 at 8:32 am
Is peer to peer transactional replication available in SQL 2000?
-Roy
September 17, 2010 at 8:27 am
Looks like the back up is no good. Did you Zip the file before transferring it from your collocation?
-Roy
September 16, 2010 at 2:29 pm
I have heard and read about an arbitrary limit for replication. Check this link.
-Roy
September 16, 2010 at 2:23 pm
On another note, you should have Log files should be on separate drive as well. The log files it is mostly sequential writes but data files are random.
-Roy
September 16, 2010 at 1:40 pm
Adding a new drive with its own IO controller for TempDB will help with IO bottlenecks. Keep in mind that TempDB is used heavily from 2005 to 2008.
-Roy
September 16, 2010 at 1:39 pm
Did you get an update in 2008 forums? If not, maybe you should look up Merge replication. There is also updatable transactional replication. Two way. That too might work. I...
-Roy
September 15, 2010 at 1:07 pm
By default, windows administrators are not sysadmins or not even members of Public role SQL Server. You will have to explicitly add a Windows authentication user. You could add just...
-Roy
September 13, 2010 at 9:48 am
In SQL Server 2008, a system admin (Network administrator) is not a sysadmin on the SQL Server by default. If you do not add the group or user to SQL...
-Roy
September 13, 2010 at 9:39 am
It will create the same table lock issues. It does a schema lock when creating the table scripts. Maybe you can look at initializing with back up. I have never...
-Roy
September 10, 2010 at 1:46 pm
If you initialize the data using snapshot, and if the snapshot agent created the tables in the subscribers, it should have created all the index for those tables. It is...
-Roy
September 10, 2010 at 12:30 pm
I Agree with Steve. You do not give DDL_Admin privileges to people who are irresponsible. You will need to remove these people from DDL_Admin role and then give explicit permission...
-Roy
September 10, 2010 at 8:38 am
Viewing 15 posts - 871 through 885 (of 2,840 total)