Posts
Sort by recent activity
Format SQL Option Error
When using the Format SQL Option I receive the below error
System.ApplicationException: Exception within progress task ---> System.InvalidCastException: Unable to cast COM object of type 'System.__...
Automatic Triggering not working
The automatic triggering is not working for column names with alias'
Eample:
SELECT * FROM DRLMulticompany.dbo.tbl_Orders AS os
INNER JOIN DRLMulticompany.dbo.tbl_order_details AS od
ON os.
At this...