dotnet falcon

Blogging about .NET and software development - from my bird's eye view

Restoring from BACPAC times out in SSMS

Restoring from BACPAC times out in SSMS

Sep 11, 2017
When moving databases from the cloud to on-premise (usually for some advanced 'hacking', performance-tuning or just experimenting), I often use the BACPAC format. It is basically a zip file that encapsulates the schema and the contents of a database. I can export it with SSMS, and then re-import
Encrypting data the easy way using Crypteron

Encrypting data the easy way using Crypteron

Aug 15, 2017
Story of my life: I'm in the middle of some logistics-project for a hospital or a moving company or a security firm or (God-forbid) the government. Specs have been finalized for months, the business model is implemented in EF, we have a test environment filled with test users