Viewing 15 posts - 226 through 240 (of 984 total)
It might also be worth checking the results of DBCC OPENTRAN in your problematic database.
Also, have a look at the results of
SELECT log_reuse_desc...
October 13, 2017 at 4:01 am
Am I reading your backup / maintenance schedules correctly? You're only doing TLog backups during the work day, and not during database maintenance routines, such as index rebuilds?
Indexes...
October 12, 2017 at 6:22 am
October 12, 2017 at 5:23 am
October 9, 2017 at 2:31 am
October 6, 2017 at 2:35 am
October 5, 2017 at 2:57 am
jonathan.crawford - Tuesday, September 26, 2017 6:10 PM"I know nothing" ~ Jon (Snow)
"I know nothing" - Manuel, Fawlty Towers
September 27, 2017 at 2:08 am
What edition / version of SQL Server is the target?
If it's SQL 2014 or SQL 2016 RTM Standard Edition, you won't be able to continue, as those don't...
September 26, 2017 at 6:44 am
Alternatively, if you've got your list in Excel, it's presumably sorted in the order you want?
In which case, why not just build the ALTER LOGIN statements in a...
September 21, 2017 at 6:10 am
You're suffering from "Lazy Log Truncation". It got me last month too... The article linked is a Microsoft PFE report / note about what's going on, with pictures...
September 20, 2017 at 2:00 am
This sounds like the sort of thing that David Bird went through as the core of his SQL Overview system. There's a series of articles - the first...
September 19, 2017 at 4:31 am
Is it actually a table, or is it an alias for a table elsewhere on the server?
do you see any error messages when you try to query the...
September 14, 2017 at 4:02 am
The first where clause in...
September 14, 2017 at 3:57 am
September 10, 2017 at 2:04 pm
Viewing 15 posts - 226 through 240 (of 984 total)