Viewing 15 posts - 3,691 through 3,705 (of 6,676 total)
The issue with switching to SIMPLE recovery model is that you break the log chain. By doing that, if your current backup is corrupted - you will not be...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 7, 2010 at 7:39 pm
Do you really need the report files? I turn that feature off since I have found that the report files don't really have any useful information.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 7, 2010 at 2:24 pm
Nope - the only files that are written to sequentially are the log files. If you have multiple files in a single filegroup, they will be written to using...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 7, 2010 at 1:43 pm
Indianrock (7/6/2010)
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 6, 2010 at 7:17 pm
Leo, I believe you don't have to use a different filegroup to add a file on a different LUN. You can have multiple files per database - with each...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 6, 2010 at 7:08 pm
You use DBCC SHRINKFILE with the EMPTYFILE option. Once the file is empty, it can be removed.
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 5, 2010 at 3:06 pm
Well - the standard answer applies here: it depends...:-)
It depends a lot on the SAN that you are using, how that SAN has been configured and how the LUN's are...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2010 at 9:14 pm
The point Paul was making is that column placement doesn't matter. Since you reference columns by name, their order in the table has no bearing on performance or storage.
At...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2010 at 9:05 pm
I would use powershell to loop through each file in a directory and pass the file to sqlcmd if I had to use those scripts.
If I could use an existing...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2010 at 3:31 pm
Sometime after the full backup was taken - the log chain was broken. Once that happens, no further transaction log backups can be taken until the log chain is...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2010 at 3:26 pm
The Dixie Flatline (7/2/2010)
Here's another that gives you a six-character string in the format YYYYMM.
...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2010 at 3:18 pm
You can add your domain account to the SQL Server specific local windows group. That group should have sysadmin rights and allow you to login to the system to...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 2, 2010 at 3:15 pm
It looks like you are using a global temp table. The temp table has a constraint on column XXXX which does not allow null values.
First, why are you using...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
July 1, 2010 at 3:04 pm
I am going to agree with the others - mostly.
IF you are using SAN snap clone technology that is configured to work with SQL Server and freezes SQL Server during...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 29, 2010 at 7:36 pm
I use the Performance Dashboard in SSMS 2008 with no problems. I know there are a couple of issues running the reports against a 2008 system, but for the...
Jeffrey Williams
“We are all faced with a series of great opportunities brilliantly disguised as impossible situations.”
― Charles R. Swindoll
How to post questions to get better answers faster
Managing Transaction Logs
June 28, 2010 at 7:32 pm
Viewing 15 posts - 3,691 through 3,705 (of 6,676 total)