Glory |
упе5пе5пк | есть системная хп, выдающая при работе в SSMS во вкладке Messages много строк как сохранить эти строки в переменную? |
declare @t table(f1....) insert @t exec myproc |
Делаю:
declare @t1 table(f1 varchar(max))
insert @t1 exec sp_publication_validation 'MyPub', 2
Получаю:
Msg 8164, Level 16, State 1, Procedure sp_MStable_validation, Line 260
An INSERT EXEC statement cannot be nested.
Generated expected rowcount value of 0 and expected checksum value of 0 for MyTable.