Viewing 8 posts - 1 through 8 (of 8 total)
Sean Lange (10/31/2012)
November 5, 2012 at 12:49 am
I could have done this... but my B server is a remote server, that don't accespt IMPORT db...
Create a linked server on 1 of the machines then use a cross...
October 31, 2012 at 4:33 am
okey then, well noted 🙂
thankx again 😉
October 9, 2012 at 9:56 am
INDEED JUST MET THIS RESULT AND ADDED ORDER BY TO MY QUERY, BUT DID WORKED THO WITH OTHER LESS COMPLEX QUERIES
SO IT DEPENDS 🙂
thankx for the replies guys 🙂
--------------------------------
Sean Lange...
October 9, 2012 at 9:52 am
okey 🙂 thankx for the advice 'll think doing so
October 9, 2012 at 2:45 am
you're right, it's just that I didn't mentioned or write it in here, but I did wrap it with a single quotation to the whole string 🙂
thank you 🙂
October 8, 2012 at 3:12 am
I found it 🙂
here is the solution
public string mySTRING (string singleQ){
return singleQ.Replace(" ' ", " ' ' ");
}
SELECT ID, Title
FROM viewTopTitles
WHERE Title =...
October 7, 2012 at 2:05 am
thanks imex
but it would work in Query Engine in SQL Server but as in my case am in ASP.NET and can't fix with this all the links (Titles) that contain...
October 7, 2012 at 12:26 am
Viewing 8 posts - 1 through 8 (of 8 total)