Forum Replies Created

Viewing 15 posts - 2,041 through 2,055 (of 5,103 total)

  • RE: New Column Updates

    Am I missing something? ...

    ALTER TABLE MyTable

    ADD NewZip char(10) NULL DEFAULT 'Zipcode' WITH VALUES


    * Noel

  • RE: Dynamic Partitioning

    you can simply set the partitions "ahead-of-time" and they will only be populated when the data gets there. So you could plan for say 7 years and let the ball...


    * Noel

  • RE: Renaming SQL Server COmputer

    you need to update the "originating_server" column of the jobs that were already there ( on msdb)


    * Noel

  • RE: Drinking the Kool-Aid

    All I was trying to say is that with a SELECT statement you *can* import your AS400 data. How you do it, is up to you. But it is...


    * Noel

  • RE: Drinking the Kool-Aid

    if you create a Linked server to AS400 (which can be done) all you call ETL is a "SIMPLE" select query

    Cheers,


    * Noel

  • RE: SQL 2005 Symmetric Encryption

    ALZDBA,

    Thanks! I haven't had the time to play enough with the encryption stuff latetly so I do appreciate your comments.


    * Noel

  • RE: SP_EXECUTE executing... what?

    Michelle is right. I left the spid out for you to "fill in the blanks"

    Cheers,


    * Noel

  • RE: switching to compatibility level 90

    Tell me about it!!!

    BOL 2000 vs. BOL 2005 seems like the Bible vs Mickey Mouse adventures


    * Noel

  • RE: Returning Records

    Hopefully your tables are *really small* that implemetation could not get off the ground on one of my tables

    Cheers,


    * Noel

  • RE: Set based answer

    You just nailed it. It is a very poor design. But those are the requests we get most of the time.


    * Noel

  • RE: Junior

    You got my attention too.

    Only three questions and you know who's who?

    -Can you elaborate ?


    * Noel

  • RE: Advanced XML Processing

    Great Article! Simple through examples and very clear.

    Keep'em comming

    Cheers,


    * Noel

  • RE: How to compress a stored procedure?

    Short answer: you don't. That, is totally internal and is being handled by undocumented functions.


    * Noel

  • RE: Set based answer

    Again the premise is not to loop the above is "looping"

    I don't think there is an efficient way of solving this problem SET-BASED...


    * Noel

  • RE: CTE Performance

    I agree with Grant. I have to see the queries.


    * Noel

Viewing 15 posts - 2,041 through 2,055 (of 5,103 total)