Quantcast
Channel: belle's sql musings » SQL Server Powershell
Browsing latest articles
Browse All 8 View Live

Image may be NSFW.
Clik here to view.

SQL Server PowerShell : How to Backup SQL Server Databases Using SMO and...

PowerShell makes it easier to manage even your database backups and restore. To do a SQL Server backup in SQL Server, you will need to use the SMO SqlBackup method. In SQL Server 2008, you will need to...

View Article



Image may be NSFW.
Clik here to view.

SQL Server PowerShell : How to Restore SQL Server Databases Using SMO and...

A follow-up to my previous post: How to Restore SQL Server Databases Using SMO and PowerShell In this post I will show you how you can restore your database to : 1. the existing database (same database...

View Article

Image may be NSFW.
Clik here to view.

SQL Server PowerShell : How to Audit Your SQL Server Instance Properties...

Here is a simple script to audit your SQL Server Instance Properties. Note that the property names are not hardcoded. We query each of these properties, and use those to display the property values. If...

View Article

Image may be NSFW.
Clik here to view.

SQL Server PowerShell : Search for SQL Server Objects Using PowerShell

I have posted previously 3 different ways of searching for SQL Server Objects (How to Search for Columns in SQL Server ). Here’s a fourth one! Check out how powerful and flexible PowerShell is when you...

View Article

Image may be NSFW.
Clik here to view.

Free PowerShell Ebook (Mastering PowerShell) from PowerShell.com

If you have the slightest interest in PowerShell, and you’re keen on learning more about it, I strongly recommend you download this book: Mastering PowerShell (from PowerShell.com and written by Dr....

View Article


Image may be NSFW.
Clik here to view.

VANPASS Presentation and Demo Files on SQL Server and PowerShell

I did a presentation today for VANPASS on PowerShell and SQL Server – thank you to those who attended! It was a great lively crowd Thanks to Idera too – for the freebies – and to Black Ninja Software...

View Article

Image may be NSFW.
Clik here to view.

SQL Server PowerShell : How to View your SSRS Reports (rdl) Using PowerShell...

To view your SQL Server (or SSRS) reports using PowerShell, you can either use plain browser + URL string combo Report Viewer Web Services The script below shows the first two options. If you are going...

View Article

Image may be NSFW.
Clik here to view.

How to Programmatically Add a User/Group to your SSRS Report Using PowerShell

Some of my projects are still in SSRS 2005 and PowerShell v1.0, so this script works and is tested on this environment only, for now. I plan to port this to SSRS2008, PowerShell v2.0 when I get the...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images