蒼穹無限
カテゴリ一覧データベース(DBMS)Microsoft SQL Server  の記事(テーマ)    -    7月30日 10時 更新 [毎時更新]
お気に入りに登録   メールで教える  

  << その前   今日までの4週間分の記事   その後 >>


表示形式: [        ]    表示順序: [      ]     
このページの記事数: [ 27 ]    このページの最後の記事     このページの説明 


1
 
マイクロソフトはSQL ServerとExcelの組み合わせでBI環境を提供してきた。そしてOffice 2010により、同社のBIはエンドユーザー自ら分析環境を構築できる「セルフサービスBI」へと進化した。...   (続きを読む)
2
 
Recently a customer ran into an issue where they had successfully installed SQL Server 2008 SP1 on a 2 node Windows 2008 cluster. When they went to restore a database that was given to them, they found out the database was created with the new SQL 2008 FileStream feature and couldn’t restore the database on their newly installed SQL 2008 SP1 clustered instance. So they went to enable FileStream...   (続きを読む)
3
 
Both SQL Server and SQL Azure have a procedure cache which is used to improve the performance of queries on the server. This blog post will talk about how the procedure cache works on SQL Azure. SQL Azure has a pool of memory that is used to store both execution plans and data buffers. This pool of memory is used for all databases on the physical machine, regardless of owner of the database. Ev...   (続きを読む)
4
 
  In some cases it it interesting to know whether a database was directly created on the current version of the running SQL Server instance or if the database was upgraded during an upgrade of the instance or by attaching a database from an older version to a newer version of SQL Server. The information is stored in the datafile headers. To reveal it you will have to use the DBCC command and re...   (続きを読む)
タグ:DB SQL SQL Server
5
 
これまで同社のDB開発/管理ソフトは、1つのDBにしか接続できず、接続先のDBの種類に応じて別途異なるライセンスを購入する必要があった。これに対しXEはOracleやSQL Server、DB2、Sybaseなど複数DBに対応する。今回、XEシリーズとして3製品を発売した。DB開発ツールの「Rapid SQL XE」、チューニングツールの「DB Optimizer XE」、変更管理ツールの「DB Change Manager XE」である。これらをすべて内包したパッケージ製品「All-...   (続きを読む)
6
 
7月頭には公開されていたのですが、弊社執筆の「SQL Server 2008 R2 自習書シリーズ」の製品版対応へのアップデートが完了しました〜。http://www.microsoft.com/japan/sqlser... SQL Server 2008 R2 CTP版で記述していた 6本を RTM(製品版)対応へ置き換えて、SQL Server 2008 自習書シリーズの 23本を SQL Server 2008 R2...   (続きを読む)
タグ:SQL SQL Server
7
 
Microsoft SQL Server Release Services ブログより Cumulative Update #9 for SQL Server 2008 Service Pack 1 http://blogs.msdn.com/b/sqlreleaseser... SQL Server 2008 の SP1 用の CU9(累積...   (続きを読む)
8
 
VMware vShpere 4を仮想化プラットフォームとして、各Windows アプリケーションを実装したシステムをプロトコル別にそのパフォーマンスを検証します(提供:ネットアップ)。...   (続きを読む)
9
 
Demand Technology Software社は、Windows OS上でパフォーマンスデータの収集/監視を行う製品を多数開発する米企業。同社のフラグシップ製品は「Performance Sentry」と呼ばれる。その多層アーキテクチャは監視サーバ数千台までの拡張が可能な設計となっており、それらのパフォーマンスデータをSQL Serverデータベース上に格納する。データの収集には、Windowsのサービスとして動作するエージェントが使われている。同社は先ご...   (続きを読む)
10
 
Blog Post: Project “Houston” CTP now available 2010/07/21 14:39:00 (1週間前)
  Are you a SQL Azure user - developing without SQL Server Management Studio or VS2010 to access your SQL Azure database from a design tool to model your database and tables, query execution, adding/updating table data – well then this announcement is for you! Microsoft® Project Code-Named “Houston” is a lightweight and easy to use database management tool for SQL Azure databases. It is designe...   (続きを読む)
