Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

runstats keeps giving sql964

$
0
0
We are running runstats on a table with about 36 million records

Te log file size of the db is 100000, primary log files are 20 and secondary log files are also 20.

First we used the command
Code:

runstats on table xxx and indexes all
this resulted in sql964 ( The transaction log for the database is full).

After this we used the command
Code:

runstats on table xxx
and increased the secondary log files to 50.
But with the same result.

In our last try we used the command
Code:

runstats on table xxx on columns (id)
and increade the secondary log files to 100.
But also with the same result.

There is enough disk space.

Does anyone have an id how to succesfully execute the runstats?

Viewing all articles
Browse latest Browse all 13329

Trending Articles