Mr.Baan
27th March 2010, 05:24
Hi,
I got this error messsage when I ran SQL query.
Who can help me? Thank you very much.

bdittmar
27th March 2010, 12:30
Hi,
I got this error messsage when I ran SQL query.
Who can help me? Thank you very much.

Hello,

your profile says MS-SQL DB ?

So error 1105 on MSSQL indicates:

If the temporary database (tempdb) becomes full, you may be unable to perform queries or any activities in SQL Server. You may also get an SQL Server error 1105:

Can't allocate space for object syslogs in database <dbname> because the logsegment is full. If you ran out of space in syslogs, dump the transaction log. Otherwise use ALTER DATABASE or sp_extendsegment to increase the size of the segment.

Regards

Mr.Baan
29th March 2010, 08:33
Hello,
Thank you very much for your hint.
Best regards!