Viewing 5 posts - 1 through 5 (of 5 total)
Proposal of modification (elimination of small tables):
SELECT
s.name
, t.name
, p.rows
FROM
sys.tables t
JOIN
sys.schemas...
June 30, 2014 at 12:20 am
Is it a good idea to add column "is_disabled" from sys.indexes to row set ?
June 16, 2014 at 5:52 am
Your correction: SUBSTRING('+-',INDEX_COLUMN_DATA_KEY_COLS.is_descending_key+1,1)
eliminates both problems I found
thx
June 16, 2014 at 3:29 am
grzegorz.mozejko (6/16/2014)
a small correction, when name of first index column is begining part of second index column (add comma):
...
June 16, 2014 at 3:11 am
very usefull, thx
a small correction, when name of first index column is begining part of second index column (add comma):
...
June 16, 2014 at 2:54 am
Viewing 5 posts - 1 through 5 (of 5 total)