"Expand Wildcards" doesn't work when selecting from synonyms
sparky2708
Posts: 2
In my "Data" database I have a table:
CREATE TABLE tblXXXX
(
...
)
In my other database I have:
CREATE SYNONYM tblXXXX for Data..tblXXXX
GO
And then in this other database I try to do:
SELECT *
FROM tblXXXX
And I try to expand the "*" using "Expand Wildcards" from SQL Prompt. It doesn't do anything.
CREATE TABLE tblXXXX
(
...
)
In my other database I have:
CREATE SYNONYM tblXXXX for Data..tblXXXX
GO
And then in this other database I try to do:
SELECT *
FROM tblXXXX
And I try to expand the "*" using "Expand Wildcards" from SQL Prompt. It doesn't do anything.
Comments
But at present SQL prompt does not support synonyms
Please feel free to add your vote for it:
http://redgate.uservoice.com/forums/944 ... ?ref=title
And then the project manager can directly decide what category this requirement comes under?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com