ok, found you need to create a passthrough query with an embeded connection string.
In the query you write
Code:
EXEC sp_stored_procedure
And then it will grind your application to a halt, even just trying to navigate around in 'develop' mode will have your db locking up, egg timing and basically stopping you from being able to work.
I don't understand, i was told SP's were fast and much better, why has it killed my application?