Use custom-built .NET Framework 4.0 classes to connect an ASP.NET Web application to a SQL Server 2012 database. In my recent article, I showed how to connect .NET 4.0 C# and Visual Basic applications ...
The SQL server is on a shared hosting provider, so I suspect I would not be able to attach a profiler to the sql server database (admin rights needed?). I do not have debug access to the sql server ...
My tinkering with ASP.NET got me to wondering if you can do named parameters directly in SQL from within classic ASP/ADO. I can't seem to get it to work, it seems to ...