Viewing 15 posts - 4,081 through 4,095 (of 6,676 total)
InvoluntaryDBA (2/24/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
February 24, 2010 at 4:24 pm
I find that this is one of the most mis-understood concepts in SQL Server. The belief is that because you have an auto-incrementing key, you will never have fragmentation...
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
February 24, 2010 at 11:08 am
In order for you to be able to use the WITH MOVE option, you are going to have to know the logical names of all of the files for that...
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
February 24, 2010 at 11:08 am
I would recommend using Powershell and SQLCMD - with powershell you can parse a directory for the latest file(s) by date, and build a string to execute the restore that...
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
February 24, 2010 at 10:48 am
When you make that change in the GUI - it performs an index rebuild with the fillfactor defined as 75%. The only way to change the fillfactor on an...
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
February 24, 2010 at 8:47 am
sunil.aggi (2/24/2010)
However my question is with regards to SQL 2005.
My .ldf file size is growing and is crossing its threadshold limits. Now I need 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
February 24, 2010 at 8:43 am
All that command does is sets the default fill factor that will be used when indexes are created and the fillfactor is not specified.
When indexes are rebuilt - the fillfactor...
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
February 23, 2010 at 3:39 pm
Are you sure your transaction log backups are running? If so, then most likely you have a nightly/weekly operation to rebuild indexes that is expanding the log file. ...
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
February 23, 2010 at 11:34 am
I am not sure where you got your information - but it is not correct.
First, that backup command is deprecated and no longer works in SQL Server 2008....
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
February 23, 2010 at 11:25 am
Is this x64 system?
If so, have you set max memory?
How much memory is available to the system?
If you have 24GB of memory available - you should be setting the max...
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
February 23, 2010 at 11:01 am
I quoted your statement, and I questioned your statement about shrinking databases on a routine basis. If you do not shrink your databases on a routine basis - then...
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
February 22, 2010 at 7:19 pm
jpSQLDude (2/22/2010)
1. Come up with TWO systems, one for versions 7 and 2000, and a different one for 2005 and...
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
February 22, 2010 at 3:30 pm
Welsh Corgi (2/21/2010)
I should have been more clear and I agree with you. 🙂
I never setup a maintenance task to shrink a Data or Log File. I would...
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
February 22, 2010 at 3:05 pm
I don't see any other way - you have to create the user(s) in the database before you can assign any permissions to the user.
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
February 22, 2010 at 3:01 pm
jaroho (2/21/2010)
All i want is, no one should modify or run queries from the backend.
All modifications should be done from 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
February 22, 2010 at 2:44 pm
Viewing 15 posts - 4,081 through 4,095 (of 6,676 total)