Posted by Analizer1 on 12/07/07 01:15
can you conver a Varbinary to varchar declare @sid varbinary(85) select @sid = suser_sid("mydomain\mynam") // how to convert the sid to a string or do i need to //convert it in code to byte array and back to hex string thanks
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming