Forum Replies Created

Viewing 2 posts - 136 through 137 (of 137 total)

  • RE: Data Types

    One alternative is as follows

    - Database Structure:

    1'3.75"X2'1.25" is a complex datatype. Convert this in to two simple datatypes(length and width)

    So...

  • RE: Passing in a table name to stored procedure

    Sql*Server does not allow to reference variables in the from clause for table names.

    You need to use dynamic sql to execute the query. I have created an example...

Viewing 2 posts - 136 through 137 (of 137 total)