Forum Replies Created

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

  • RE: Full-Text Search

    Thanks!  I can use this query in my screen form to determine if a specific table is indexed for full text search before I submit a query that has the...

  • RE: Cursor structure

    I tried doing the select you recommended but I got the following error message back in Query Analyzer:

        SELECT permission denied on object 'syscursorcolumns', database 'master', owner 'dbo'.

    Do I have...

  • RE: Placeholder column in a cursor

    Sorry, I misspoke there.  I tried Numeric(10,4), not Numeric(6,4). 

    Jim

  • RE: Placeholder column in a cursor

    Thanks, Remi!  That worked.  Earlier I tried using the CAST() function but instead of Decimal I specified Numeric which for some reason didn't work.  When the cursor got to my...

  • RE: Placeholder column in a cursor

    It is a numeric column, but it is not a column that exists in the table that I'm selecting from.  It's a column that I am creating dynamically at the...

  • RE: How to ORDER BY using an @parameter

    Is there no other way?  Doesn't MS-SQL have a way of using the value of a variable to substitute in places like the ORDER BY clause?  I believe I've seen T-SQL...

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