11
 
Today the SQL Azure team released CTP1 of Microsoft® Project Code-Named “Houston” on SQL Azure Labs. This is a new web based tool hosted in Windows Azure that can be used to manage your SQL Azure database. In the past the primary mechanism for managing SQL Azure has been SQL Server Management Studio. For me one of the biggest challenges of using SQL Server Management Studio was when I wanted to...   (続きを読む)
12
 
本文是PHP on Windows Azure 入门教学系列第二篇文章。请上一篇文章中,我们已经成功的在Windows Azure中运行了PHP应用。本文会讲解如何以PHP连接至SQL Azure。请读者按顺序阅读本教学系列,因为本文会用到上一篇文章中所创建的项目。代码: 1.想让PHP代码能够连接到SQL Azure,首先我们必须为PHP加入SQL Server的驱动模块。(SQL Azure 构建于SQL Server技术之上)。从这里下载到SQL Server Driver for PHP 2.0 CTP2 - June 2010。2...   (続きを読む)
13
 
  A common question is how to move back to the older version of the database once upgraded. The answer is, you can´t. By attaching the database to the new SQL Server version an upgrade is done internally which can be seen if you run the attach commands in e.g. the script window of SSMS. In the following sample, I am attaching a SQL Server 2005 database to a SQL Server 2008 instance. The result ...   (続きを読む)
タグ:DB SQL SQL Server
14
 
Blog Post: Handling Transactions in SQL Azure 2010/07/19 06:15:00 (1週間前)
In this article I am going to touch on some of the aspects of transaction handling in SQL Azure. Local Transactions SQL Azure supports local transactions. These types of transactions are done with the Transact-SQL commands BEGIN TRANSACTION, ROLLBACK TRANSACTION, COMMIT TRANSACTION. They work exactly the same as they do on SQL Server. Isolation Level SQL Azure default database wide setting is t...   (続きを読む)
15
 
Blog Post: SQL Azure Data Sync 2010/07/19 05:50:00 (1週間前)
Français English La synchronisation de bases de données est possible entre SQL Server et SQL Azure, mais également entre bases de données SQL Azure. Pour la synchronisation entre SQL Server et SQL Azure, il y a SQL Azure Data Sync (pré-version) qui est téléchargeable à l’adresse suivante: Synchronizing relational databases is possible between SQL Server and SQL Azure, as well as between SQL Azu...   (続きを読む)
16
 
In this first of a 3 part webcast series, Liam Cavanagh will show you how SQL Azure Data Sync enables on-premises SQL Server data to be easily shared with SQL Azure allowing you to extend your on-premises data to begin creating new cloud-based applications.   Using SQL Azure Data sync’s bi-directional data synchronization support, changes made either on SQL Server or SQL Azure are automatically...   (続きを読む)
17
 
In this second of a 3 part webcast series, Liam Cavanagh introduces the Data Sync Service for SQL Azure.  This service extends on the SQL Azure Data Sync tools’ ability to provide symmetry between SQL Server and SQL Azure where data changes at either location are bi-directionally synchronized between on-premises and the cloud.  With SQL Azure Data Sync Service, you can extended that capability ...   (続きを読む)
18
 
タグ:SQL SQL Server
19
 
SQL Azure 是微软基于 Microsoft SQL Server 2008构建的云端关系型数据库服务。SQL Azure服务具有高可用性和可伸缩性的特点,并且提供多租户的服务。对于大多数开发者来说,它提供了熟悉的开发体验,因为SQL Azure支持绝大部分的T-SQL DDL 和DML语句。在下文中,我们会简单的介绍一下SQL Azure Portal ,以及如何使用本地SQL Server Management Studio (SSMS)来操作云端数据库。1. 如何申请创建一个SQL Azure账户? 2. 如何创建一个云...   (続きを読む)
20
 
