- Microsoft SQL Server 2014 Business Intelligence Development Beginner’s Guide
- Reza Rad
- 135字
- 2021-08-13 17:55:18
What you need for this book
This book will explain the features of Microsoft SQL Server 2014 Enterprise Edition. However, you can also download and install MS SQL Server 2014 Evaluation Edition, which has the same functionalities but is free for the first 180 days, from the following link:
http://technet.microsoft.com/en-US/evalcenter/dn205290.aspx
There are many examples in this book and all of the examples use the following databases as a source:
- AdventureWorks2012
- AdventureWorksDW2012
- AdventureWorksLT2012
You can download the database files from the following link:
http://msftdbprodsamples.codeplex.com/releases/view/55330
After downloading the database files, open SQL Server Management Studio and enter the following scripts to create databases from their data files:
CREATE DATABASE AdventureWorks2012 ON (FILENAME = '{drive}:\{file path}\AdventureWorks2012_Data.mdf') FOR ATTACH_REBUILD_LOG; CREATE DATABASE AdventureWorksDW2012 ON (FILENAME = '<drive>:\<file path>\AdventureWorksDW2012_Data.mdf') FOR ATTACH_REBUILD_LOG ; CREATE DATABASE AdventureWorksLT2012 ON (FILENAME = '<drive>:\<file path>\AdventureWorksLT2012_Data.mdf') FOR ATTACH_REBUILD_LOG ;
推薦閱讀
- Learning NServiceBus(Second Edition)
- 程序設計與實踐(VB.NET)
- 測試驅動開發:入門、實戰與進階
- 算法基礎:打開程序設計之門
- Python從入門到精通(精粹版)
- iOS開發實戰:從零基礎到App Store上架
- Node.js全程實例
- Linux:Embedded Development
- Scratch3.0趣味編程動手玩:比賽訓練營
- Orleans:構建高性能分布式Actor服務
- Python機器學習算法與應用
- Lift Application Development Cookbook
- Learning iOS Security
- Python Automation Cookbook
- Java Web入門很輕松(微課超值版)