ssms

SSMS crashes when try to modify database diagram (v18.2)

泪湿孤枕 提交于 2020-08-24 05:44:38
问题 When I try to modify a database diagram created before the application restart and crashes when trying to access. It happen only when I save the diagram and close the application. When I try to reopen it throws me an error then restart the SSMS. I'm running SQL Server 14.0.100 Express Edition. I reviewed the Microsoft Event Viewer and I get this: Faulting application name: Ssms.exe, version: 2019.150.18142.0, time stamp: 0x5d3573be Faulting module name: DataDesigners.dll, version: 2019.150

How to view the stored procedure code in SQL Server Management Studio

怎甘沉沦 提交于 2020-08-20 18:28:06
问题 I am new to SQL Server. I am logged into my database through SQL Server Management Studio. I have a list of stored procedures. How do I view the stored procedure code? Right clicking on the stored procedure does not have any option like view contents of stored procedure . Thanks. 回答1: right click on the stored proc and select script stored procedure as CREATE to New Query Editor Window/Clipboard/File you can also do Modify when you right click on the name If you want to more than 1 proc at

Azure SQL Grant Access for AD User in SSMS [closed]

坚强是说给别人听的谎言 提交于 2020-07-15 09:39:39
问题 Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last month . Improve this question I set an azure ad admin (global admin) for our azure sql server, now i tried to grant a ad user access to the sql database. I followed the instructions in this video https://www.youtube.com/watch?v=pEPyPsGEevw, because i didn't found a better explenation. As

Azure SQL Grant Access for AD User in SSMS [closed]

青春壹個敷衍的年華 提交于 2020-07-15 09:39:11
问题 Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last month . Improve this question I set an azure ad admin (global admin) for our azure sql server, now i tried to grant a ad user access to the sql database. I followed the instructions in this video https://www.youtube.com/watch?v=pEPyPsGEevw, because i didn't found a better explenation. As

Connect to localDB with windows authentication

天大地大妈咪最大 提交于 2020-06-27 06:18:14
问题 This is the first time that I try to create a local DB to use for my spring boot application so it might be an easy thing to fix that Ive missed. What ive done so far: Downloaded SQLExpress Logged with SSMS using windows authentication Created a database Connected to the new database using HeidiSQL After all this steps ive tried to setup a connection with my spring boot app using the following properties: spring.datasource.url= jdbc:sqlserver://localhost:3306 spring.datasource.username=

Connect to localDB with windows authentication

↘锁芯ラ 提交于 2020-06-27 06:18:05
问题 This is the first time that I try to create a local DB to use for my spring boot application so it might be an easy thing to fix that Ive missed. What ive done so far: Downloaded SQLExpress Logged with SSMS using windows authentication Created a database Connected to the new database using HeidiSQL After all this steps ive tried to setup a connection with my spring boot app using the following properties: spring.datasource.url= jdbc:sqlserver://localhost:3306 spring.datasource.username=

SQL Server Management Studio 2016: The application cannot start

大兔子大兔子 提交于 2020-06-24 14:56:33
问题 I installed SQL Server Management Studio 2016. When I tried to open it gives this error. I tried uninstall and again install. Also I uninstall all Visual Studio and SQL Server and reinstall all of them but problem still continue. How can I solve this issue? 回答1: In my case, the issue was with broken VS2015 isolated shell installation. I resolved it by downloading and re-installing this shell from Visual Studio Isolated Shell page https://docs.microsoft.com/en-ca/visualstudio/extensibility

Windows API call “RegGetValueW” returned error code: 0

|▌冷眼眸甩不掉的悲伤 提交于 2020-06-12 05:39:58
问题 I am getting Windows API Call Error Code : 0 I have installed SSMS 2018 and was trying to find out if I have any other versions installed. For that I ran sqllocaldb versions in CMD but got the following message: Windows API call "RegGetValueW" returned error code: 0. When I checked manually (via Control Panel), I saw that I have 2015 and 2016 versions installed. So Why it are they not showing in CMD. I tried to find other solutions but found nothing that made sense to me. 回答1: This post