<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>belle's sql musings</title>
	<link>http://www.sqlmusings.com</link>
	<description>ramblings, discoveries, tutorials on sql server and other database stuff</description>
	<lastBuildDate>Sat, 04 Feb 2012 21:16:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Resolving SSRS and PowerShell New-WebServiceProxy Namespace Issue</title>
		<description><![CDATA[When you&#8217;re working with PowerShell and SSRS, you may occasionally come across a script that works once, then just mysteriously decides not to work anymore on a second or third invocation. Or it may just not work period, even though you think the syntax is short and straightforward, and you know you&#8217;re not misspelling any [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2012/02/04/resolving-ssrs-and-powershell-new-webserviceproxy-namespace-issue/</link>
			</item>
	<item>
		<title>Getting More Information About Your PowerShell Error</title>
		<description><![CDATA[I just have to blog this little gem. Every now and then I would be running a PowerShell script, I&#8217;d get an error but I wouldn&#8217;t get anything useful from the default error message besides the line number. Little Gem cls $error&#91;0&#93; &#124; fl -force Sample For example, this is an error I would get [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2012/01/29/getting-more-information-about-your-powershell-error/</link>
			</item>
	<item>
		<title>Reflecting on life, death, and what matters</title>
		<description><![CDATA[I was strolling into the office liesurely one morning this week, when one of my co-workers saw me in the hallway and motioned me to hurry because I was apparently late for a meeting. I didn&#8217;t realize an invite for an early morning meeting was sent out the night before, around 10:33PM, which I was [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2012/01/07/reflecting-on-life-death-and-what-matter/</link>
			</item>
	<item>
		<title>Resolving PowerShell V3 ISE error with Invoke-Sqlcmd</title>
		<description><![CDATA[The PowerShell ISE is much improved in V3, needless to say I am really enjoying writing scripts with this tool! It is however, not without hiccups. I was trying to run the Invoke-Sqlcmd cmdlet when I got the following error in the PowerShell ISE Mixed mode assembly is built against version &#8216;v2.0.50727&#8242; of the runtime [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2011/11/19/resolving-powershell-v3-ise-error-with-invoke-sqlcmd/</link>
			</item>
	<item>
		<title>Significant Changes to SQL Server 2012 Editions, Licensing</title>
		<description><![CDATA[As a gist, the new SQL Server 2012 will have a new set of editions: - Standard &#8211; will be the new basic version - Enterprise - Business Intelligence - Developer (no more DataCenter, Workgroup and Standard for Small Business) For licensing, Microsoft is doing away with per processor licensing &#8211; but replacing this with [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2011/11/16/significant-changes-to-sql-server-2012-editions-licensing/</link>
			</item>
	<item>
		<title>Installing SQL Server Denali CTP3 Weird Issue &#8211; Invalid Handle</title>
		<description><![CDATA[I was busily preparing my new VMs all night (shiny new VMs!!). Planning to get 2 Windows 2008 R2 Enterprise boxes out as my new playgrounds, one as a Domain Controller, another one as my new Denali CTP3 box. When I was starting to install Denali, not long after launching the install, I got this [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2011/10/29/installing-sql-server-denali-ctp3-weird-issue-invalid-handle/</link>
			</item>
	<item>
		<title>PowerShell and SSRS: Passing Values to Query-Based Parameters Programmatically</title>
		<description><![CDATA[I wanted (needed!) to write a script to automatically generate a number of reports based on sets of parameters. Most of the scripting I&#8217;ve done before are for straight up parameters that I can pass using SMO or through the URL string. This time, I had a cascading query-based parameter, ie one parameter that is [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2011/10/13/powershell-and-ssrs-passing-values-to-query-based-parameters-programmatically/</link>
			</item>
	<item>
		<title>Download SSRS Parameterized Reports in PDF with PowerShell</title>
		<description><![CDATA[Here&#8217;s a short PowerShell script that : 1. Connects to your report server 2. Loops through a set of parameters stored in an array 3. Saves the PDF version of the report to a local folder, with appropriate names Here&#8217;s a snippet of code to set your SSRS parameters programmatically using PowerShell $params = $null; [...]

<p style="margin-top:25px"><strong>No related posts.</strong>]]></description>
		<link>http://www.sqlmusings.com/2011/10/11/download-ssrs-parameterized-reports-in-pdf-with-powershell/</link>
			</item>
</channel>
</rss>

