Retrieving results from system stored procedures
      For instance:
INSERT INTO #sp_helpprotect_results
EXEC sp_helprotect NULL
Don't forget create a table structure with the same number of fields
    INSERT INTO #sp_helpprotect_results
EXEC sp_helprotect NULL
Don't forget create a table structure with the same number of fields

0 Comments:
Post a Comment
<< Home