Are there any plans to extend the functionality of "Format SQL" to support the APS/PDW SQL syntax?
For example, currently you cannot use "Format SQL", if you use code like the following:
create remote table MyMatabase.dbo.MyTable at ('Data Source = x.x.x.x; User ID = UserName; Password = MyPassword') as
...
Thank you. This is positively brilliant.
Are there any plans to extend the functionality of "Format SQL" to support the APS/PDW SQL syntax?
For example, currently you cannot use "Format SQL", if you use code like the following:
create remote table MyMatabase.dbo.MyTable at ('Data Source = x.x.x.x; User ID = UserName; Password = MyPassword') as
...