0

I am a new web developer and in my company they put the web application in one of the servers and the database in another server which is located in the company data center.

Now, there is a problem in one of the ASP.NET applications which is basically about giving one of the users the whole admin right on that system. That system lacks the feature of adding users and giving them this role. So basically I have to access that corporate database and go the UserRoles table and give the user the desired role. So how to do that?

From the web config file, I could be able to know the name and location of the database. The database is SQL Server. And I want now to access it remotely if it is possible. So how to do that?

4

2 回答 2

0

使用最新版本的SQL Server Management Studio ExpressSSMSE 2012连接到远程 Sql Server 数据库并运行查询。

于 2012-05-12T08:05:28.757 回答
0

您应该看到您的组织中正在部署哪些实践并遵循它,可能包括:

  1. 您正在编写更新 SQL 脚本
  2. 联系数据库管理员在生产服务器上部署该脚本
于 2012-05-12T08:48:33.267 回答