How can I get the full hex string of a blob via SQL Server Management Studio? -
if have blob in database , select it, following result:
blob ------ 0xabcdef1234567890...
what query can perform, or options can set retrieve full hexadecimal string can copy , paste out of ssms?
i want string it's displayed in grid view, in hexadecimal format, truncates it.
i aware can export data, generate file, or hook .net clr , retrieve data way, sake of question, process must work when connected remote database, , must use ssms features. no exports, no files, result in ssms (e.g. "0x12345...") copy , pasteable.
i don't think can. if @ advanced options (tools -> options -> query results -> sql server -> results grid), largest option non-xml data 65535 bytes.
maybe cast xml , remove mark up.
Comments
Post a Comment