Shahar Gvirtz's Weblog

Browse by Tags

All Tags » Development » General Software Development (RSS)
Generating SQL Backup Script for Tables & Data from any .NET Application using SMO
What is SMO? SMO, SQL Server Management Object, is a collection of objects that includes all you need to manage SQL Server from .NET applications. With SMO you can manage pretty much everything – from databases, tables, stored procedures, jobs – you name...
Build API for your application based on Windows PowerShell
Windows PowerShell, is the new (kind of new) Shell from Microsoft. Actually, PowerShell is more than a shell. you can use PowerShell as a Platform . Because PowerShell commands (AKA command-lets or cmdlets) are actually .NET classes, and PowerShell, not...
More Posts