Forum Replies Created

Viewing 15 posts - 8,986 through 9,000 (of 9,707 total)

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

    I'm a little bit confused, then. How can the group have sysAdmin access if the group doesn't have a SQL Server Login?

    Check both the server security section and sp_helplogins...

  • RE: Create and use temporary INDEX

    Ed,

    That is an *excellent* way of rephrasing the question! Thanks for that. @=)

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

    Actually, you have 2 options, but both are a LOT of hard work.

    1) restore a pre-conversion backup to SQL 2000. Change the stuff you changed the first time around...

  • RE: The old IT conundrum (how do I get from here to there)

    That's a promising conversation indeed! And I completely agree with Matt. Find out what sort of stuff their DBAs do.

    Regardless, you'll still want to learn Security (BIG ISSUE...

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

    Have you tried changing the owner to the Group instead of the individual and leaving it that way? You might not get the same error. In fact, it...

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

    I get probably 20 - 25% correct at max. But every time I get one wrong, I read the reasons I got it wrong and make a mental note...

  • RE: Another story published!!!

    Okay, I have more copies of "Pirates of the Blue Kingdoms" in my hot little mitts. (Just in case you were waiting for this to place an order).

    If you want...

  • RE: Would you use sql_variant?

    Lynn,

    I actually do have a good idea of what the dimensions and facts are looking like (and have gotten those questions answered). This is actually one of the dimension...

  • RE: Data Modelers - Alternatives to Erwin

    I just downloaded a trial version of this and it won't open any of my current Erwin diagrams. Bleargh. It seems nothing I can find will allow me...

  • RE: xpsmtp80.dll PROBLEMS

    At this point, I would call Microsoft and see if they can clear up the problem for you.

  • RE: Would you use sql_variant?

    I am literally loading three types of values. Money (for financial buckets), bit fields (for determining if someone is a reseller or a direct seller and for determining if...

  • RE: Would you use sql_variant?

    Ahhh... Interesting that the following statement will work perfectly:

    INSERT INTO TESTVARIANT (ITEM) (Select Convert(money,(15)))

    And SUM() still will not work with the datatype. I thought it would. In fact,...

  • RE: Autogenerate dates

    I've actually already started adding semi-colons because there are times where it seems to help my code perform better (I guess because SQL doesn't have to decide if one of...

  • RE: Autogenerate dates

    Wow. These are all very interesting suggestions. I'm glad I posted this topic. @=)

    I've had difficulty figuring out how to use CTEs with my normal code needs and...

  • RE: Would you use sql_variant?

    Not having used sql_variant before...

    I was under the impression that sql_variant stores different datatypes in the same column. That you can determine which datatype to use for a specific...

Viewing 15 posts - 8,986 through 9,000 (of 9,707 total)