missing format / word wrap
torsten.strauss
Posts: 271 Silver 3
in SQL Prompt
Hi guys,
it seems that there is no meaningful word wrap / formatting for
it seems that there is no meaningful word wrap / formatting for
-- Create external data source
CREATE EXTERNAL DATA SOURCE xyz WITH(LOCATION='sqlserver://myserver', PUSHDOWN=ON, CREDENTIAL=[my-credentials]);
GO
-- Create external table
CREATE EXTERNAL TABLE [xyz].SOURCE(NAME VARCHAR(128) COLLATE SQL_Latin1_General_CP1_CI_AS)WITH(LOCATION='[xyz].[xyt].source', DATA_SOURCE=[xyz]);
GO
Thanks for fixing!
Torsten
MVP
Thanks for fixing!
Torsten
MVP
Tagged:
Answers
Hi there,
I raised this issue with the development team. Unfortunately they have decided to not take this bug on. I apologize for any inconvenience that this may cause.
Kind Regards,
David Kim
Product Support Engineer