Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Count all records the tables

    without cursor

    DECLARE @SQL NVARCHAR(max) = N''

    SELECT @SQL = @SQL + '

    SELECT ''['+ltrim(rtrim(sq.name))+'].['+ltrim(rtrim(obj.name))+']'' AS table_name,

    ...

Viewing post 1 (of 1 total)