I am getting the following error while I try to insert 8355447 records in one query.i insert using sql-server-2008-r2.
INSERT to table
select * from [DbName] .table
Please help me decide .... Thanks
Check the disk space on SQL Server, as it usually happens when the transaction log cannot expand due to lack of free disk space.
, , TEMPDB.
, . , - .
. - , Stackoverflow .
, SQL TRUNCATE_ONLY ( , ).dbcc sqlperf ('logspace') .
, : - dbcc shrinkfile (, TRUNCATEONLY)
DBCC Shrinkfile DBCC Shrinkfile.
If you do not get space even after this, you may need to carefully shrink it by redistributing the pages in the database (indicating the target size), details about this can be taken from the provided link.
Source: https://habr.com/ru/post/1530954/More articles:Property Priority: system file and descriptor file versus properties file - javaHandling link outlines in JSON.net - jsonWindows Phone 8 => Download DLL at runtime? - c #QML Javascript "console.log" with UTF-8 - javascriptError: Gradle HelloWorld project update error: Script build error, unsupported Gradle DSL method found: 'setRoot ()'! - androidDisable subframes (iframes) loaded in PhantomJs / QtWebKit - phantomjsHow to get model property in className of ItemView element? - javascriptДолжен ли я GetReadLock() при повторении через RouteCollection? - c#average of all strings matching all unique strings - pythonOpenVPN push dhcp option - dnsAll Articles