Viewing 15 posts - 376 through 390 (of 1,132 total)
Article "Top Tips for Effective Database Maintenance" was just posted by
Paul S. Randal, SQL Server MVP, at http://technet.microsoft.com/en-us/magazine/cc671165.aspx
Provides a good background on physical optimization.
July 10, 2008 at 5:42 am
Here are a few changes to the order of operations:
1. Disable any maintenance jobs and any application access.
2. Backup all databases
New steps:
3. For tempdb, note the actual...
July 9, 2008 at 5:44 pm
"SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file sql server 2005 "
This can be the result of an autogrow occurring,...
July 9, 2008 at 8:50 am
I found DTSRunDec here: http://www.sqlsecurity.com/Tools/FreeTools/tabid/65/Default.aspx but I cannot work out what I need to install to be able to compile it.
Does anyone have any info on that, or any other...
July 8, 2008 at 6:27 am
With an objective have having a reasonable size files that have sufficient free space to run the defragementation and support future needs, here are the detailed steps. The database...
July 8, 2008 at 6:14 am
When using DTSRun.exe with an encrypted command string (the ~Z option), I have encountered some strange behavior including execution of older package versions and security violations.
Appending "/!X /!C" to the...
July 7, 2008 at 5:45 am
"Can I just copy the .mdf and .ldf files to the 64-bit machine, attach and I'm good to go, or do I need to do something else?"
Be sure to detach...
July 6, 2008 at 7:42 pm
As introduction to database physical storage is typically a Computer Science third year course and is studied in depth at the graduate level, this will be difficult to explain in...
July 6, 2008 at 7:37 pm
You did not post the SQL you are running so it will not be possbile to review but here is some SQL with the results:
PhoneNo ...
July 6, 2008 at 9:49 am
The solution to reducing the size of a database file is a multistep process that can be quite complex due to some of the steps causing database fragmentation, which has...
July 6, 2008 at 9:20 am
Am I right in thinking that DBSRV-01\sqlservice is the SQL Server Agent process?
Probably but to confirm, look at the configuration of the Windows Service named "SQLSERVERAGENT" on then "Log...
July 6, 2008 at 9:12 am
"The OP wants to know how to DISPLAY only the dates... "
Thanks Jeff, did not see that
Of course the correct answer is to perform formating in the interface component,...
July 5, 2008 at 9:30 am
SQL Server 2005 memory usage is documented and, unless set lower, will use all except 256Mb of available physical memory.
See SQL Server BOL on how to configure 'max server memory...
July 5, 2008 at 9:28 am
There was a very long forum post on various methods to get only the date portion from a datetime datatype. One of the most efficient was 1. subtract...
July 5, 2008 at 8:54 am
Reformated the SQL using http://www.sqlinform.com/ to allow easier analysis. Looks like there are some joins that do not have a corresponding "ON" statement, which will result in these joins...
July 5, 2008 at 7:16 am
Viewing 15 posts - 376 through 390 (of 1,132 total)