Forum Replies Created

Viewing 15 posts - 1 through 15 (of 40 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...

  • 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...

  • 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.

     

     

  • RE: SQL Litespeed backup

    Ishaan99,

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

     

     

  • RE: Permissions to run a job

    Is your dts package password protected?

     

     

  • 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?

     

     

  • 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...

  • RE: script to manage transaction log

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

  • 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...

  • RE: Trace Deleted Objects

    Donna,

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

     

  • RE: xp_sendmail

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

  • 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.

  • 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

     

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

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

  • 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...

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