Forum Replies Created

Viewing 15 posts - 1 through 15 (of 41 total)

  • RE: Transaction Log sizing

    Chris,

    There is another way to minimize your transaction log when you run from dts, if you open your dts package and right click anywhere, you can see the package properties...

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: WHy did agent stop

    I would go on the server and check under system tools to see if there are any scheduled tasks that automatically shuts down the service.  Lately our server which we...

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: WHy did agent stop

    Bill,

    Sounds to me you might have a server level schduled job that stops the mssql service if you're sure no one has done it manually.

     

     

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: SQL Litespeed backup

    Ishaan99,

    Is there a reason not to use the SQL Litespeed GUI?

     

     

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: Permissions to run a job

    Is your dts package password protected?

     

     

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: SQL Litespeed backup

    Ishaan99,

    Is there any reason why are not using SQL Litespeed's GUI enterface for the restore and have you tried it?

     

     

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: Getting end time from sysjobhistory

    Judy,

    If you noticed how Mordechai used the convert and cast functions in his script to get the accurate calculations of time.  The sysjobhistory datatypes for their run_time and run_date fields...

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: script to manage transaction log

    Can you post the resto of your script?  Where is the part where it executes the shrinking?

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: Deleting Duplicate Records

    I totally agree with avoiding cursors, they are fun only if you have a table with limited rows of data.  Try running a cursor with millions of records and you...

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: Trace Deleted Objects

    Donna,

    There is a free software Lumigent Schema Alert, it will notify you if objects are dropped.

     

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: xp_sendmail

    Is this something new or has xp_xendmail been working and all of a sudden it stopped working?

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: SQL Database on SAN Disks

    Going to a SAN environment is like the latest technology if you're comparing it to local disks, this consultant must not know too much about SAN.

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: Find table Indexes with T-SQL

    Bryan,

    rsharma posted a script for info on indexes, I think it would help you.  Under sql server admin:  5th thread.

    Jules

     

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: shrinking database files improves i/o performance?

    If you run dbcc showcontig, it will show you the info for each table.

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

  • RE: shrink log file job frequently failed

    Papillon,

    If you are not running transaction log backups, I suggest you setting your db option to simple so your log files do not grow in time and SQL Server will...

    Jules Bui
    IT Operations DBA
    Backup and Restore Administrator

Viewing 15 posts - 1 through 15 (of 41 total)