Forum Replies Created

Viewing 4 posts - 61 through 64 (of 64 total)

  • RE: ETL

    Revenant (11/4/2011)


    I love BIDS, but I have a gripe: it is available only in VS2008, not in VS2010, and it forces me to keep both versions side by side.

    This is...

  • RE: An alternative to GUIDs

    Martin Bastable (9/15/2011)


    If you are using identity columns and are using multiple servers, you can set each server to use its own `bank of numbers`. E.g.

    Server1: identity seed = 00,000,000,000

    Server2:...

  • RE: How to use temporary table in function

    I confess I'm still a little confused why this trick is necessary rather than just using a table variable inside the function, which is permitted?

    Mr. Dvorak stated that he is...

  • RE: Writing Nearly Codeless Apps: Part 1

    This article caught my attention for a number of reasons. First, I'm maintaining a datamart on which I am the "second guy,: the replacement developer on a system that has...

Viewing 4 posts - 61 through 64 (of 64 total)