sql server 7.0停止运行,如何重启

sql server 7.0停止运行,如何重启,第1张

下载并安装Microsoft SQL Sserver 2008

打开Microsoft SQL Sserver Management Studio工具

选择服务器类型(数据库引擎),填写服务器名称(主机名)、身份验证、登录名、密码。

打开Sql Server Configuration Manager,选择SQL Server网络配置

双击MSSQLSERVER的协议、双击TCP/IP、Named Pipes

启用TCP/IP、Named Pipes,按应用、确定按钮

打开windows系统中的服务

找到相应的SQL Server数据库实例并启动

切换到Microsoft SQL Sserver Management Studio工具,并按连接按钮

1、你尝试在本地执行SQL,会慢吗?

2、你尝试远程访问执行SQL,会慢吗?

3、你尝试应用程序执行什么动作慢,还是那几个动作慢,或无法显示。

先看日志确定是问题方向。

如果1、2都不慢就证明不是你的数据库问题,是应用有问题。

在SQL Server 配置管理器中,展开SQL Server 2005的网络配置,然后点击服务器实例如:MSSQLSERVER 的协议。

在右窗格中,双击TCP/IP协议。

在TCP/IP属性对话框中,单击IP地址选项卡。

在TCP端口框中的IPAll节,输入一个可用的端口号。对于本教程中,我们将使用1500。

单击确定以关闭该对话框,然后单击确定的警告说,必须重新启动服务。

在左窗格中,单击SQL Server 2005的服务。

在右窗格中,右键单击SQL Server实例如:SQL Server (MSSQLSERVER),然后单击重新启动。当数据库引擎重新启动时,它将侦听端口1500 。

--------------------------------------------------------------------------------

In SQL Server Configuration Manager, expand SQL Server 2005 Network Configuration, and then click on the server instance you want to configure.

In the right pane, double-click TCP/IP.

In the TCP/IP Properties dialog box, click the IP Addresses tab.

In the TCP Port box of the IPAll section, type an available port number. For this tutorial, we will use 1500.

Click OK to close the dialog box, and click OK to the warning that the service must be restarted.

In the left pane, click SQL Server 2005 Services.

In the right pane, right-click the instance of SQL Server, and then click Restart. When the Database Engine restarts, it will listen on port 1500.

本文来自: 脚本之家(www.jb51.net) 详细出处参考:http://www.jb51.net/article/17610.htm


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/231570.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-09
下一篇2023-04-09

发表评论

登录后才能评论

评论列表(0条)

    保存