Forum Replies Created

Viewing 15 posts - 421 through 435 (of 860 total)

  • RE: Separating log & data on disk

    mark (3/29/2009)


    Hi,

    If we have that many log files being written to, won't this as a result turn into mainly random writes, instead of sequential?

    No, It won't log files are...

  • RE: Restore

    Tara (3/27/2009)


    The .bak file may also has log in it which is very big and so i want to truncate that file before restore so that i dont waste...

  • RE: Have no access and unable to administer

    john (3/29/2009)


    I want to use the SQL Management Studio to schedule automatic backups of the database

    You should have permissions to run a job. You should be either sysadmin...

  • RE: Benchmarks for new server

    TRACEY (3/28/2009)


    Also set up permon on disk/cpu etc and measure this through slow periods and busy times.

    Yes, and also think of creating multiple baselines corresponding to different timings of the...

  • RE: Transaction-Logs keep growing

    Mohit (3/13/2009)


    glemke (3/13/2009)


    Why would the logs not reduce in size on their own but do when I manually run the shrink - file - log file process?

    Is there a "best...

  • RE: Failed BackUp

    Erode P. Satheesh (3/24/2009)


    Take a full backup.

    Why?

  • RE: Diiferential and log backup at the same time

    klnsuddu (3/24/2009)


    Hello,

    We have our backup strategy as below:

    1. Full backup dailly at 1:00AM

    2.Diffrential every 4 hrs starting from 5:00AM

    3.Log backup every 1 hr starting from 2:00AM

    But, Why are you...

  • RE: Benchmarks for new server

    Michael Valentine Jones (3/28/2009)


    I Also, the benchmark results should be saved so that you can compare to them later if you suspect IO problems.

    I completely agree with Michael you should...

  • RE: How can I copy the SQL Server Database Data File (mdf)

    homebrew01 (3/27/2009)


    Krishna (3/25/2009)


    You can't copy it unless your server is shut down, if it is a production system, the easiest method is to copy the backup file and restore it...

  • RE: Setting up Service Broker on a Mirrored Database

    Elliott Berkihiser (3/27/2009)


    The error message reports "Cannot create a new Service Broker in a mirrored database". I tried pausing the mirroring and received the same message.

    You should enable Service...

  • RE: Back-up after updation of DB

    makjain (3/27/2009)


    Hi,

    Please tell me what back up should be taken once db is updated. i.e. earlier i took FULL backup and now i have added few things and deleted. I...

  • RE: basic guidelines on creating Indexes

    GilaMonster (3/27/2009)


    Krishna (3/27/2009)


    1.) There should be at least one clustered index for a table which should be Narrow, ever-increasing, unique

    At least one?

    OMG what am I saying- only one

    5.)Think about Covering...

  • RE: How can I copy the SQL Server Database Data File (mdf)

    RESTORE HEADERONLY FROM DISK='backup file path'

    and use the correct logical file name of the backup.

  • RE: automating checks

    Jerry Hung (3/27/2009)


    Krishna (3/27/2009)


    yisaaacs (3/27/2009)


    Hi everyone

    is there anyway i can automate checking whether SQL server agent and the SQL service is running,

    but also notifying certain people via email that its...

  • RE: Delete log file

    Vera (3/27/2009)


    DBCC SQLPERF (logspace): logsize: 74.929688logspace used: 83.246666

    That's a fair percentage. As Steve advised, have u changed the way you are inserting the data? As Steve advised its always...

Viewing 15 posts - 421 through 435 (of 860 total)