Forum Replies Created

Viewing 15 posts - 9,241 through 9,255 (of 9,707 total)

  • RE: Why upgrade from SQL 2000 to SQL 2005?

    In addition to Security (and the auditing available with DDL triggers), the main reasons I would add are SSIS, Solution Explorer, Database Mirroring and Snapshots.

    DM & Snapshots are wonderful...

  • RE: Phantom Table?

    Are you working in 2000 or 2005?

    You posted to the 2k5 forum, but EM is a 2000 tool and in 2k5 you not supposed to be able to...

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

    First, go into your SQL Server Configuration Manager and verify that NONE of your services are running under the Built-In Administrators account. It doesn't have to be the SQL...

  • RE: Changing Career Gears

    All, I'm glad my article is generating such positive responses. For those currently going a similar Non-IT to DBA route, I hope my experiences help you along the way.

    Nadeem7971,...

  • RE: Anyone taken 70-445 (BI exam)?

    Hey, Jorg, the article Steve pointed out also has info on the 446 exam. You might want to check it out.

  • RE: Left Outer Join Help

    You can also use SUM(ISNULL(Quantity,0)) to do something similar. The difference is that ISNULL simply replaces any NULL values with zero instead of looking for the first non-NULL value.

  • RE: Anyone taken 70-445 (BI exam)?

    Thanks for the blog, Jorg! I appreciate it!

  • RE: Beginning Database Design - Spot the Flaws

    WANT MORE FEATURES!!!!

    Sorry, couldn't resist. @=)

    The Scope Creep discussion reminds me of a moment at one job where the developers worked their butts off designing a website solution (tied to...

  • RE: transactSQL variables?

    Glad we could help. @=)

  • RE: Changing Career Gears

    Andy Warren said:

    Good stuff, even if I don't rank up there with Brian & Steve!

    On the contrary, Andy. You definitely rank up there with those two! Your...

  • RE: how to find an integer value from varchar

    Unfortunately, using the LIKE operator always affects query performance. For one, if you use the wildcard on both sides of the search syntax, then you can inadvertantly generate tablescans.

    The...

  • RE: ssis excel source

    What error are you getting with the Flat File Source?

    And what datatype is the column you're importing this data into?

  • RE: URGENT Help needed

    I take it you don't have any previous backups (to the one you're currently using) that might have these 8 tables on it?

    There are some disk recovery services that might...

  • RE: Left Outer Join Help

    If all else fails, change the order of your tables. @=)

    Sometimes with INNER JOIN table order doesn't matter, but I usually go from the table that's likely to have the...

  • RE: Changing Career Gears

    That's a good point, John. Unfortunately, when I was studying for my cert, I didn't know of any local users groups. They don't advertise very well in my...

Viewing 15 posts - 9,241 through 9,255 (of 9,707 total)