Scripting Blog

A place to learn about PowerShell and share stories of automation

Using PowerShell to Add a Group of Users to a SQL Database

 Summary: Learn how to use Windows PowerShell to add a group of users to a SQL Server database. Today is the final day of SQL guest blogger week. It was great to enter the SQL side of life. Sean McCown is our guest blogger for today.Sean McCown holds a double MCITP in SQL Server 2008 for both Administration and Development. He is...

Use PowerShell to Script SQL Database Objects

 Summary: Learn how to use Windows PowerShell to automate creation of SQL Database objects such as tables, stored procedures, and functions. Hey, Scripting Guy! How can I use Windows PowerShell to script out SQL Server database objects?-- AA Hello AA, Microsoft Scripting Guy Ed Wilson here. Today we have one final blog ...