Viewing 15 posts - 46 through 60 (of 128 total)
Make sure you are using SQL EE to address all the RAM.
If you can separate OS & SQL install on one RAID 1 set, SQL data RAID10, SQL Logs...
March 16, 2005 at 2:24 am
I usually set it to 64K, unless advised differently from hardware vendor.
March 16, 2005 at 2:16 am
How big is your distribution database and how much of that space in it using before and after the cleanup? It maybe just a case that it has to cleanup...
March 15, 2005 at 2:04 am
I remember something from an old 6.5 internals course that covered sometimng like this - although I may hav ekilled those brain cells. What is does is that is logically...
March 15, 2005 at 1:57 am
I am assuming that the database that was backed up (MT2) was being replicated (what type of replication?) and that the SQL Server is what running on was the publisher...
March 15, 2005 at 1:27 am
Do the shrinkfile as another step in your job after the full backup and the tran log backup.
March 15, 2005 at 1:15 am
The above should work - stop the eval edition services, copy the .mdf & .ldf files to a different location. Do the new install, stop the SQL Services, copy the...
March 15, 2005 at 1:12 am
If you are trying to move a DTS package, edit the package and just save it to the new server.
March 11, 2005 at 2:17 am
In the registration properties for a SQL Server you can disable the displaying of the system databases and objects - this is done via the proc sp_MSdbuseraccess, you can look...
March 10, 2005 at 12:32 am
SQL Developers Edition should install on this platform.
March 10, 2005 at 12:20 am
Quickest method may be to drop the publication and recreate it.
March 10, 2005 at 12:19 am
I am guessing that the table names change each day and are dropped when the next days tables are created. You could create a publication dynamically every day to publish...
March 10, 2005 at 12:16 am
Are you sure that you have foreign keys defined?
If so as a work around script them and run them in manually on the subscriber.
March 9, 2005 at 2:52 am
Can changes occur simulatenously on Server 1 and Server 2. Or is this a situation where Server 1 is finished for the day and Server 2 takes over and when Server...
March 9, 2005 at 2:49 am
Have had similair issues with an unreliable DC. Problems may be caused with NT Authentication and the domain controller being screwed. Best bet would be to drop all NT logins...
March 9, 2005 at 2:41 am
Viewing 15 posts - 46 through 60 (of 128 total)