<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://powershell.com/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'app:weblogs' matching tags 'PowerShell', 'scripting', and 'SQL'</title><link>http://powershell.com/cs/search/SearchResults.aspx?q=app:weblogs&amp;tag=PowerShell,scripting,SQL&amp;orTags=0&amp;o=DateDescending</link><description>Search results for 'app:weblogs' matching tags 'PowerShell', 'scripting', and 'SQL'</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 (Build: 30929.2835)</generator><item><title>PoshUtils: Get all mirrored SQL databases using PowerShell and SMO</title><link>http://powershell.com/cs/blogs/ravikanth/archive/2012/11/17/poshutils-get-all-mirrored-sql-databases-using-powershell-and-smo.aspx</link><pubDate>Sat, 17 Nov 2012 06:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:20018</guid><dc:creator>Anonymous</dc:creator><description>I have been validating different aspects of SQL mirroring and in the process I wanted a quick and automated way to handle database mirroring functions. This includes listing all mirrored databases, failing over databases manually to a mirrored instance, etc. So, in the process, I created several small functions in PowerShell to achieve what I [...]&lt;img src="http://feeds.feedburner.com/~r/RavikanthChaganti/~4/8j29-Y_yll8" height="1" width="1" alt="" /&gt;</description></item><item><title>PoshUtils: Get-DBSize – Get SQL Database space usage</title><link>http://powershell.com/cs/blogs/ravikanth/archive/2011/07/30/poshutils-get-dbsize-get-sql-database-space-usage.aspx</link><pubDate>Sat, 30 Jul 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:11641</guid><dc:creator>Anonymous</dc:creator><description>Here is an improved version of the script I am using to get the database space usage details. This is one of the utility scripts I have been using and will be publishing soon as PoshUtils on Codeplex. Function Get-DBSize { [CmdletBinding()] param ( [Parameter(Mandatory=$false)] [String[]] $dbname, [Parameter(Mandatory=$false, ValueFromPipeline=$true)] [alias(&amp;quot;cn&amp;quot;,&amp;quot;server&amp;quot;,&amp;quot;computer&amp;quot;)] [String[]] $computername = &amp;quot;localhost&amp;quot; ) [...]&lt;img src="http://feeds.feedburner.com/~r/RavikanthChaganti/~4/mf4-9gbqi4U" height="1" width="1" alt="" /&gt;</description></item><item><title>Creating SQL snapshots using SMO and PowerShell</title><link>http://powershell.com/cs/blogs/ravikanth/archive/2011/04/11/creating-sql-snapshots-using-smo-and-powershell.aspx</link><pubDate>Mon, 11 Apr 2011 05:00:00 GMT</pubDate><guid isPermaLink="false">f421715f-7aba-45f0-8a8d-44de5318a3a7:10654</guid><dc:creator>Anonymous</dc:creator><description>First of all, I am not SQL guy. I work on SharePoint quite a bit and venturing into SQL now. So, the first thing is to learn how I can script my SQL management tasks. I know there are quite a few things on the Internet but exploring all this myself gives an opportunity to [...]&lt;img src="http://feeds.feedburner.com/~r/RavikanthChaganti/~4/prcs_RdY2eU" height="1" width="1" alt="" /&gt;</description></item></channel></rss>