sql express Archive

  • Scheduling Database Backups with SQL Server Express

    Scheduling Database Backups with SQL Server Express

    In this article I will present a simple way to backup active databases from SQL Express without the need for the SQL Agent or shutting down the SQL Server database engine. For those that are not aware, the SQL Agent is not available with the...

    Full Story

  • Changing the SA password in SQL Express 2005

    Changing the SA password in SQL Express 2005

    Sometimes when you install SQL Express 2005 as a component of another product, that application installation will configure the environment, effectively restricting your access to the SQL database. This is primarily due to the application setting the SA password and not telling you what it...

    Full Story