Есть ли способ настроить ярлык на базу данных для Studio управления SQL Server MS

Нет, WSGIAccessScript не для авторизации пользователя, это просто для основанного на хосте управления доступом, независимого от того, аутентифицировался ли пользователь или авторизовывался. Авторизация пользователя обрабатывается с помощью директивы WSGIAuthGroupScript. См.:

http://code.google.com/p/modwsgi/wiki/AccessControlMechanisms#Apache_Group_Authorisation

4
задан 31 May 2012 в 12:36
1 ответ

Yes you can use the following command:

ssms.exe -S SERVERNAME -d DATABASENAME -E

You can either run this using run, or put it into a .txt file and change the extension to .bat and run that.

Some more information can be found by runing smss.exe /?:

Usage:
ssms.exe [-S server_name[\instance_name]] [-d database] [-U user] [-P password] [-E] [file_name[, file_name]] [/?]

    [-S The name of the SQL Server instance to which to connect]
    [-d The name of the SQL Server database to which to connect]
    [-E]    Use Windows Authentication to login to SQL Server
    [-U The name of the SQL Server login with which to connect]
    [-P The password associated with the login]
    [file_name[, file_name]] names of files to load
    [-nosplash] Supress splash screen
    [/?]    Displays this usage information
5
ответ дан 3 December 2019 в 03:20

Теги

Похожие вопросы