<?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>SQL &#8211; Stefan Meyer</title>
	<atom:link href="https://blog.meyer-luenen.de/category/it/sql/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.meyer-luenen.de</link>
	<description>Lose-Blatt-Sammlung</description>
	<lastBuildDate>Wed, 02 Nov 2022 09:50:10 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>

<image>
	<url>https://i0.wp.com/blog.meyer-luenen.de/wp-content/uploads/2018/12/cropped-StM-Portrait-Raesfeld-600x600-removebg-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>SQL &#8211; Stefan Meyer</title>
	<link>https://blog.meyer-luenen.de</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">148105417</site>	<item>
		<title>MSSQL-Version aus einer *.bak-Datei ermitteln</title>
		<link>https://blog.meyer-luenen.de/2022/11/02/mssql-version-aus-einer-bak-datei-ermitteln/</link>
		
		<dc:creator><![CDATA[Stefan]]></dc:creator>
		<pubDate>Wed, 02 Nov 2022 09:49:18 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<guid isPermaLink="false">https://blog.meyer-luenen.de/?p=551</guid>

					<description><![CDATA[Folgenden T-SQL-Befehl absetzen: RESTORE HEADERONLY FROM DISK =&#8216;c:\Backupdir\backupfile.bak&#8216;; Die Spalte &#8222;DatabaseVersion&#8220; gibt dann die MSSQL-Version an, mit welcher dieses Backup erstellt wurde: 539 &#8211; SQL 2000 611 &#8211; SQL 2005 655 &#8211; SQL 2008 661 &#8211; SQL 2008R2 706 &#8211; SQL 2012 782 &#8211; SQL 2014 852 &#8211; SQL 2016 869 &#8211; SQL 2017]]></description>
										<content:encoded><![CDATA[
<p>Folgenden T-SQL-Befehl absetzen:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p><em>RESTORE HEADERONLY FROM DISK =&#8216;</em>c:\Backupdir\backupfile.bak&#8216;;</p></blockquote>



<p>Die Spalte &#8222;DatabaseVersion&#8220; gibt dann die MSSQL-Version an, mit welcher dieses Backup erstellt wurde:</p>



<ul class="wp-block-list"><li>539 &#8211; SQL 2000</li><li>611 &#8211; SQL 2005</li><li>655 &#8211; SQL 2008</li><li>661 &#8211; SQL 2008R2</li><li>706 &#8211; SQL 2012</li><li>782 &#8211; SQL 2014</li><li>852 &#8211; SQL 2016</li><li>869 &#8211; SQL 2017</li></ul>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">551</post-id>	</item>
	</channel>
</rss>
