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.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 delimeted string search multiple columns

Author  Topic 

magmo
Aged Yak Warrior

558 Posts

Posted - 2014-09-10 : 02:48:29
Hi

I need to pass a delimeted string that may consist of several search values. The more values that is passed in to the stored procedure the more narrowed the search result should be. But the search must be in several column. How can I do that?

viggneshwar
Yak Posting Veteran

86 Posts

Posted - 2015-01-09 : 00:36:08
You could use the dynamic query. That may fulfill your requirement

Regards
Viggneshwar A
Go to Top of Page
   

- Advertisement -