Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
codebased
Starting Member
5 Posts |
Posted - 2008-04-28 : 01:38:37
|
| Hi there,My requirement is to send more than one GUID to the stored procedure.How can I do that? If you can give me an example that will be great.Kind regards,Ricky |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-04-28 : 01:50:22
|
| Create a long varchar variable and try sending the GUIDs as comma seperated values. |
 |
|
|
codebased
Starting Member
5 Posts |
Posted - 2008-04-28 : 02:03:06
|
quote: Originally posted by visakh16 Create a long varchar variable and try sending the GUIDs as comma seperated values.
Thank you for the quick reply. There is a known work around but I am looking for something that sql 2k5 might have introduced to make it easier. |
 |
|
|
|
|
|