Viewing 15 posts - 691 through 705 (of 5,103 total)
Autogrows will HALT all activity until disk space is allocated. 10% may not seem much when sizes are small it can be a big deal for large sizes or very...
January 15, 2009 at 9:50 am
I guess you should start at MSDN
January 15, 2009 at 9:41 am
Gaurav (1/12/2009)
I have set up the merge replication in SSMS (management studio). I am able to perform merge replication between subscriber and publisher. But the synchronization process has to...
January 15, 2009 at 9:37 am
You you read about the "retention period" on the distributor.
It holds the key to your problem. You should increase the minimum time the transactions are "kept" in the distribution database...
January 15, 2009 at 9:30 am
I would never think that it is a good idea for the front-end to handle sending messages to peers for a number of reasons. Many of those being firewall uncertainties...
January 14, 2009 at 3:10 pm
I think this is a FRONT-END task. The APP that successfully change a table should send a "message" to all clients that way you keep those CLR procedures to...
January 14, 2009 at 2:14 pm
bpowers (1/14/2009)
January 14, 2009 at 1:49 pm
There are a lot of things that you can do to speed up the apps before thinking of keeping the entire database in memory.
It should be obvious from the above...
January 14, 2009 at 1:45 pm
Log truncation is a "BAD" thing. Please, think TWICE before you do it!
January 14, 2009 at 1:42 pm
The connection of the The App was killed !
You should start by verifying what was going on on the server at that time!
January 14, 2009 at 1:41 pm
The database tools shipped with the workstation component should not be used to "ADMINISTER" a production Server. Scripts are the way to go because you will be in FULL Control...
January 14, 2009 at 1:38 pm
bpowers (1/14/2009)
IF Cust_Address_v.ID IS NULL
THEN
SELECT ID, NAME, ADDR_1, ADDR_2, ADDR_3, CITY, STATE, ZIPCODE, COUNTRY,
FROM CUSTOMER
WHERE ID = 'S28171'
ELSE
SELECT ID, Addr_No, Name, Addr_1, Addr_2, City, State,...
January 14, 2009 at 1:33 pm
Yes that helps a lot. Is it possible that we can make a retention period 6 months?
Well I have never configured to have such long retention period but i...
January 14, 2009 at 12:35 pm
Take Transaction log BACKUPS and the file size of those is what you should care about.
January 14, 2009 at 10:58 am
foxjazz (1/14/2009)
Also, if I create a subscriber snapshot database, and script it to subscribe to a publisher, when I go offline,...
January 14, 2009 at 10:51 am
Viewing 15 posts - 691 through 705 (of 5,103 total)