SQL Serverは、Microsoft社のリレーショナルデータベース(RDBMS)です。近年は、小中規模向けエディション「SQL Server Express Edition」や、GUI管理ツール「SQL Server Management Studio (Basic/Express)」が無償で提供されていることもあり、データベースにSQL Serverを使った開発に ...
本稿では、SQL ServerのTransact-SQL(T-SQL)の主要な関数について紹介しています。最初の記事では文字列を操作する関数について紹介しました。また、前回は日付と数値を操作する関数について紹介しました。 引き続き、本編では、NULL値を扱う関数と型変換に ...
Specifies the temporary named result set, also known as common table expression, defined within the scope of the DELETE statement. The result set is derived from a SELECT statement. Common table ...
Transact-SQLでテーブルのプライマリキーを調べるには、次のクエリを使用します。 SELECT COLUMN_NAME FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE WHERE OBJECTPROPERTY(OBJECT_ID(CONSTRAINT_SCHEMA + '.' + CONSTRAINT_NAME), 'IsPrimaryKey') = 1 ...
Creates a server-level credential. A credential is a record that contains the authentication information that is required to connect to a resource outside SQL Server ...
前回までで、 Windows Azure SQL Databaseのスケールアウト機能であるSQL Database Federationの概念と、 フェデレーションオブジェクトの作成/ メンバーデータベースへの接続方法/ フェデレーションテーブルの作成方法について説明しました。 今回は、 メンバー ...
Ask the publishers to restore access to 500,000+ books. Can You Chip In? We’re celebrating our 1 trillionth archived web page. If you find our library useful, learn how you can help us fundraise! Can ...
Microsoft SQL Server 2014 Feature Pack は、Microsoft SQL Server の機能を拡張する個々のインストール パッケージをまとめたものです。以下の最新バージョンが含まれています。 注: システム要件は Feature Pack に含まれるインストール パッケージによって異なります。