Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
DELETE FROM contact1WHEREphone1 IN(SELECT phone FROM two_phones) AND firstname1 IS NULL
But I only get the following error message:
quote:Server: Msg 9002, Level 17, State 6, Line 1The log file for database 'fiftyplus' is full. Back up the transaction log for the database to free up some log space.
Can anyone explain me what is it all about ?Thanks
Thanks a lot "SPIRIT1". I'm learning now what you have suggested.
pssheba
Yak Posting Veteran
95 Posts
Posted - 2007-10-02 : 05:21:32
Thanks Kristen.After i get to understanding the BACKUP mechanism I'll try to learn the files on disk magnitude which also cause us problems (At the absence of a real DBA..)