Do you have a BackupExec SQL Agent CAL?<BR><BR>You can't (well, shouldn't) back up the MDF/LDF files directly. If you have the CAL, BackupExec will use VSS to do a snapshot and backup a consistent ...
Our normal practices for backing up SQL servers is to use the regular SQL backup tools to perform full, differential and transaction log backups and this has always worked fine. Recently we performed ...
对多数数据库管理员和开发人员而言,安装与配置全新的SQL Server总令人充满期待,因为它意味着新的挑战与机遇。安装过程本身便是深入了解最新SQL Server版本的首要环节。本文将系统介绍SQL Server 2005实例环境的完整安装流程,涵盖从初始设置到当前服务包(SP1 ...
In SQL Server, the database can be stored in different files and filegroups. If your database is small (100 MB or less), you do not need to worry too much about files and filegroups. But if you have a ...
SQL Server 2005 is so packed with new features that it can be hard to keep track of it all. Like a tightly packed peloton of Tour de France riders, the new capabilities of SQL 2005 may appear as a ...
在使用SQL Server 2005 Express Edition附加数据库时,常遇到无法升级数据库lk,因为它是只读的或含有只读文件的错误提示,导致数据库无法打开。经过实践验证,本文提供一种有效解决方法,已成功应用于实际操作中,可帮助用户顺利附加并正常使用目标数据库 ...