Tagged "SQL"


SQL Express Database Backups in SQL Server

Backup your SQL Express databases using sp_BackupDatabases, which is from Microsoft. You can then automate this with the Task Scheduler.

Tagged: SQL

Creating A Database With Entity Framework And Continuous Deployment

This is the second part in a series about building a version of this website. It focuses on making a database and synchronizing it remotely

Tagged: C Sharp, PowerShell, SQL