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 |
|
getur.srikanth@gmail.com
Yak Posting Veteran
77 Posts |
Posted - 2010-01-15 : 15:16:45
|
| I have URL string, but sql table have partial of that string. per example URL is "http://sptest/DevTest/testsite1/" and table field has values "DevTest/testsite1/Lists/Team Discussion". How to search table field with using URL string ? |
|
|
sql-programmers
Posting Yak Master
190 Posts |
Posted - 2010-01-16 : 04:28:57
|
| Hi,Replace the "http://sptest/" value in the search string and search the field.SQL Server Programmers and Consultantshttp://www.sql-programmers.com/ |
 |
|
|
|
|
|