为什么我的MSSQL2000登陆不了?一个菜鸟的简单问题。求救!
我安装好MSSQL2000以后,想改动本地机子的server的注册。于是在regesterer SQL Server Properties界面。 connection项中选择Use SQL Server authentication,在login Name 中输入sa,Password栏空白,,刚按确定按钮,就出现如下错误提示:login failed for user' sa'.Reason:Not associated with a trusted SQL server connection。可是如果在connection项我选择的是 Use windows authentication就不会出现错误,为什么?而且,当我以Use windows authentication选项注册后,以用户名为'sa'登陆SQL QUERY Analayzer也是失败的。 请问我怎样才能作到Use SQL Server authentication登陆数据库,因为我需要连接delphi的BDE。