sql server - The transaction log for database 'Name' is full.To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases -


i getting following error while trying insert 8355447 records in single insert query.i use sql-server-2008-r2.

insert table

select * [dbname].table

please me solve.... thanks

check disk space on sql server typically occurs when transaction log cannot expand due lack of free disk space.

if struggling disk space, can shrink transaction logs of application databases , don't forget shrink transaction log of tempdb database.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -