Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 1,319 total)

  • RE: Tie Up DTS Package and Stored Procedures

    Thanks. Much appreciated.

    -- You can't be late until you show up.

  • RE: Tie Up DTS Package and Stored Procedures

    Gail, how do you obtain the command line options for a DTS package?

    -- You can't be late until you show up.

  • RE: Change DB Owner through Enterprise Manager

    I can't find a way to do it in EM but you can use "sp_changedbowner". Check out BOL. Also, watch the forum that you're posting to. This is SQL 2005...

    -- You can't be late until you show up.

  • RE: sp_MSForeachdb then sp_MSforeachtable

    Agreed. Thanks for your help.

    -- You can't be late until you show up.

  • RE: sp_MSForeachdb then sp_MSforeachtable

    I have something similar to what you've created (I'll admit, your's is better looking!) using two cursors, one for the database and then one for the table names.

    Then I...

    -- You can't be late until you show up.

  • RE: Future Date

    I got it. Not sure if this is the best (or even proper) method, but it works. Thanks for the MIN suggestion. Sometimes I tend to over complicate things and...

    -- You can't be late until you show up.

  • RE: Future Date

    Ok, I have the query to return the MIN date. How (if) do I return the new date as desired within this select? Of course it's telling me in not...

    -- You can't be late until you show up.

  • RE: Adding in one table, result in another?

    I'd go with a view as suggested earlier by rbarryyoung. Something like this will handle multiple rows for the User_ID. And, best of all, no triggers or additional work. The...

    -- You can't be late until you show up.

  • RE: Querying if the maintenance plan was successful

    I found this somewhere (here maybe?) a while ago. Modify it to suit your needs but it shows me exactly what I'm looking for. We use NetBackup for some databases...

    -- You can't be late until you show up.

  • RE: bakup job time

    FYI - For quicker, more accurate responses, be aware of which forums you post to, this is for SQL2K5. :rolleyes:

    -- You can't be late until you show up.

  • RE: Server Availability

    At my previous employer we used an ELM tool from tntsoftware.com It allowed us to monitor the event logs and send emails for various items. The drawback was, initially, we...

    -- You can't be late until you show up.

  • RE: is it a good practice to do integrity check before perform backup?

    The follow ups are absolutely correct. As Ed stated, in depends on your site, but I'll add, also you application(s). At my previous employer, our payroll app had a much...

    -- You can't be late until you show up.

  • RE: Anyone have a copy of SQLServerToolKit?

    The site is back up!!!

    http://www.fullsun.net/

    -- You can't be late until you show up.

  • RE: Coding suggestions: better ( or proper) ways for query

    Thanks to all for your suggestions. I went with Matt's design since it'll keep the query running optimally as the data grows. Much appreciated.

    -- You can't be late until you show up.

  • RE: April 1

    Sweet, an easy 5 points! Does anyone believe M$ is going to do this anytime soon? It would be nice to have but with the cash register constantly chiming for...

    -- You can't be late until you show up.

Viewing 15 posts - 1,216 through 1,230 (of 1,319 total)