简单介绍下我使用了一年多还不知道的Sql server 2005 组件知识
簡介
Microsoft SQL Server 2005 是用于大規模聯機事務處理 (OLTP)、數據倉庫和電子商務應用的數據庫平臺;也是用于數據集成、分析和報表解決方案的商業智能平臺。
SQL Server 2005 引入了一些“Studio”幫助實現開發和管理任務:SQL Server Management Studio 和 Business Intelligence Development Studio。在 Management Studio 中,可以開發和管理 SQL Server 數據庫引擎 與通知解決方案,管理已部署的 Analysis Services 解決方案,管理和運行 Integration Services 包,以及管理報表服務器和 Reporting Services 報表與報表模型。在 BI Development Studio 中,可以使用以下項目來開發商業智能解決方案:使用 Analysis Services 項目開發多維數據集、維度和挖掘結構;使用 Reporting Services 項目創建報表;使用報表模型項目定義報表的模型;使用 Integration Services 項目創建包。
簡單介紹下SQL Server 2005 Integration Services以及SQL Server 2005 Reporting Services
1.SQL Server 2005 Integration Services (SSIS) 是 SQL Server 2005 的提取、轉換和加載 (ETL) 組件。它取代了早期的 SQL Server ETL 組件 Data Transformation Services (DTS)。
Integration Services 是用于生成企業級數據集成和數據轉換解決方案的平臺。使用 Integration Services 可解決復雜的業務問題,方法是復制或下載文件,發送電子郵件以響應事件,更新數據倉庫,清除和挖掘數據以及管理 SQL Server 對象和數據。這些包可以獨立使用,也可以與其他包一起使用以滿足復雜的業務需求。Integration Services 可以提取和轉換來自多種源(如 XML 數據文件、平面文件和關系數據源)的數據,然后將這些數據加載到一個或多個目標。
Integration Services 包含一組豐富的內置任務和轉換、用于構造包的工具以及用于運行和管理包的 Integration Services 服務。可以使用 Integration Services 圖形工具來創建解決方案,此時無需編寫一行代碼;也可以對 Integration Services 對象模型進行編程,通過編程方式創建包并編寫自定義任務以及其他包對象的代碼。
Microsoft SQL Server 2005 Integration Services (SSIS) 是用于生成高性能數據集成解決方案的平臺??梢陨商崛 ⑥D換和加載 (ETL) 包以更新數據倉庫,與外部進程交互,清除和挖掘數據,處理分析對象和執行管理任務。
Integration Services 包含用于生成和調試包的圖形工具及向導;用于執行工作流功能的任務,例如 FTP 操作、SQL 語句執行和電子郵件消息處理;用于提取和加載數據的數據源和目標;用于清理、聚合、合并和復制數據的轉換;名為 Integration Services 服務的管理服務,用于管理 Integration Services;以及對 Integration Services 對象模型進行編程的應用程序編程接口 (API)。
Integration Services 文檔有關 Integration Services 的詳細信息,請查閱 SQL Server 聯機叢書中的相關章節。
?
| SQL Server Integration Services | 簡要介紹 Integration Services 與其他 SQL Server 2005 組件之間的關系,并包含指向基于角色的 Integration Services InfoCenter 鏈接。 |
| Integration Services 概述 | 說明 Integration Services 的典型用法,簡要介紹 Integration Services 體系結構和工具。 |
| 安裝 SQL Server Integration Services | 說明如何使用安裝程序或從命令提示符安裝 Integration Services。 |
| Integration Services 對象和概念 | 介紹 Integration Services 提供的用于在包中構造可靠控制流和數據流的對象。介紹使包更靈活并且更易于管理和排除故障的更高級對象。 |
| Business Intelligence Development Studio 中的 Integration Services | 說明用于開發 Integration Services 包以進行數據提取、轉換和加載 (ETL) 的 Business Intelligence Development Studio 環境。 |
| 生成解決方案和 Integration Services 項目 | 介紹解決方案和項目。說明如何使用 Integration Services 項目管理 ETL 解決方案中的對象。 |
| 設計和創建 Integration Services 包 | 提供在開發 ETL 解決方案期間執行的基本和高級的常見任務的演練。 |
| Integration Services 教程 | 提供 Integration Services 教程,講述如何使用 SQL Server 導入和導出向導創建基本包,如何直接創建較復雜的包,以及如何將包部署到目標服務器 |
| SQL Server Integration Services 示例 | 包括說明 Integration Services 示例的主題。這些示例是可以立即運行的包或自定義任務、數據流組件、日志提供程序和連接管理器的示例代碼。 |
| Integration Services Programming | 提供概念性的編程信息和大量示例代碼,并用文檔說明 Integration Services API。 |
| Integration Services 表達式參考 | 討論新 Integration Services 表達式語言,并提供有關該語言中的運算符和函數的文檔。 |
| 部署 Integration Services 包 | 提供有關配置的信息,以及如何在包中實現配置、如何生成部署實用工具并在目標計算機上安裝包的步驟的相關信息。 |
| Integration Services 的安全注意事項 | 說明可以為包設置的安全性相關屬性以及用于控制對包進行訪問的固定數據庫級角色。 |
| 管理 Integration Services | 提供有關 Integration Services 服務的信息,以及如何使用該服務管理包、如何按需或按計劃運行包并如何在遠程服務器上運行包以平衡負載的信息。 |
| Integration Services 故障排除 | 提供有關使用 Business Intelligence Development Studio 提供的功能和工具排除 Integration Services 故障的信息,以及設計、監視包中的性能和管理 Integration Services 服務的信息。 |
| 將 Integration Services 與其他 SQL Server 功能一起使用 | 瀏覽 Integration Services 與其他 SQL Server 2005 組件之間的關系,其中包括適合與特定組件一起使用的 Integration Services 對象的詳細信息。 |
| Integration Services 幫助主題 | 提供完成 Integration Services 中任務的分步說明。 |
| Integration Services 的 F1 幫助 | 提供有關 Integration Services 中的每個頁面和對話框中選項的詳細信息。在使用 Integration Services 工具時按 F1 鍵或“幫助”按鈕也會顯示這些主題。 |
| Integration Services 的國際化注意事項 | 討論支持分析和操作多語言數據的 Integration Services 功能,以及用于排序和比較國際字符串數據的特殊比較選項。 |
| dtexec 實用工具 | 包含 dtexec 命令提示實用工具的參考信息。 |
| dtutil 實用工具 | 包含 dtutil 命令提示實用工具的參考信息。 |
另一種訪問文檔的途徑是通過 SQL Server Integration Services(如何實現),該主題提供了指向常見任務和常用概念性信息的鏈接。
2.SQL Server 2005 Reporting Services (SSRS) 是基于服務器的報表平臺,提供來自關系和多維數據源的綜合數據報表。Reporting Services 包含處理組件、一整套可用于創建和管理報表的工具和允許開發人員在自定義應用程序中集成和擴展數據和報表處理的應用程序編程接口 (API)。生成的報表可以基于 SQL Server、Analysis Services、Oracle 或任何 Microsoft .NET Framework 數據訪問接口(如 ODBC 或 OLE DB)提供的關系數據或多維數據。
利用 Reporting Services,可以創建交互式報表、表格報表或自由格式報表,可以根據計劃的時間間隔檢索數據或在用戶打開報表時按需檢索數據。Reporting Services 還允許用戶基于預定義模型創建即席報表,并且允許通過交互方式瀏覽模型中的數據。所有報表可以按桌面格式或面向 Web 的格式呈現。您可以從許多查看格式中進行選擇,以數據操作或打印的首選格式按需呈現報表。
Reporting Services 是基于服務器的解決方案,因此通過它可以集中存儲和管理報表,安全地訪問報表、模型和文件夾,控制報表的處理和分發方式,并使報表在企業內的使用方式標準化。
Microsoft SQL Server 2005 Reporting Services 是一種基于服務器的解決方案,用于生成從多種關系數據源和多維數據源提取內容的企業報表,發布能以各種格式查看的報表,以及集中管理安全性和訂閱。您創建的報表可以通過基于 Web 的連接進行查看,也可以作為 Microsoft Windows 應用程序的一部分或 SharePoint 門戶進行查看。
Reporting Services 包含用于創建和發布報表及報表模型的圖形工具和向導;用于管理 Reporting Services 的報表服務器管理工具;以及用于對 Reporting Services 對象模型進行編程和擴展的應用程序編程接口 (API)。
Reporting Services 文檔有關 Reporting Services 的詳細信息,請查閱 SQL Server 聯機叢書中的相關章節。
?
| SQL Server Reporting Services | 概要介紹 Reporting Services 如何與其他 SQL Server 組件交互,并提供指向基于角色的 Reporting Services InfoCenter 的鏈接。 |
| Reporting Services 簡介 | 介紹 Reporting Services 的功能和術語、報表的生存周期以及各種報表方案。 |
| Reporting Services 組件概述 | 討論所有的 Reporting Services 工具和命令行實用工具。 |
| 安裝 SQL Server Reporting Services | 介紹如何安裝 Reporting Services。 |
| 部署 Reporting Services | 介紹如何規劃和實施 Reporting Services 部署,包括部署清單。 |
| 設計和創建報表 | 討論數據源、查詢、表達式、數據區域、報表布局、交互功能、篩選、呈現、即席報表、報表模型設計和各種類型的報表。詳細介紹 Reporting Services 中可以使用的報表設計工具,包括向導和導入功能。 |
| 管理 Reporting Services | 討論管理工具、報表服務器數據庫、報表服務器管理最佳實踐以及如何執行管理任務。 |
| 管理 Reporting Services 的權限和安全性 | 討論 Reporting Services 安全模型以及如何在 Reporting Services 中實施安全性。 |
| 管理和使用發布的報表 | 介紹訂閱管理和報表分發、管理報表服務器內容和數據源連接、報表處理注意事項以及導出。 |
| Reporting Services 的操作指南主題 | 提供完成 Reporting Services 中任務的分步驟指導。 |
| Reporting Services 的 F1 幫助 | 詳細介紹 Reporting Services 中的每個頁面和對話框。使用 Reporting Services 工具時按 F1 鍵也會顯示這些主題。對象資源管理器 Reporting Services 的 F1 幫助中提供了更多信息。 |
| Reporting Services Programming | 討論為 Reporting Services 提供的編程功能,包括報表服務器 Web 服務、URL 訪問、WMI 提供程序、將 Reporting Services 集成到應用程序中以及擴展性。包括有關報表定義語言的完整編程參考章節以及 Web 服務管理參考文檔。 |
| SQL Server Reporting Services 示例 | 提供用于演示 Reporting Services 功能的示例報表應用程序。請注意,該示例不適合在實際生產環境中使用。 |
| Reporting Services 教程 | 提供一系列課程,指導您完成創建基本報表、將功能添加到開發編程解決方案中以及使用 Web 服務和 Microsoft .NET Framework 的所有步驟。 |
| Reporting Services 故障排除 | 提供故障排除技巧和信息。 |
| Reporting Services 錯誤和事件 | 按事件 ID 列出錯誤和事件。 |
另一種訪問文檔的途徑是通過 SQL Server Reporting Services(如何實現),該主題提供了指向常規任務和常用概念性信息的鏈接。
?
對于SQL Server Reporting Service、SQL Server Integration Services還需要進一步學習!
文章摘自:http://msdn.microsoft.com/zh-cn/library/ms130214(v=sql.90)
?
轉載于:https://www.cnblogs.com/xiaolong617/archive/2012/06/25/2561364.html
總結
以上是生活随笔為你收集整理的简单介绍下我使用了一年多还不知道的Sql server 2005 组件知识的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 构造函数 + 原型链继承 + 临摹面向对
- 下一篇: 《c和指针》笔记7