I have a desktop application that uses Sql user instancing. This is my connection string: \"Data Source=.\\SqlExpress;
I receive an SqlException when running the following code. \"Procedure or function \'usp_Search\' expects parameter \'@pxmlSearchOutput\', which was not supplied.\"
Is there any official write-up what forms can Data Source field take in sql server connection string? I\'m aware of following forms:
Is there a hook somewhere within Linq to SQL that would allow me to manually modify a command before it is sent to the database?
I have an application which would read data from SQL and send it via WCF to a client app, in a manner similar to this: