when I try to execute
CALL sa_table_fragmentation ('account')
throws an error Incorrect syntax near '('.
I tried with many options,
SELECT * FROM sa_table_fragmentation ( owner_name = 'dbo' );
SELECT * FROM sa_table_fragmentation ('dbo');
SELECT * FROM sa_table_fragmentation()
I couldn't find exact syntax in sybooks. can anyone help me on this.
CALL sa_table_fragmentation ('account')
throws an error Incorrect syntax near '('.
I tried with many options,
SELECT * FROM sa_table_fragmentation ( owner_name = 'dbo' );
SELECT * FROM sa_table_fragmentation ('dbo');
SELECT * FROM sa_table_fragmentation()
I couldn't find exact syntax in sybooks. can anyone help me on this.