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 |
nayanancha
Starting Member
27 Posts |
Posted - 2012-03-01 : 10:05:21
|
I have a table variable with a column Role which has few rowsRole ------AdminCustomerI need to see whether these two rows exist in my aspnet_Roles tables which have the column RoleNameHow to loop each of my rows from my table variable and see whether it exists in aspnet_Roles tables?Thanks |
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|