Forum Replies Created

Viewing 15 posts - 4,261 through 4,275 (of 4,745 total)

  • RE: BACKUP LOG WITH TRUNCATE_ONLY

    correct

    ---------------------------------------------------------------------

  • RE: Service Accounts

    I make the service account passwords long and random so hard to break but I do record them. Reasons being

    If you do ever need to change the password you need...

    ---------------------------------------------------------------------

  • RE: SQL 2005 Patch Levels

    to confuse the issue security release MS08-040 is out which would take you to 3233 if you were already at 3186.

    http://www.microsoft.com/technet/security/Bulletin/MS08-040.mspx

    ---------------------------------------------------------------------

  • RE: SQL Server 2005 database and transaction log location

    setup is only specifying where system db files go, application database files you can put anywhere SQL has access to on the server later. Just specify data file location and...

    ---------------------------------------------------------------------

  • RE: Using waitforto set delay

    Dev (7/22/2008)


    As per present business policy for the server.

    I would hope you can get a one column one row table past this 'policy'

    ---------------------------------------------------------------------

  • RE: How to script existing DB Maintenance Plans

    Anthony,

    thanks for that, most helpful. so what it means is in 2005 we can still use the DR process of copying over and restoring the msdb to recover jobs,...

    ---------------------------------------------------------------------

  • RE: Using waitforto set delay

    Dev (7/22/2008)


    I can not create another table.

    why not?

    ---------------------------------------------------------------------

  • RE: How to script existing DB Maintenance Plans

    Anthony question for you perhaps you can help with. If you can get maintenance plans working on a new server after copying over msdb, can you get all SSIS packages...

    ---------------------------------------------------------------------

  • RE: Using waitforto set delay

    if you run that in QA it would buffer up the results and return it to you in one go. if you are waiting an hour between checks output the...

    ---------------------------------------------------------------------

  • RE: Backup size is bigger than DB size

    sorry, I give in. As long as the database .bak file is restorable and your databse is working............

    ---------------------------------------------------------------------

  • RE: Problem with "CREATE LOGIN" for SQL Logins - a glitch??

    when you script out the logins, place [] around the login name. i.e.

    CREATE LOGIN [00048594] WITH PASSWORD = 'PASSWORD',DEFAULT_DATABASE = master, CHECK_POLICY = OFF

    if you use the 2005 version of...

    ---------------------------------------------------------------------

  • RE: BETWEEN date1 AND date2 Not returning data for date2

    if you do not specify the time it defaults to 00:00:00 hence you won't get 06\30 entries. include the time in the range.

    -- or what jack said

    ---------------------------------------------------------------------

  • RE: Is detaching and again Attaching a Database will affect the Replication

    if it was me i would stop all agents

    ---------------------------------------------------------------------

  • RE: Backup size is bigger than DB size

    then this must have been the file size at the time the backup was taken. Is the .ldf 1mb on the restored db or something bigger. sounds to me like...

    ---------------------------------------------------------------------

  • RE: Backup size is bigger than DB size

    just make sure you are able to restore from this .bak file. will be interesting to see how long the recovery stage takes,.

    ---------------------------------------------------------------------

Viewing 15 posts - 4,261 through 4,275 (of 4,745 total)