Viewing 5 posts - 1 through 5 (of 5 total)
A workaround for those curious, simply create a view of your statement as suggested by MSDN, like so:
CREATE VIEW GetAroundSQL2005AnnoyingReadOnlyFeature
AS
SELECT Player.FirstName, Player.LastName, Team.Name
FROM ...
July 24, 2008 at 1:54 pm
Right... I don't use proper ETL practices for my test environment when debugging. Once I find what's wrong I can write up an ETL to fix the problem on production...
July 24, 2008 at 11:59 am
I doubt we are alone here, the great thing about forums is that there is always some odd, esoteric reason something that is different is acceptable. When programming, I edit...
July 24, 2008 at 8:54 am
Where in SSMS can you go to edit cells that are a result of multiple tables?
For example, if I open SSMS and right-click a table called Player then select Open...
July 22, 2008 at 12:23 am
How sad, I used this feature of 2000 quite heavily. Has anyone found a fast workaround?
July 21, 2008 at 9:50 pm
Viewing 5 posts - 1 through 5 (of 5 total)