Viewing 15 posts - 301 through 315 (of 49,571 total)
Do step 2 alone. That'll fix the excessive space. Once-off shrinks of the log aren't harmful providing you don't shrink to 0 and you have a sensible growth increment
February 28, 2018 at 10:01 am
Please note: 9 year old thread
February 28, 2018 at 1:43 am
I promise, from what I've seen of your roads, they're in good shape.
I remember a tour group in Scotland, the driver was cursing about the poor quality of the...
February 27, 2018 at 1:53 pm
Can you post the CREATE TABLE, CREATE INDEX statements and the actual plan please?
February 27, 2018 at 1:26 pm
Can't be fun to be cruising along on the lower deck at (insert speed...
February 27, 2018 at 1:10 pm
This is part of the highway that's under renovation
South-bound on the upper level, north-bound on the lower.
For years now, whenever it rains there will be waterfalls across the...
February 27, 2018 at 12:34 pm
Transaction logs or error logs?
February 27, 2018 at 9:47 am
February 27, 2018 at 9:34 am
Looks like your model database is corrupt. You can replace it (data and log) with a copy from another server running the same version (and service pack) as this one.
February 27, 2018 at 2:04 am
February 27, 2018 at 1:31 am
No. Backup to a file. Ignore devices.
BACKUP DATABASE DBName
TO DISK = <file name here>
The file name can be a variable, so you can build up...
February 26, 2018 at 1:08 pm
I strongly recommend NOT appending backups to the same file. Makes it really easy to lose all your backups instead of one.
Each one to its own file, preferably with...
February 26, 2018 at 1:01 pm
Viewing 15 posts - 301 through 315 (of 49,571 total)