parentheses

edited September 25, 2017 2:00PM in SQL Prompt
Hi Redgate Team,

most of the settings to control the parentheses does not have any effect.
So I guess it is a bug.
It would be nice if you can fix it because I like the idea to control the parentheses.

Thanks!

Torsten
SELECT
	*
FROM
	sys.dm_db_index_physical_stats(
									DB_ID()
								,	OBJECT_ID('Sales.SalesOrderHeader', 'U')
								,	NULL
								,	NULL
								,	'detailed'
								)
GO

Answers

Sign In or Register to comment.