Forum Replies Created

Viewing 15 posts - 211 through 225 (of 227 total)

  • RE: Filegroup question

    I do not think you can attach the database with just 1 file. Try and let us know if you are successful. if you want to get rid of 1 file....


    Kindest Regards,

    Amit Lohia

  • RE: Data file and log file sizes

    The transaction log grow mostly because there is no proper Tlog backup or the recovery model is set to full and there is a reindexing or any bulk- insert activities...


    Kindest Regards,

    Amit Lohia

  • RE: Server Configuration/Upgrade Question

    what is the operating System

    Operating SystemEnterprise EditionStandard Edition
    Microsoft Windows 2000 DataCenter64GB2GB
    Windows 2000 Advanced Server8GB2GB
    Windows...

    Kindest Regards,

    Amit Lohia

  • RE: SQL SERVER 2000 LOGS

    You can restrict the size of Transaction Log. Noeld answer is correct . Just to add you can use @job_id parameter to run a particular job if the event happens. Example...


    Kindest Regards,

    Amit Lohia

  • RE: dbcc job & transaction log backup

    I do not know what is your database size and disk space but make sure you have enough disk space for transaction log if the recovery model is set to...


    Kindest Regards,

    Amit Lohia

  • RE: Error running scheduled job in Enterprise Manager

    Check the SQL Agent Error Log.

    Make sure the database is defined properly in the job step.

    Secondly never use direct SQL Commands (which refers to objects) in the jobs step. Create a...


    Kindest Regards,

    Amit Lohia

  • RE: Resizing Transaction Log

    First of all the reason for increase in the size of trnascation log is beacuse of Full Recovery. Are you running a bulk insert or optimizer on the database ?...


    Kindest Regards,

    Amit Lohia

  • RE: master db wont backup

    Does it return any error. Check the error log file also

     


    Kindest Regards,

    Amit Lohia

  • RE: Suspect Database - Need Help!!

    Your database is victim of TORN_PAGE_DETECTION.

    You should restore from backup but as you do not have a backup try using

    sp_resetstatus database_name. Remember to reboot the server before trying to...


    Kindest Regards,

    Amit Lohia

  • RE: Want some tips for paper 70-229

    Troy

    I would like you to interview me. I am not looking for a job just want to check how cruel you can be....


    Kindest Regards,

    Amit Lohia

  • RE: EM of SQL 2000 hang

    I am not administering 2005 database. All the database are of 2000 , I just installed 2005 beta version

     


    Kindest Regards,

    Amit Lohia

  • RE: Update Usage and Statitics

    I was suppose to test this. Good now i will wait for the answer and do other projects

     


    Kindest Regards,

    Amit Lohia

  • RE: How to know if RollBack running

    KILL "SPID" with statusonly

     


    Kindest Regards,

    Amit Lohia

  • RE: Row Count and Number of Records differ in Query Analyzer

    Try this

     

    SELECT rowcnt FROM Sysindex

    WHERE Indid in (0,1) AND Id=Object_Id('<name of your table>')

     


    Kindest Regards,

    Amit Lohia

  • RE: trapping jobs or threads that may be running

    If you have couple of steps in the job then narrow down as which step is taking the time, how many time the retry option is set up in the...


    Kindest Regards,

    Amit Lohia

Viewing 15 posts - 211 through 225 (of 227 total)