Comments
Sort by recent activity
[image] This also causes SSMS to crash. / comments
This also causes SSMS to crash.
I reverted to version 9.2.6.6145 and everything seems to be working again. We have been experiencing the same issues as above. Makes SSMS totallly unusable. Current environment info: Microsoft SQL Server Management Studio 14.0.17277.0 Microsoft Analysis Services Client Tools 14.0.1016.262 Microsoft Data Access Components (MDAC) 10.0.17134.1 Microsoft MSXML 3.0 6.0 Microsoft Internet Explorer 9.11.17134.0 Microsoft .NET Framework 4.0.30319.42000 Operating System 6.3.17134 / comments
I reverted to version 9.2.6.6145 and everything seems to be working again. We have been experiencing the same issues as above. Makes SSMS totallly unusable. Current environment info:Microsoft SQL S...
I am seeing an issue when a column from a table is passed into a Table-valued function. The alias for the table is being removed from the column. This causes issues if there are multiple tables with the same column name. An error is generated saying the "the column name is ambiguous". Is there a way to not remove the table alias from a column being used with the CROSS APPLY operator? SELECT dc.AccessResult , c.CustomerID , c.CustomerName , c.DeliveryCityID FROM WideWorldImporters.Sales.Customers AS c CROSS APPLY WideWorldImporters.Application.DetermineCustomerAccess(c.DeliveryCityID) AS dc WHERE c.CustomerID = 566; / comments
I am seeing an issue when a column from a table is passed into a Table-valued function. The alias for the table is being removed from the column. This causes issues if there are multiple tables wit...
It actually looks like it is caused by the inclusion of this from the release notes: Added refactoring option to prefix 'N' to literal strings when assigning to a unicode NCHAR/NVARCHAR variable. Found under Prompt -> Options -> Style. This was defaulted to checked after my upgrade and started causing Format SQL to fail. After unchecking this option, it is working again. It seems to be having trouble with sysname data type. / comments
It actually looks like it is caused by the inclusion of this from the release notes:Added refactoring option to prefix 'N' to literal strings when assigning to a unicode NCHAR/NVARCHAR variable. Fo...
This is the same error I am receiving on the other thread "Error laying out SQL". / comments
This is the same error I am receiving on the other thread "Error laying out SQL".
I believe I have found the option that is causing the bug. The option "Align data types and constraints" in the "Schema (DDL)" group seems to cause the provided styles to fail. If I uncheck this option on any of my custom styles, the error goes away.[image] [image] / comments
I believe I have found the option that is causing the bug. The option "Align data types and constraints" in the "Schema (DDL)" group seems to cause the provided styles to fail. If I uncheck this op...
I am getting the same error: [image]
It seems to happen on CREATE or ALTER scripts. If I change the above code to a DECLARE statement instead of a CREATE or ALTER PROCEDURE then it formats fine. [image] / comments
I am getting the same error:
It seems to happen on CREATE or ALTER scripts. If I change the above code to a DECLARE statement instead of a CREATE or ALTER PROCEDURE then it formats fine.
The issue seams to be happening on Formatting Styles that are user-defined. If I change to one of the REDGATE STYLES in the "Formatting styles" window then the code is formatted correctly. / comments
The issue seams to be happening on Formatting Styles that are user-defined. If I change to one of the REDGATE STYLES in the "Formatting styles" window then the code is formatted correctly.
James,
You are correct. I am able to select the type now in Object Explorer. It must have been a refresh issue. I am still not able to search for the User-Defined Table Type in SQL Search.
Are you able to find any types that have been created in SQL Search by name?
Thank you!
Nathanial / comments
James,
You are correct. I am able to select the type now in Object Explorer. It must have been a refresh issue. I am still not able to search for the User-Defined Table Type in SQL Search.
Are you ...
David,
I have tested the fix and everything seems to be working as expected. The version I'm using is 7.3.0.450. Just giving this for validation.
Thank you for fast feedback. I'm very impressed!
Nathanial / comments
David,
I have tested the fix and everything seems to be working as expected. The version I'm using is 7.3.0.450. Just giving this for validation.
Thank you for fast feedback. I'm very impressed!
Na...