Forum Replies Created

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

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

  • RE: Inner Join Syntax

    If you're writting your syntax properly and not coming up with the result set you expect, there could be one of two problems.

    1) You're using the wrong keys to join...

  • RE: Restoring bak files

    anjanasl,

    To expand on what Matt said, probably you're saving your backup to a previously created backup device which itself has two media families. Are you doing this through the...

  • RE: transactSQL variables?

    Just an FYI. If you want to append anything, dates, times, characters, to a name (table/column/backup file) in a SQL Script, generally you have to build it in a...

  • RE: Best Config For Two Disks

    Or, would you break the mirror and use 4 disks to create a Raid 1+0 and then the other three disks for Raid 5 (for TempDB & the user logs)?

  • RE: Best Config For Two Disks

    Break the mirror. Configure one side of the mirror for your Raid 5 (for the user databases). Detach the databases and move a copy of their data files...

  • RE: Restore failing when db includes a database trigger

    I'm glad it worked.

    One thing I would do, if I were you, is to head out to MS's bugs & suggestions forum and see if anyone has reported this as...

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