Viewing post 1 (of 1 total)
run this on the master DB of the sql 200 server...
create procedure sp_tables_info_rowset_64
@table_name sysname,
@table_schema sysname = null,
@table_type nvarchar(255) = null
as
declare @Result int set @Result = 0
exec @Result...
October 6, 2009 at 8:22 am
#1062276