THE SQL Server Blog Spot on the Web
Welcome to SQLblog.com - The SQL Server blog spot on the web Sign in | Join | Help
in Search

Browse by Tags

All Tags » PowerShell » Database Administration   (RSS)
  • Create Database from PowerShell

    Last week I presented a session on Using SMO to Manage SQL Server at SQL Connections in Orlando, Florida. This was the third major conference I've presented this session, and each time I do this session I change more demos from VB.Net to PowerShell. This time it was the demo to create a new database. The big thing about my demos is that I want ...
    Posted to Allen White (Weblog) by AllenMWhite on April 28, 2008
  • PowerShell, SQL Server and Large Resultsets

    Last week I posted about using PowerShell and SQL Server together, and I used a SQLDataAdapter and populated a DataTable with the results. This approach is fine if what you're doing returns a reasonably small resultset, but what if you're returning millions of rows. In this case a DataTable isn't too practical, and a forward-only DataReader is ...
    Posted to Allen White (Weblog) by AllenMWhite on February 1, 2008
  • Using PowerShell and SQL Server Together

    I've mentioned before my company manages trade shows, and we've got a series of web sites managed by an application which uses a different SQL Server database for each site, with a master database (I'll call it Global, to differentiate it from SQL Server's master database). Well, we have a number of shows which have multiple show locations, and ...
    Posted to Allen White (Weblog) by AllenMWhite on January 25, 2008
Powered by Community Server (Commercial Edition), by Telligent Systems
  Privacy Statement