- 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 ;
推薦閱讀
- Blockly創(chuàng)意趣味編程
- Visual Basic程序設(shè)計(jì)教程
- Implementing Cisco Networking Solutions
- Oracle Exadata專家手冊(cè)
- C#應(yīng)用程序設(shè)計(jì)教程
- 從零開(kāi)始學(xué)Linux編程
- Learning Unreal Engine Android Game Development
- HTML+CSS+JavaScript網(wǎng)頁(yè)設(shè)計(jì)從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開(kāi)發(fā)視頻大講堂)
- Apache Camel Developer's Cookbook
- SciPy Recipes
- Raspberry Pi Robotic Blueprints
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- scikit-learn Cookbook(Second Edition)
- Building a Media Center with Raspberry Pi
- Mastering XenApp?