News

In a previous article, I talked about getting started with managing SQL server using PowerShell and the Server Management Objects (SMO). While that was mostly spent making the connection and doing ...
Microsoft's premade templates allows for the deployment of SQL databases without having to use complex PowerShell commands.
Creating a database as you've described is a lot of work, and as others have mentioned their might be better alternatives than a relational database. (or at least the typical structure for a ...
A view is a saved T-SQL query in SQL Server. The view definition is stored by SQL Server so that it can be used as a virtual table to simplify queries and add a layer of security to your base ...
If I attempt to view the object now, it will throw errors about needing to update some properties. No worries there, we can still update properties and then view the object later on. Since I am ...