问题标签 [ssms-18]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
sql-server - SSMS 版本 18 – 无数据库图
我注意到 SSMS 版本 18 不支持数据库图,知道为什么,有没有办法获得相同的功能?
为什么现在 T-SQL 调试器不见了?
sql-server - 如何为 SSMS 2019 (v18) 创建扩展
SQL Server Management Studio 18 RC1于 2018 年 3 月 28 日推出
已经针对 SSMS 17提出了这个问题,但是在为不同版本的 SQL Server Management Studio 创作扩展时会有细微的差异。
让 Hello World 应用程序在 SSMS 2019 中运行的步骤是什么?
c# - SSMS 18 VSIX 项目。修改查询窗口内容
由于 SSMS 18 已经放弃了对 SSMS 扩展包 ID 的要求,我想我会试一试。在这个领域是全新的,我不知道从哪里开始。根据那里的各种教程,我已经了解了工具中的菜单项。
我想做的是修改当前活动的查询窗口以创建一个简单的代码段自动完成功能。IE 输入 'sf' 来自动填充到 'select * from'。那种事。
我需要从 ssms 导入哪些参考资料才能开始使用它?
sql-server - 您如何调试或单步调试 SQL Server Management Studio 18 中的代码?
SQL Server Management Studio 曾经具有调试功能,允许单步执行代码并查看值等。参考如何将调试按钮添加到 SSMS v18?,我了解该功能已从 SQL Server Management Studio V18.1 中删除。
但现在有什么替代方案?如何单步执行代码以查明代码中的错误?
sql - SSMS 脚本选项
使用SSMS 18.0 Preview 6编写函数脚本会生成以下脚本。
使用SSMS 2016编写相同函数的脚本会生成此脚本
问题 - 我需要在 SSMS 18 中更改哪些脚本选项,以便它不会在使用或生成的输出脚本中添加N'
前缀和双引号''string literals''
Right Click->Script Function as->CREATE TO
Right Click->Script Function as->ALTER TO
此选项有效,但我不希望删除该对象Right Click->Script Function as->DROP and CREATE TO
PS:我不记得我是否在 SSMS 2016 的脚本选项下更改了某些内容以实现这一点,或者它是否是默认设置。谢谢!
azure-sql-database - Manage Compression Wizard Cannot Show Requested Dialog
I wanted to check the compression of an index (on a database on Azure SQL DB on Compat 140) and was just lazy and using SSMS 18.3.1 by expanding the table, expanding the indexes, right clicking on the index and selecting Storage -> Manage Compression. I immediately get a pop-up box saying "Cannot show requested dialog. Unable to execute requested command. These columns don't currently have unique values. (System.Data)"
There are six other indexes on this table that all work fine using this method. I have scripted the index, dropped it and recreated to the same effect. You can see from the creation code that there is nothing special in there, not even unique.
This is the index creation code just sanitized of actual names, otherwise completely intact.
CREATE NONCLUSTERED INDEX [IX_IndexName] ON [dbo].[Table] ( [ID] ASC, [Type] ASC ) INCLUDE([OtherColumns]) WITH (STATISTICS_NORECOMPUTE = OFF, DROP_EXISTING = OFF, ONLINE = OFF, DATA_COMPRESSION = PAGE) ON [PRIMARY] GO
Additionally, we have code we run to find any non-clustered index that is not compressed, but the clustered index IS compressed. It works great, except for this same index...where it shows it as not compressed, even though you create it with PAGE compression and when you script it back out, it shows to have that in the WITH statement. Very odd.
git - SSMS 18 和源代码控制集成,即。TFS
我可以按照此处SSMS 17.x
描述的步骤进入团队菜单
现在,我已经升级到并且可以通过在位置SSMS 18.4
更改文件来获得工具菜单中的源代码控制选项 --> 选项ssms.pkgundef
C:\Program Files (x86)\Microsoft SQL Server Management Studio 18\Common7\IDE
ssms.pkgundef
我的机器上安装了 VS 2017。我的问题是,我怎样才能让Team Foundation Server进入源代码控制选项。现在,它显示“无”。
ssms - 无法在 SSMS v18.5.1 中创建 DAX 脚本 - 对象引用未设置为对象的实例
我无法在 SQL Server Management Studio (SSMS) v18.5.1 中打开新的“Analysis Services DAX 查询” 。SSMS DAX 错误打印屏幕
错误详情:
所有其他查询(MDX、DMX、XMLA)都可以正常工作,但 DAX 不能。
我已尝试以下解决问题:
首先,我尝试重新安装 SSMS。
当它不起作用时,我尝试了以下步骤仍然没有成功:
- 使用 SQL Server Data Tools (SSDT) 卸载 Visual Studio 2019
- 卸载 SSMS
- 使用 SSDT 安装 VS 2019
- 安装 SSMS
我试图在这个问题上寻求帮助,但我没有找到任何相关信息。
提前感谢您的任何建议。
我的 SSMS 设置:
我的 VS 19 设置的一部分: