how to troubleshoot sql server issues
- by joe
i have an ASP .net application with sql server database, and i am wondering if you can give your ideas on how to troubleshoot the following issue:
i can insert / update / delete from any table, but i have one page that uses transactions to insert into different tables. the c# code is correct and very simple, but it fails.
i used the sql profiler…