Forum Replies Created

Viewing 15 posts - 33,286 through 33,300 (of 39,909 total)

  • RE: hyperlink in data table

    That appears to be a .NET and not a SQL error. I suspect you may need to insert it as <"http://...

  • RE: Date Issues

    Since these will be static when this runs, I'd calcualte them and store the values in variables and then include the variables in this query.

    select @a = getdate()

    select * from...

  • RE: Converting a date

    Look at DATEPART and DATENAME in Books Online for hints on formatting.

  • RE: The Best Job

    Tobias,

    If you get there, call me. That sounds wonderful to me as well!

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

Viewing 15 posts - 33,286 through 33,300 (of 39,909 total)