Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Planning an Upgrade Path

    Hi,

    I wonder why you are talking about database independence? If you ultimate goal is a web based front-end my suggestions would be to host the website somewhere central. If you...

  • RE: computed column

    Hi,

    Can you be more specific in you question, maybe including an example?

  • RE: Error: 1222 Lock request time period exceeded

    Hi,

    Try to run the system stored procedure sp_who2 in Query Analyzer to find out if a (dead) lock is present

    How?

    Type exec sp_who2 in Query Analyzer and hit [Enter]. Then...

  • RE: Worst Practices - Objects Not Owned by DBO

    I fully agree with you. It's a nightmare debugging code when objects exists that use another owner than dbo.

    When a database is developed in our company I create a...

Viewing 4 posts - 1 through 4 (of 4 total)