Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing string of delimited char(n) values from VFP
Message
 
 
To
10/08/2011 17:34:15
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01520630
Message ID:
01520638
Views:
46
>I'm sure I knew the answer to this and even used it but for some reason I am currently brain dead.
>
>I want to pass in from VFP a comma separated string of character values to this where clause
>
>WHERE Future_change.Symbol IN (@symbollist)
>
>If I use
>
>WHERE Future_change.Symbol IN ('ES032','AXA','GOOG')
>
>in SSMS I get exactly the results I want.
>
>Even in SSMS, though, I can't remember how to set the value in @symbollist ( varchar(100))
>so as to get the equivalent of ['ES032','AXA','GOOG']
>
>I'm sure I asked this before but for some reason the answer doesn't stick.
>
>TIA

Take a look at the very recent and great article by Jeff Moden
http://www.sqlservercentral.com/articles/Tally+Table/72993/

BTW, in SQL 2008 you don't need to pass comma-delimited list of values anymore - you can pass a table of values.

You may also want to review this classical article by Erland Sommarskog
Arrays & Lists in SQL Server
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform