I need a combination of binary and char string to execute following statement. I could not find a way to convert or cast the binary value.<br><br>DECLARE @SQL varchar(255)<br>SELECT @SQL = 'SELECT * FROM '<br>DECLARE @FieldName varchar(100)<br>SELECT @FieldName = '__ID'<br>DECLARE @SQL1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.