sp_select
sp_select copied to clipboard
result set returns data as varchar
Currently all the results are returned as varchar(6000) columns. A mapping should be made with sys.columns so the data can be casted to the native type.