Actualités

Overgrown transactional log files can turn into real problems if they are not handled properly. Today SQL Server consultant Tim Chapman discusses the perils of not handling SQL Server log growth ...
Above, we have discussed how to rebuild the SQL database with corrupted or deleted log file. To rebuild the database, you need to first detach the database or take it offline.
Move user databases [!INCLUDE SQL Server] In [!INCLUDE ssNoVersion], you can move the data, log, and full-text catalog files of a user database to a new location by specifying the new file location in ...
How to Restore a SQL Database From a .MDF File. Computer database software such as Microsoft's SQL Server benefits all types of businesses, as it makes recordkeeping fast, flexible and secure.
File 'PROPERTYDATA_Log' cannot be restored to 'C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data\PROPERTYDATA_Log.ldf'. Use WITH MOVE to identify a valid location for the file. Msg 3119, Level ...
I have a SQL 2000 SP4 server and MOM 2005 is reporting that the tempdb database log file is getting to large.
Using the Transact SQL ALTER DATABASE statement to shrink the transaction log file Open SQL Server Management Studio (SSMS) and click Query Analyzer to open the Query Analyzer window.
Is there a way in which I can mov a databse from one server to another? I've been developing a database on my localhost, and when I come to move it online, I'll want to be able to save myself the ...