<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coretech Blog &#187; SQL Scripts</title>
	<atom:link href="http://blog.coretech.dk/category/mssql/sqlscripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.coretech.dk</link>
	<description></description>
	<lastBuildDate>Thu, 17 May 2012 12:36:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Report Server Course</title>
		<link>http://blog.coretech.dk/kra/report-server-course/</link>
		<comments>http://blog.coretech.dk/kra/report-server-course/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 12:44:04 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[SQL Scripts]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=1015</guid>
		<description><![CDATA[Links: http://msdn.microsoft.com/en-us/library/ms153561.aspx http://msdn.microsoft.com/en-us/library/ms156500.aspx http://www.developer.com/db/article.php/10920_3727626_2 http://msdn.microsoft.com/en-us/library/ms157406(sql.90).aspx http://blogs.msdn.com/bwelcker/archive/tags/Reporting+Services/default.aspx http://www.sql-server-performance.com/articles/reporting/index.aspx http://lyon-smith.org/blogs/code-o-rama/archive/2007/03/22/visual-studio-column-guides-redux.aspx http://www.microsoft.com/downloads/details.aspx?familyid=9f783224-9871-4eea-b1d5-f3140a253db6&#38;displaylang=en http://visualstudiomagazine.com/columns/article.aspx?editorialsid=1900 Husk Report Builder 2.0 Og her er koden i forbindelse med Report server kurset d 25. &#8211; 27 feb: Private Sub LoadInformation()   &#8216;load information into list view lstView.Items.Clear()  Dim myCatalogItems As CatalogItem()myCatalogItems = rs.ListChildren(&#8220;/&#8221;, True)  For Each cItem As CatalogItem In myCatalogItems  Dim strValues(3) As [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/kra/report-server-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL 2005 Course</title>
		<link>http://blog.coretech.dk/kra/sql-2005-kursus/</link>
		<comments>http://blog.coretech.dk/kra/sql-2005-kursus/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 08:01:21 +0000</pubDate>
		<dc:creator>Kåre Rude Andersen</dc:creator>
				<category><![CDATA[SQL Scripts]]></category>

		<guid isPermaLink="false">http://blog.coretech.dk/?p=976</guid>
		<description><![CDATA[Samples, Utils and Links from MOC 2780 SQL 2005 Course. Check All Databases with undocumented stored procedure: EXEC SP_MSForEachDB @command1=&#8221;Print &#8216;?&#8217; DBCC CHECKDB (&#8216;?&#8217;)&#8221; Another track to the same station. Declare @db VarChar(100),  @dbid int,  @hidb int Select @hidb = Max(dbid ), @dbid = 0 from master..sysdatabases While @dbid &#60; @hidb Begin    Set @db = [...]]]></description>
		<wfw:commentRss>http://blog.coretech.dk/kra/sql-2005-kursus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

