Browse by Tags

All Tags » NetApp (RSS)

Worst use of a cursor

-- Create the table to accept the results create table #output ( dbname char ( 30 ), log_size real , usage real , status int ) -- execute the command, putting the results in the table insert into #output exec ( 'dbcc sqlperf(logspace)' ) -- display...
Posted by simonsabin | 4 comment(s)
Filed under: , ,