关键字:SqlServer2005Dev版本安装 SQL Server Management Studio简单实用 SQLCMD运用
Part one: 安装
1. SqlServer2005 preInstallation
先安装IIS组件,再安装.NET Framework;
如果顺序不对,安装时可能出现如下错误:
解决办法:
命令行模式下进入C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
执行 aspnet_regiis.exe -i
2. 安装
加载映像或点击.exe开始安装,个人认为三个地方需要说明:
首先如下图:
此处可以根据需要选择,如此处我除报表外,选择了其他所有组件
其次,配置Service Account的时候要选Use the built-in System account(如下图)
还有是配置authentication mode的时候,要选择Mixed Mode,如下图(SQL Server Management Studio登陆的用户名为sa)
到此处安装已经完成;
点击start-All programs-Micrift SqlServer 2005将会看到如下画面
Part two: SQL Server Management Studio
点击start - All programs - Micrift SqlServer 2005 - SQL Server Management Studio,可以进入SQL Server Management Studio操作界面
关于SQL Server Management Studio个人理解他就是一个数据库客户端,所以他的功能我们可以想象到(管理维护服务器)
创建数据库:
同样我们可以在Object Explore中创建表、视图、索引等
执行Transact-SQL
Note That:On the Management Studio toolbar, click Database Engine Query to open the Query Editor
显示查询结果:
Part three: SQLCMD
The first step to using sqlcmd is starting the utility.
To start the sqlcmd utility and connect to a default instance of SQL Server
1. Click Start, point to All Programs, point to Accessories, and then click Command Prompt.
2. At the command prompt, type sqlcmd.
3. Press ENTER.
To terminate your sqlcmd session, type EXIT at the sqlcmd prompt.
An example to use sqlcmd(the below figure)
To connect to a named instance of SQL Server by using sqlcmd
1. Open a command prompt window, and type sqlcmd -S myServer
2. Press ENTER.
An example to connect to Local Server and search all databases(the below figure)
It is obviously that there are three added databases in Local Server.
Use sqlcmd to run Transact-sql
the below figure show the process of the using of Transact-sql
Note that: in the local server, there is a database name 'test2',and in database test2 exist a table named 'test2'.
To run the script file
the Script file name is 'testScript.sql', located in Disk C root path, the content of testScript.sql as following:
-----------------------Script start-----------------------------------
use test2;
go
create table test_script (
id integer not null ,
name varchar(200) null
);
go
insert into test_script values(100,'Script 100');
insert into test_script values(101,'Script 101');
insert into test_script values(102,'Script 102');
go
select * from test_script;
go
--------------------------Script end---------------------------------------
run the script file as the below figure described;
- 大小: 6.9 KB
- 大小: 1.6 KB
- 大小: 12.1 KB
- 大小: 6.9 KB
- 大小: 55.7 KB
- 大小: 23.8 KB
- 大小: 28.7 KB
- 大小: 22.7 KB
- 大小: 4.7 KB
- 大小: 8.7 KB
- 大小: 15 KB
- 大小: 3.2 KB
分享到:
相关推荐
- `SQLServer2017-SSEI-Dev.exe` 文件是SQL Server 2017 Developer Edition的安装程序,下载后运行即可开始安装流程,过程中可以选择自定义安装选项,如组件、服务配置等。 总的来说,SQL Server 2017 Developer ...
这个"SQL 2005 Dev 学习代码"压缩包很可能是包含了一系列针对SQL Server 2005开发的学习资源,如示例代码、教程文档等,旨在帮助用户深入理解和掌握SQL Server 2005的开发技巧。 在SQL Server 2005中,开发者可以...
SQLServer2016-SSEI-Dev.exe 开发者版的sqlserver 在线安装工具,开发者版不受容量限制
在您下载的`SQLServer2016-SSEI-Dev1029.exe`文件中,"SSEI"代表"Standard Edition for Small and Midsize Businesses",即SQL Server 2016标准版,适用于中小型企业。"Dev"表示Developer Edition,是专为开发和测试...
标题 "SQL2022-SSEI-Dev" 暗示我们正在讨论的是 SQL Server 2022 的安全和服务启用(Security and Service Enablement, SSEI)开发版本。这个标签同样重申了这一主题,表明内容可能与 SQL Server 2022 的安全性和...
2. **驱动注册**:在Java代码中,你需要通过`Class.forName()`方法加载对应的JDBC驱动类,例如`com.microsoft.sqlserver.jdbc.SQLServerDriver`。 3. **数据库连接**:使用`java.sql.DriverManager.getConnection()`...
在这个压缩包“sqlserver2019.rar”中,包含了两个重要的安装文件:SSMS-Setup-CHS.exe和SQL2019-SSEI-Dev.exe。 SSMS(SQL Server Management Studio)是用于管理和开发SQL Server的主要工具,SSMS-Setup-CHS.exe...
cs_sql_2005_dev_all_dvd X86 开发版 安装和学习,调试用的数据库。 文件小,安装快,功能强大 。
"SQL Server 2005 安装实例步骤详解" 在本文中,我们将详细介绍在 Windows 7 操作系统下安装 SQL Server 2005 的步骤。为确保数据库的顺利安装,我们需要首先启用 IIS 服务,然后下载并解压安装文件,接着安装 SQL ...
### SQL Server 2005 与 Oracle 10g 之间建立 DBLink 的设置方法及常见问题解决方案 #### 一、概述 在 IT 领域中,跨数据库的操作非常常见,尤其是在需要从不同数据库系统中提取数据并进行集成处理的场景下。SQL ...
SQLServer2017-SSEI-Dev.zip
SQL Server 2012 Developer Edition (Simplified Chinese)开发版/企业(核心)版/个人版/标准版/ 全套iso原版
文件名 cn_sql_server_2017_developer_x64_dvd_11296175.iso SHA1 6BBF019EDAE11A7307EBBE30260FB...ed2k://|file|cn_sql_server_2017_developer_x64_dvd_11296175.iso|1769777152|E21AE7C3576C0BDF1BC0ADC541217FAC|/
SQLServer2016 Dev 开发版安装包
SQL Server 2005是微软公司推出的一款关系型数据库管理系统,它在IT行业中扮演着重要的角色,尤其在数据存储、管理和分析方面。这款产品提供了多种版本,包括Express、Standard、Enterprise以及Developer等,其中...
sql server 2019官方版本中文安装包,安装过程简单明了 SQL Server 是Microsoft 公司推出的关系型数据库管理系统。具有使用方便可伸缩性好与相关软件集成程度高等优点,可跨越从运行Microsoft Windows 98 的膝上型...
标题“SQL2022-SSEI-Dev.rar”表明这是一个与Microsoft SQL Server 2022相关的资源,特别是针对“SSEI”(可能是Server-Side Encryption Infrastructure)和“Dev”(开发版本)。这个压缩包包含了一个名为“SQL2022...
String url = "jdbc:sqlserver://localhost:1433;databaseName=myDatabase"; String username = "myUsername"; String password = "myPassword"; try (Connection conn = DriverManager.getConnection(url, ...