A column has been specified more than once in the order by list. Columns in the order by list must be unique.
08/12/2017
Exception of type ‚System.OutOfMemoryException‘ was thrown.
02/01/2018

Could not allocate space for object…

Kompletné znenie hlášky: Could not allocate space for object ‚xxxxxxxxxx‘ in database ‚x_123456789‘ because the ‚PRIMARY‘ filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

2. Could not allocate a new page for database ‚t_NazovPC‘ because of insufficient disk space in filegroup ‚PRIMARY‘. Create the necessary space by dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.

3. The transaction log for database ‚x_123456798‘ is full due to ‚ACTIVE_TRANSACTION‘.

Riešenie: Pre odstránenie problému si na SQL serveri skontrolujte/vykonajte nastavenia uvedené v návodoch nižšie. Tiež skontrolujte, či máte dostatok voľného miesta na disku.

Zobraziť návod na zmenu Recovery model a vykonanie Shrink nad SQL databázami.

Zobraziť návod na vymazanie TEMP databázy na SQL serveri.

Comments are closed.