Forum Replies Created

Viewing 15 posts - 33,121 through 33,135 (of 39,740 total)

  • RE: Tax Day

    Scott,

    Thanks for the clarification. I think it's a good idea, but one thing more to think about is that the IRS and associated schemes also employ a lot of people....

  • RE: Tax Day

    I don't mean to imply I mind paying taxes. I don't want to pay more than I need to, but I love the US and am happy to support it.

    The...

  • RE: Tax Day

    Thanks for the grammar notes , it was a long weekend.

  • RE: Hide DTS in EM from Users

    The Guest user has access to read tables in msdb, where the DTS packages are stored. You can remove the permissions to the stored procedures used to scan for the...

  • RE: DB Maintenance Plan

    Can you update the table?

    Doesn't look like the system procedures are really detailed.

  • RE: Copy tables to another server

    Interesting idea. Should work well for small datbases. I'd worry about larger ones.

  • RE: Not receiving newsletters

    Some of this is due to different advertisements or (yikes!) my editorials. Some filters work on keywords and catch the newsletters depending on content.

    We've had some get caught because articlesexternal.asp...

  • RE: Formating Email Body sent with xp_sendmail

    If you want hyperlinks, you need to include the entire HTML, meaning the <HTML><HEAD></HEAD><BODY> etc. tags in the message.

  • RE: The Database Debate

    Ha, Murphy comes with all electrical products, especially computers!

  • RE: The 36 Hour Day

    What's a verifiable source? The NY Times? MSNBC? c|Net? While I tend to agree that sources in blogs are less vetted than traditional publishing, that's not necessarily the case. Many...

  • RE: DBCC SHRINKFILE...

    Have you ever run a database log backup on this? How are you invoking the shrink?

    It can slow things but the shrink is an online operation that can be run...

  • RE: Will this command lose transaction log data?

    If this is after your log backups, then it should be a minimal amount of log data lost. It does mess up your backup chain, so you do need a...

  • RE: Service Packs

    Only Service Packs are cumulative.

  • RE: INSERT RECORD FROM DIFFERENT DATABASE

    You can use a trigger or schedule a job to do this periodically.

  • RE: Physical Implementation Of Cursors???

    I think it pulls some rows and then starts to return them. As you access more, it pulls more. Curious, is there an ORDER BY clause in the select?

    The other...

Viewing 15 posts - 33,121 through 33,135 (of 39,740 total)