Ok in MSAccess I can send an SQL string to a server I'm connected to and as I understand it that string can contain anything.<BR><BR>Basically it would behave as if I was connected to the server ...
So it came up that several of our devs are writing their TSQL entirely in code using ADO.NET and submitting their queries that way.<BR><BR>Initially the idea was sprocs for all inserts, updates, etc..