Forum Replies Created

Viewing 15 posts - 376 through 390 (of 1,131 total)

  • RE: Database cleanup?

    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...

  • RE: I/O Error

    "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,...

  • RE: SQL Server 2000 sa password change causes scheduled tasks to fail

    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...

  • RE: Database cleanup?

    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...

  • RE: SQL Server 2000 sa password change causes scheduled tasks to fail

    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...

  • RE: How do I move SQL from 32 to 64?

    "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...

  • RE: Database cleanup?

    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...

  • RE: Time Calculation

    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 ...

  • RE: Database cleanup?

    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...

  • RE: SQL Server 2000 sa password change causes scheduled tasks to fail

    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...

  • RE: DateTime to Date only....

    "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,...

  • RE: Memory usage on a 30Gb database

    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...

  • RE: DateTime to Date only....

    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...

  • RE: query performance problem

    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...

  • RE: Rename attributes with many tables from excel file source

    I understand that the names of the database objects are in lower case and you want to have them in upper case?

    Although I have posted a solution below, there is...

Viewing 15 posts - 376 through 390 (of 1,131 total)