Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQL liked server error

    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...

Viewing post 1 (of 1 total)