DOC PREVIEW
UT Dallas CS 6385 - Instructions_of_MSSQL_Installation_on_Windows_and_Data_import

This preview shows page 1 out of 2 pages.

Save
View full document
View full document
Premium Document
Do you want full access? Go Premium and unlock all 2 pages.
Access to all documents
Download any document
Ad free experience
Premium Document
Do you want full access? Go Premium and unlock all 2 pages.
Access to all documents
Download any document
Ad free experience

Unformatted text preview:

4. After installation, you don’t need to reconfigure the PATH Environment variable on Windows. You could sqlcmd Utility on command line to interface with MSSQL. You may also want to download Microsoft SQL Server 2008 R2 RTM - Management Studio Express...MS SQL installation on Windows and Dataset import Part I. MS SQL installation on Windows I will show you how to install Microsoft SQL Server 2008 R2 Express 32/64-bit (English) step by step. Microsoft SQL Server 2008 R2 Express SP2 can be downloaded at http://www.microsoft.com/en-us/download/details.aspx?id=30438 1. Download the corresponding edition of MS SQL 2008 R2 Express to your machine. (SQLEXPR_x86_ENU.exe for 32 bit process and SQLEXPR_x64_ENU.exe for 64 bit process). I will use SQLEXPR_x86_ENU.exe for illustration. 2. Go to the download folder and start the installation executable SQLEXPR_x86_ENU.exe. When you see the SQL Server Installation Center Dialog, click the “New installation or add features to existing installation” option. 3. After that, you just need follow the prompted installation instructions. Remember to leave all the features checked. If you have previous edition of SQL Server installed, you could create new instance of MS SQL 2008 R2. But please do remember new instance name you created. And you are recommended to choose “windows authentication mode” for simplification. 4. After installation, you don’t need to reconfigure the PATH Environment variable on Windows. You could sqlcmd Utility on command line to interface with MSSQL. You may also want to download Microsoft SQL Server 2008 R2 RTM - Management Studio Express for MS SQL GUI interface at http://www.microsoft.com/en-us/download/details.aspx?id=22985. Below is the basic usage on command line: sqlcmd -S .\InstanceName -U login_id –P password If neither the -U option nor the -P option is specified, sqlcmd tries to connect by using Microsoft Windows Authentication mode. Authentication is based on the Windows account of the user who is running sqlcmd. Refer to http://technet.microsoft.com/en-us/library/ms165702(v=sql.105).aspx for further information. If you want to create a new login, you could type in CREATE LOGIN User_Name WITH PASSWORD = 'Strong_Password' Please make sure the Instance was set to Windows & SQL Server Authentication mixed mode before you login with newly created user name and password. Part II. Import company data into MS SQL Server Download create-company-data-for-MS-SQL.sql file from eLearning to your computer. 1. Using MS SQL Server Management Studio GUI Start SQL Server Management Studio Connect to your databaseFile > Open > File and select create-company-data-for-MS-SQL.sql Execute ! 2. Using Command Line: sqlcmd -S .\InstanceName -i create-company-data-for-MS-SQL.sql Either of methods will create the company database and populate the database with data. Note: download the file create-company-data-for-MS-SQL.sql not create-company-data.sql. If you follow the instructions above but still can’t figure it out, you could refer to this video at https://www.youtube.com/watch?v=CXJP4D503Tk or stop by my office during my office hours. By the way, you can down load most editions of the MS SQL for free from DreamSpark WebStore: University of Texas at Dallas - Computer Science - DreamSpark Premium at http://e5.onthehub.com/WebStore/ProductsByMajorVersionList.aspx?ws=1611d1a5-cd9b-e011-969d-0030487d8897&vsro=8 A user account has been created for each of you at your school's DreamSpark WebStore. If this is the first time to login, you need create a unique password for your


View Full Document

UT Dallas CS 6385 - Instructions_of_MSSQL_Installation_on_Windows_and_Data_import

Documents in this Course
assn1

assn1

2 pages

38rel2

38rel2

5 pages

Report

Report

3 pages

networks

networks

18 pages

lp2

lp2

44 pages

lp2 (2)

lp2 (2)

27 pages

lp1(1)

lp1(1)

21 pages

integer1

integer1

50 pages

FrankR2

FrankR2

3 pages

duality

duality

28 pages

CMST

CMST

44 pages

hw4

hw4

3 pages

for 1

for 1

11 pages

ENCh02

ENCh02

33 pages

pree

pree

2 pages

new  3

new 3

2 pages

new  2

new 2

2 pages

hw4a

hw4a

2 pages

T2_Sol

T2_Sol

4 pages

ISM3

ISM3

8 pages

hw4_sol

hw4_sol

6 pages

Elm04_06

Elm04_06

11 pages

atn proj2

atn proj2

20 pages

12CUT1

12CUT1

8 pages

09Ford

09Ford

23 pages

08FLOW

08FLOW

6 pages

03LP_su

03LP_su

6 pages

40REL40

40REL40

5 pages

39rel3

39rel3

5 pages

38arel2

38arel2

5 pages

37REL1

37REL1

3 pages

24TABU

24TABU

3 pages

22DYNPR

22DYNPR

3 pages

21B&C

21B&C

2 pages

20BBEX0

20BBEX0

3 pages

19BB

19BB

5 pages

14CAPBUD0

14CAPBUD0

11 pages

35BRXCH

35BRXCH

2 pages

34COMB

34COMB

4 pages

32CAPAS

32CAPAS

4 pages

31QUEUE

31QUEUE

3 pages

Load more
Download Instructions_of_MSSQL_Installation_on_Windows_and_Data_import
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Instructions_of_MSSQL_Installation_on_Windows_and_Data_import and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Instructions_of_MSSQL_Installation_on_Windows_and_Data_import 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?