Schema added to properties when not required
Currently when I use Query designer the resulting query is expressed as:
SELECT
Hygiene360Log.Hygiene360LogId,
Hygiene360Log.RequestDate
FROM dbo.Hygiene360Log
Where what I want is the minimum length of text to correctly identify tables and objects, like this:
SELECT
Hygiene360LogId,
RequestDate
FROM Hygiene360Log
It's very annoying
3
votes
Eddie Green
shared this idea