T-SQL physical name path on Linux #8711
wsmelton
started this conversation in
Contributors
Replies: 1 comment
-
yes! i'd love for this to be fixed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Should we be resolving this in the module since this is something T-SQL/SQL Server is doing and not us?
The query can be modified to alter the path to a proper reference doing
REPLACE(mf.physical_name, '/\','/') AS PhysicalName
. I tested on SQL 2019 and this returned on Windows and Linux the proper path.Beta Was this translation helpful? Give feedback.
All reactions