SELECT name ,CONCAT ( 'select count (*),''',name,''' from ',name)
FROM sysobjects WHERE xtype = 'U' order by name
No comments:
Post a Comment