I've got a view which is working very fast in SSMS (MS Sql Server) but working really slow in my web app. My ARITHABORT setting in the database is set to ON but I'm unsure whether this continues through to the web app.
Is there any way to set this in the view itself? I know there are other possible issues in the speed discrepancy between the SSMS and the web app but just want to give this a go (as many other people with the same issue say this resolves it).
By the way, I'm not a database admin and don't really have access rights. All I have is this view and the code for the bit of the web app I'm working on.