字体:大 中 小
护眼
关灯
上一章
目录
下一章
第242章被困百草堂 (1 / 9)
d by tables
insert #t1 (object_id, object_name, object_schema, object_db, object_type, relative_id, relative_name, relative_schema, relative_db, relative_type, schema_bound, rank)
select x.xml_collection_id, x.name, SCHEMA_NAME(x.schema_id), t.object_db, @xml, t.object_id, t.object_name, t.object_schema, t.object_db, t.object_type, 1, @iter_no + 1
from #t1 as t
join sys.columns as c on c.object_id = t.object_id
join sys.xml_schema_collections as x on x.xml_collection_id = c.xml_collection_id and x.schema_id != 4
where @iter_no = t.rank and t.object_type = @u and (t.object_svr IS null and t.object_db = db_name())
set @rows = @rows + @@rowcount
-- XmlSchemaCollections referenced by tabletypes
insert #t1 (object_id, object_name, object_schema, object_db, object_type, relative_id, relative_name, relative_schema, relative_db, relative_type, schema_bound, rank)
select x.xml_collection_id, x.name, SCHEMA_NAME(x.schema_id), t.object_db, @xml, t.object_id, t.object_name, t.object_schema, t.object_db, t.object_type, 1, @iter_no + 1
from #t1 as t
join sys.table_types as tt on tt.user_type_id = t.object_id
join sys.columns as c on c.object_id = tt.type_table_object_id
The content is not finished, continue reading on the next page
更多完整内容阅读登陆
《墨缘文学网,https://wap.mywenxue.org》
上一章
目录
下一章