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)
 Split and transform Strings

Author  Topic 

simpleusers
Starting Member

4 Posts

Posted - 2015-05-01 : 10:59:34
I have a problem I'm having trouble solving.

I have an application I write a textbox: 'SQL SQL' MICROSOFT 'SQL SQL'
When I click a button, I wanted to receive as stored procedure parameter:

@ String = 'SQL SQL "OR MICROSOFT OR MICROSOFT OR' SQL SQL '

Can you help me please.

thank you

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2015-05-01 : 11:19:26
I'd do it in the application. format the string as you describe and use that to set the parameter for the proc call
Go to Top of Page
   

- Advertisement -