Activity overview
Latest activity by cwallis
SSAS & SSRS Unhandled exception trying to connent
Hi
Using SSMS 2008 R2 and SQL Prompt 5.2.0.5.
When trying to connect to either SSAS or SSRS from SSMS we receive an Microsoft .NET Framework error:
Unhandled exception has occurred in a component i...
Just updated to the latest version SQL Prompt 5.2.0.5 and still getting crashes in BIDS 2008 R2 when you click Previrew to view a report. Again disabling SQL Prompt in BIDS is a work around / comments
Just updated to the latest version SQL Prompt 5.2.0.5 and still getting crashes in BIDS 2008 R2 when you click Previrew to view a report. Again disabling SQL Prompt in BIDS is a work around
Custom Alias not incremented if used more than once
Hi
We have defined Custom Aliases for our tables, but if we use a table more than once in a query each subsequent tables alias does not get incremented:
SELECT *
FROM dbo.DimSectionFlat dsf
INNER J...