Home Forums SQL Server 7,2000 T-SQL using 'IN' keyword in cursor declaration RE: using 'IN' keyword in cursor declaration

  • I guess this is expected behaviour. You can't use @TEMP to pass more than a single value. It will not be correctly interpreted as a list of values.

    This might be interesting http://www.algonet.se/~sommar/arrays-in-sql.html for you.

    Frank

    http://www.insidesql.de

    http://www.familienzirkus.de

    --
    Frank Kalis
    Microsoft SQL Server MVP
    Webmaster: http://www.insidesql.org/blogs
    My blog: http://www.insidesql.org/blogs/frankkalis/[/url]