Viewing 15 posts - 4,081 through 4,095 (of 6,679 total)
Marcia Q (3/2/2010)
klnsuddu - Take a look at Jeffery's post. Bulk_logged recovery mode doesn't matter with indexing.
To answer your question though - According to BOL...
March 2, 2010 at 1:39 pm
You need to talk to the administrator of that system and find out where you can put your backup file so it will be accessible to that system. You...
March 1, 2010 at 7:05 am
Is there a reason you cannot perform a backup/restore? If that cannot be done, download the trial edition of SQL Compare and SQL Data Compare from Redgate. Use...
February 28, 2010 at 11:08 am
InvoluntaryDBA (2/24/2010)
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...
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...
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...
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...
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...
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...
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. ...
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....
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...
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...
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...
February 22, 2010 at 3:30 pm
Viewing 15 posts - 4,081 through 4,095 (of 6,679 total)