2005年Sql服务器Dev版安装在Win 7上的管理无法在Windows 2003服务器上连接,安装了2005年Sql服务器的标准版本。
在我使用Sa密码时,这一连接正在发挥作用,但在我使用窗户认证时,它显示“用户与可信赖的Sql服务器连接无关”。
使用地方行政密码7的电传密码和密码服务器密码的电传密码(即域密码),我甚至能够收发交换邮件,所以从其他地方打工,但Sql服务器无法连接。
辅助器
2005年Sql服务器Dev版安装在Win 7上的管理无法在Windows 2003服务器上连接,安装了2005年Sql服务器的标准版本。
在我使用Sa密码时,这一连接正在发挥作用,但在我使用窗户认证时,它显示“用户与可信赖的Sql服务器连接无关”。
使用地方行政密码7的电传密码和密码服务器密码的电传密码(即域密码),我甚至能够收发交换邮件,所以从其他地方打工,但Sql服务器无法连接。
辅助器
密码在使用窗口认证时不使用: 服务器必须信任你的客户计算机证书——这是对域名(主动名录)账户最容易实现的。
您需要1)在作为域名用户的德国计算机中登录,2 添加相同的域名用户(或含有大群的用户),以便其数据库能够使用舱位。
I have installed ASP.NET application with database on our server. ASP.NET application created database using connection string below. The problem is that I do not see database in SQL Server Management ...
What datatype is the most efficient to store a number such as 11.111. The numbers will have up 2 digits before the point and up to three after. Currently the column is a bigint , I am guessing that ...
是否需要在提瓜表之后更新表格统计数据,还是自动更新?
Ok, so I ve got a bit of a SQL and Powershell problem. There are 2 SQL scripts, one to setup 4 different global stored procedures. Another to execute them and manipulate data before returning it to PS ...
I add a column of type tinyint and being set to not allow nulls in a table and generate the change scripts. The table has data in it at this time. The script has code that creates a temp table and ...
I am currently working on a particularly complex use-case. Simplifying below :) First, a client record has a many-to-one relationship with a collection of services, that is, a single client may have ...
I have a particularly troublesome xml column to query data from. The schema is fixed by the Quebec Ministry of Revenue so "it is what it is" The important part of the query looks like this: with ...
I ve got a content management system that contains a hierarchical structure of categories, with sub-categories subject to different ordering options at each level. Currently, that s retrieved by a (...