Forum Replies Created

Viewing 15 posts - 76 through 90 (of 129 total)

  • RE: Automating database restore

    Try to restore the bakup on the same server with different DB name and pass the correct path for the mdf and ldf file name.

  • RE: database maintainance

    I agree with Terry, but want to make sure that all logshipping should have to run on SA access or SQL_SVC a/c. SQL_SVC a/c should have SA permission but login...

  • RE: Job status

    You will get it from msdb DB. "Job History Table"

  • RE: Job status

    You will get it from msdb DB. "Job History Table"

  • RE: BREAKING SQL INSTANCE

    What you want to do, Please make it clear.

  • RE: Builtin Administrators

    Probably it has been already posted in other thread. Anyway. Before deleting BuilinAdmin you should be having SQL_SVC a/c and that a/c should have permission as a SYsadmin. but make...

  • RE: Database Missing

    SQL 2005 has report feature and you could be able to find out who has deleted. As above mentioned you can also check it who has SA permission on the...

  • RE: Disk Defrag Tools on SQL Server system

    Agree with colin Leversuch-Roberts, perfactly this is the other option as well.

  • RE: Terabyte database backup/restore

    I would like to say, it's all depend on the organization policy/Cost.

  • RE: Exceptionally Large DBsize

    I fully agree with Terry. I would like to add one more thing. If possible try to do the partioning on it. It would also give you some sort of...

  • RE: Exceptionally Large DBsize

    If you would know how much data will grow then probably I would recommend you to restrict the autogrowth option. In unrestricted file growth you can not controll anything.

  • RE: logshipping

    Every application has there DR TEST Plan. Before actually go to DR Application will do the DR Test on the Production and DR.

    It will be possible for all the application...

  • RE: SQL server 2000 and 2005 - litespeed backup

    That's the correct answer

  • RE: Auditing

    I would suggest create on DB DBAUDIT and create some tables and user defined sp's and views and also generate the SQL jobs and configure to send an report to...

  • RE: Exceptionally Large DBsize

    Did you setup the autogrowth option or it is in unrestricted?

Viewing 15 posts - 76 through 90 (of 129 total)