Browse by Tags

All Tags » C# (RSS)

SSAS Stored Procedures - connecting to the transactional data source

There are often circumstances where an SSAS stored procedure needs to connect to the transactional database to perform a query. This is certainly the case in a near-real-time OLAP solution where the cube sits directly on top of the application database...
Posted by DrJohn | with no comments
Filed under: ,

Converting C# to VB.NET for use in SSIS

If you much prefer C# over VB.NET but are forced to use VB.NET as that is the only language supported by SSIS, you will love the tool I discovered. Some cool guys over at DeveloperFusion have created an on-line C# to VB.NET convertor which makes the transition...
Posted by DrJohn | 2 comment(s)
Filed under: ,