Viewing 13 posts - 16 through 28 (of 28 total)
The only sure-fire way I can recommend is to Evaluate a program called Log Explorer from Lumigent. If the data(all your data) is fairly critical, as well as the immediate...
September 12, 2005 at 1:37 pm
I've had similar days
I use a cool monitoring tool called Spotlight that sends me an SMS message if there is any type of...
August 30, 2005 at 9:42 am
I'm working with this issue currently myself and ended up needing a Instead of trigger to populate a column that used to be a derived column. I hade to make...
August 30, 2005 at 8:55 am
If you have the keys correctly configured, then SQL Server is no more capable of deleting the rows than your application is.
If you have T-Log backups configured, you can do...
August 30, 2005 at 8:50 am
It priecy, but ER/Studio is my favorite modelling and in general documentation tool. Not sure about compatibility. Cost is about 4K.
August 19, 2005 at 10:13 am
The fact that you are using a SAN makes me think that you are using Clustering Services.
If that is the case, then you must make the device a cluster resource...
October 20, 2004 at 11:08 am
Two comments:
You can't truncate a table with active Foreign Keys.
When I am faced with a larger task such as this in a Production environment, I will typically:
1. Write a query...
October 15, 2004 at 3:11 pm
One other thing to consider: Depending on your backup strategy, You could do a full restore and apply all applicable T-logs (to specific point in time) to a new database...
July 3, 2003 at 10:46 am
Absolutely! I keep one months worth myself, running dbcc errorlog everynight at midnight. Not alot of problems here so I don't track anything longer than that....
July 3, 2003 at 10:37 am
A. Depends on a number of factors, a safe bet is 5 minutes.
B.Yes
C.30 seconds max, depends on the speed of your app. Fast app=lower timeout value. Reports for example an...
July 3, 2003 at 10:33 am
Also setting your database Recovery mode to Simple will stop your log from growing. Since nothing is logged, you should backup before and after the import process. Read up on...
July 3, 2003 at 10:28 am
Not many choices, but here's my 2 bits:
Speed up the check printing process to decrease the amount of time the locks are held.
Have a performance Tuning Specialist come...
July 3, 2003 at 9:32 am
I would recommend running dbcc errorlog every night, maybe even Midnight and Noon, depending on the amount of logins you have.
July 3, 2003 at 8:58 am
Viewing 13 posts - 16 through 28 (of 28 total)