Can any budy tell me how to convert varbinay to String in sql server 2008.
Ex:0x0100AE057C68FB900180D82212F37F2473C566696D9E4AB920C2FB900180D82212F37F2473C566696D9E4AB920C2
i want to Show its orginal text.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jan 17, 2014, 2:51 AM
hi,
using cast and convert function you can do casting from one data type to other.
refer
http://msdn.microsoft.com/en-us/library/ms187928.aspx
hope this will help you.
Raju parmarPosted Jan 17, 2014, 2:28 AM
Abhishek GoswamiPosted Jan 17, 2014, 2:19 AM