Viewing 15 posts - 33,151 through 33,165 (of 39,740 total)
You cannot delete the log. It is an open file that is essential for the database to function.
A database cannot run without a log file.
April 6, 2006 at 12:26 pm
http://www.sqlservercentral.com/columnists/sjones/20010422115754_1.asp
Part 1 deals with users.
April 5, 2006 at 11:10 am
You can use a third party (Log PI, APEXSQL Log, or something like that). Or you can run Profiler and see what happens during that hour.
April 4, 2006 at 9:21 am
IIS allows an account to be specified for anonymous users. Be sure this is a basic domain account with only the permissions needed to access only the data needed.
April 4, 2006 at 9:20 am
Timeframe is this month, though feedback from SP1 could change that.
April 4, 2006 at 9:19 am
Not sure where that thread is, but you can use it. However, if things need to move there, then what happens to developement? Does it stop? Do you lose work?...
April 4, 2006 at 9:17 am
Before you restore a diff, you need to restore a full.
April 4, 2006 at 9:15 am
You also might choose to split up the tables on different periods. Heavily hit tables might be in a script that runs every night. Less used might be scheduled every...
April 4, 2006 at 9:14 am
Correct although in keeping with minimum permissions, you would not choose the Reader role. It gives permissions to multi-server jobs and this question mentions local jobs only.
April 4, 2006 at 9:13 am
I agree with the above. The transactions/sec is not indicative of a problem. It shows the amount of work being done in that database. And your application shouldn't be competing...
April 4, 2006 at 9:12 am
It might be just the expected load on that hardware with that number of users. Or it could be something you can reduce.
60-80% is less than 100%, which is where...
April 4, 2006 at 9:10 am
Besides the missing WHERE clause? On both updates and deletes?
Of course, I'm a production DBA. And I've had some good ones, fortunately with small databases.
- Restore QA over production by...
April 4, 2006 at 9:08 am
Everytime you execute an insert, update, or delete, MORE infromation is written to the log. That's what it is, a log of activity. When you take a log backup, these...
April 4, 2006 at 9:02 am
Login failed is a different message than the name resolution. It means the context of the package execution is running under a local or non-network account.
I suspect that you resetting...
April 4, 2006 at 8:59 am
Viewing 15 posts - 33,151 through 33,165 (of 39,740 total)