Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)

  • RE: When and how do you move changes to production?

    This is a difficuilt process to see through as different types of installations usually need their own release processes defined.

    What I do is, have every single database object scripted (Tables,...

  • RE: What rules of thumb you live by when programming?

    Standards always seem to be an issue, so define a standard and stick to it...

    Oh yes, and learn to avoid cursors with a passion!!

    Deon

  • RE: ID Management application

    Thanks and I will consider using GUID's as a next step. The reason behind this is, we use a 6 character prefix to our ID's which is a server, database,...

  • RE: ID Management application

    Thanks Steve

    Sequential ID's is not an issue as all ID's are internal to maintain integrity. I am going to try this approach now. Thanks for all your help.

    Cheers

    Deon

  • RE: ID Management application

    Thanks for the prompt response.

    What we are trying to do is minimise calls to the database. I have written an ID retrieval process for the database and the reason behind...

Viewing 5 posts - 16 through 20 (of 20 total)