SQL CE は .NET 開発で少量の構造化データを保存する場合に適した,軽量なインプロセスデータベースである,とされていた。しかし受け入れがたい設計上の欠点が数々あったため,開発者たちは SQLite や旧式の Jet を代わりに選択していた。CE 4.0 ではそのような欠点の多くが修正されている。By Jonathan Allen...   (続きを読む)
21
 
マイクロソフトは新しい技術を浸透させるために開発コンテストをよくやっているのだが、この金額はさすがにあまり見たことがない。$10,000。1ドル100円換算でなんと100万円!私がこのコンテストを見つけたのは下記ブログのURLを紹介したtwitter発言。Win $10k for Building a WordPress on SQL Server or SQL Azure Site しれっと...   (続きを読む)
22
 
誠 Biz.ID:Microsoft、SMB向けWeb開発ツール「WebMatrix」のβ版をリリース米Microsoftは7月6日(現地時間)、無料のWeb開発・運営用スイート「WebMatrix」のβ版をリリースしたと発表した。Microsoft/webのWebMatrixのページ(英語版)からダウンロードできる。WebMatrixはASP.NETに対応し、Webアプリ開発ツール、Webサーバ開発ツール「IIS Developer Express」、データベースソフト「SQL Server...   (続きを読む)
23
 
タグ:SQL SQL Server
24
 
Blog Post: SQL Server 2008 SP2 is released 2010/07/08 20:42:00 (3週間前)
SQL Server 2008 SP2 contains the following features: · All hotfixes released up to Microsoft SQL Server 2008 SP1 CU 8. · Updates to the Reporting Services Add-in for Microsoft SharePoint Products 2007 allowing customer to connect to SQL Server 2008 R2 Report Servers. · Support for SQL Server 2008 R2 version of Management Studio to perform operations for data-tier applications (DAC) in SQL Serve...   (続きを読む)
25
 
1つがバックアップソフト「System Center Data Protection Manager 2010」だ。SQL ServerやExchange Serverなどのデータを、テープやクラウドなどの保存先を問わずバックアップできる。「Hyper-V」環境下では、バックアップした仮想マシンを他の物理サーバーに復元することも可能だ。もう1つがITILに基づく管理や運用を支援する「System Center Service Manager 2010」。障害管理のベストプラクティスをテンプレートとし用意。...   (続きを読む)
26
 
はじめに SQL Server 2008とSQL Server 2008 Management Studio(ともにExpress Edition)をインストールしようとしたら、必要なソフトウェアが揃っていなくてエラーが連発しました。ちょっとわかりにくかったので、インストール手順をまとめました。SQL Server 2008 Express Editionをインストールする Microsoft .Net Framework 3.5 SP1 をダウンロードしてインストールします。(Windows...   (続きを読む)
27
 
もっと Web 開発を簡単に ~ IIS Express と SQL Server Compact ~ - THE TRUTH IS OUT THERE - Site Home - MSDN Blogs今日 7 月から弊社では新しい会計年度がスタートします。そんなドタバタの昨日から今日にかけて ScottGu’s Blog では、ASP.NET Web 開発関連で 2 つの大きなアナウンスが行われました。一つ目は IIS Express 、そして二つ目は SQL Server Compact Edition (SQL CE) の発表です。Introducing IIS Express htt...   (続きを読む)
     
表示形式: [        ]    表示順序: [      ]     
このページの記事数: [ 27 ]    このページの最初の記事     このページの説明 


  << その前   今日までの4週間分の記事   その後 >>





【説明】

当ページは、収集した記事情報の中からカテゴリ「 データベース(DBMS) > Microsoft SQL Server 」に分類された記事を一覧しています。

  • 一覧中のタイトルのクリックで記事ページを表示します。
  • 一覧中のサイト名のクリックでサイトの記事一覧を表示します。
カテゴリ・メニュー

  • かっこ内の数字は最近1か月の対象記事数です。
  • 数字の記載がない項目は記事が紐つかない まとめ 項目です。
  • 全てのカテゴリを参照したい場合は カテゴリ一覧 を閲覧してください。
  • 本メニューの折り畳みが適切に展開されない場合は カテゴリ一覧 から選択してください。

↑  このページの先頭に戻る