Forum Replies Created

Viewing 15 posts - 8,971 through 8,985 (of 9,713 total)

  • RE: Send SQLReport Snapshot through email (database mail)

    I am completely out of ideas at this point. You probably should call Microsoft support.

    Sorry I couldn't help.

  • RE: Job failed:The owner does not have server access.

    Right now we're on SP1. We haven't been able to upgrade to SP2 due to space issues (which we're getting resolved shortly).

    Maybe that's the difference here. It'll be...

  • RE: I am so depressed after I work on Question of the Day

    One thing for sure. For those of us who go looking for the answer before we click anything, the QoD sure can hone a person's research skills. @=)

  • RE: Data Modelers - Alternatives to Erwin

    Really?

    Hmmm. Looks like ER/Studio merits a second look from me. I'm one of those poor souls whose job it is to wade through all that documentation and I...

  • RE: The Easy Poll

    Matt Miller said:

    They put the hot fix out with the warning WHILE they're incorporating it into the next service pack. Doesn't help the timing problem through...

    Use SQLServerCentral;

    GO

    Set Rant_Warning ThisThread On;

    I...

  • RE: The Easy Poll

    YesYesYesYesYES... On both.

    How many times have we gone out to the websites looking for the solution to a problem and seen the line "This fix is only for X problem,...

  • RE: Data Modelers - Alternatives to Erwin

    IMHO, both are better than Visio. Visio just doesn't have the toolset to do all the things I want it to do.

    I've only looked at ER/Studio for about 5...

  • RE: The SQL * Wildcard

    Matt,

    I like that one! Of course, it doesn't work if the table doesn't actually exist in the database you've got the query editor set at (forgot to change over...

  • RE: The SQL * Wildcard

    Neat trick to get around not knowing column names...

    Select Distinct sc.Name + ', '

    from sys.objects so

    join sys.columns sc

    on so.Object_ID = sc.Object_ID

    where so.Name = 'MyTable'

    Cut & Paste the result set...

  • RE: Data Modelers - Alternatives to Erwin

    What version are you guys using that ER/Studio converts Erwin? And what type of files have you saved in Erwin that makes the conversion so easy?

    When I tried to...

  • RE: Would you use sql_variant?

    Actually, Lynn, I've only given you a small portion of the entire piece, so that might be why you're having problems with it.

    I've decided to go with the four individual...

  • RE: Data Modelers - Alternatives to Erwin

    Actually, my problem may be resolved. I thought we weren't going to be able to get the latest version of Erwin, but now I'm hearing differently.

    Here's hoping! @=)

  • RE: List of SQL 2005 features incompatible with level 80?

    Yes, this thread was hijacked by smk for different questions.

    s.rich, did you get your question answered?

  • RE: Send SQLReport Snapshot through email (database mail)

    Have you tried testing this report with your own internal email address? It might be you're having problems because you're trying to send the report to an external address.

    I'm...

  • RE: I am so depressed after I work on Question of the Day

    That's an old Customer Service / Retail adage too. You never tell your customer "I don't know" or risk losing their business. You always make an effort to...

Viewing 15 posts - 8,971 through 8,985 (of 9,713 total)