<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bluestick.JP 開発メモ &#187; SQL Server</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/sql-server/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 25 Apr 2011 13:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/category/sql-server/feed" />
		<item>
		<title>PythonからODBC経由でSQL Serverに接続するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/215</link>
		<comments>http://bluestick.jp/tech/index.php/archives/215#comments</comments>
		<pubDate>Sun, 17 Jan 2010 05:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=215</guid>
		<description><![CDATA[python DB API 2.0に準拠しているODBCドライバ pyodbcを使用する。Windows認証を使用して接続する接続パラメータは下記。
&#8216;DRIVER={SQL Server};SERVER=l [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/215/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/215" />
	</item>
		<item>
		<title>SQL Serverでデータベースのアタッチ、デタッチをコマンドプロンプトから行う方法</title>
		<link>http://bluestick.jp/tech/index.php/archives/197</link>
		<comments>http://bluestick.jp/tech/index.php/archives/197#comments</comments>
		<pubDate>Wed, 25 Nov 2009 04:14:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=197</guid>
		<description><![CDATA[コマンドプロンプトでsqlcmdを起動してDBに接続する。
sqlcmd -S localhost\sqlexpress -E
アタッチを行うには下記コマンドを実行する。
sp_attach_db @dbname=DB名 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/197/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/197" />
	</item>
		<item>
		<title>SQL Server &#8211; ID列の開始番号をリセットするには</title>
		<link>http://bluestick.jp/tech/index.php/archives/193</link>
		<comments>http://bluestick.jp/tech/index.php/archives/193#comments</comments>
		<pubDate>Thu, 12 Nov 2009 02:44:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=193</guid>
		<description><![CDATA[IDENTITYとして指定されている列のあるテーブルのデータをすべて削除した時に、ついでにID列の開始番号をリセットする場合には下記を実行する。
DBCC CHECKIDENT([テーブル名],RESEED, 0)
３つ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/193/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/193" />
	</item>
		<item>
		<title>LINQ to SQLをSQL Server Compact Editionで使用するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/191</link>
		<comments>http://bluestick.jp/tech/index.php/archives/191#comments</comments>
		<pubDate>Wed, 14 Oct 2009 07:57:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=191</guid>
		<description><![CDATA[Visual Studio 2008のObject Relational Designerは「SQL Server CompactEdition」をサポートしていないため、DataContextクラスをドラッグアンドドロ [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/191/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/191" />
	</item>
		<item>
		<title>Visual StudioのプロジェクトにSQL ServerのDB(サービスベースのデータベース)を追加できない。</title>
		<link>http://bluestick.jp/tech/index.php/archives/149</link>
		<comments>http://bluestick.jp/tech/index.php/archives/149#comments</comments>
		<pubDate>Sat, 22 Aug 2009 01:54:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=149</guid>
		<description><![CDATA[Visual Studioで「サービスベースのデータベース」を追加した際に、
「ユーザーインスタンスのプロセス起動中のエラーにより、SQL Server のユーザー インスタンスを生成できませんでした。接続は閉じられます [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/149/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/149" />
	</item>
		<item>
		<title>Visual Studio 2008 SP1とSQL Server 2008のインストール順</title>
		<link>http://bluestick.jp/tech/index.php/archives/117</link>
		<comments>http://bluestick.jp/tech/index.php/archives/117#comments</comments>
		<pubDate>Tue, 12 Aug 2008 09:11:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=117</guid>
		<description><![CDATA[Visual Studio 2008 SP1を先にインストールしてSQL Server 2008をインストールするのが正解とのこと。
順番を間違えると
「ルール &#8220;Microsoft Visual Studi [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/117/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/117" />
	</item>
		<item>
		<title>アプリケーションがSQL ServerのDBファイルをアタッチしている場合にプロファイラから接続する方法</title>
		<link>http://bluestick.jp/tech/index.php/archives/102</link>
		<comments>http://bluestick.jp/tech/index.php/archives/102#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:18:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=102</guid>
		<description><![CDATA[SQL Server Management Studioで下記SQLを実行。
Select owning_principal_name, instance_pipe_name from sys.dm_os_child_i [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/102" />
	</item>
		<item>
		<title>SQL Server 2008で日付の最小値、最大値は.Net FrameworkのDateTimeと同等になる模様。</title>
		<link>http://bluestick.jp/tech/index.php/archives/78</link>
		<comments>http://bluestick.jp/tech/index.php/archives/78#comments</comments>
		<pubDate>Tue, 15 Jul 2008 09:04:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=78</guid>
		<description><![CDATA[現状、SQL Serverと.NetのDateTimeの値の範囲はずれているが、SQL Server 2008で追加される日付型のdate, datetime2, datetimeoffsetでは、その範囲は
日付：1- [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/78/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/78" />
	</item>
		<item>
		<title>SQLServer, MySQL, SQLiteで自動採番列の結果を取得するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/58</link>
		<comments>http://bluestick.jp/tech/index.php/archives/58#comments</comments>
		<pubDate>Wed, 25 Jun 2008 01:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=58</guid>
		<description><![CDATA[自動採番列で振られた連番の結果はそれぞれ下記のSQLで取得する。

SQL Server
select SCOPE_IDENTITY()
SQLite 
select last_insert_rowid()
Mysql
 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/58/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/58" />
	</item>
		<item>
		<title>.Net FrameworkとSQL ServerのDateTimeの最小値、最大値の違い</title>
		<link>http://bluestick.jp/tech/index.php/archives/45</link>
		<comments>http://bluestick.jp/tech/index.php/archives/45#comments</comments>
		<pubDate>Thu, 22 May 2008 23:38:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=45</guid>
		<description><![CDATA[SQL Server 2005のdatetimeの範囲は
1753/1/1 12:00:00 から 9999/12/31 23:59:59 PM まで
.Net FrameworkのDatetimeの範囲は
0001/1 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/45/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/45" />
	</item>
	</channel>
</rss>

