Search code examples
What is the network protocol of SqlConnection...


sql.netsql-servernetworkingsqlconnection

Read More
System.Data.SqlClient.SqlException after CREATE/ALTER/PRINT...


c#.netsql-serverado.netsqlconnection

Read More
What does "Resetting the connection" mean? System.Data.SqlClient.SqlException (0x80131904)...


c#.netsql-serversqlconnectiondbup

Read More
What's the best method for using SqlCommand and SqlConnection objects in an ASP.NET project...


c#sql-serverado.netsqlconnectionsqlcommand

Read More
SQL Server deadlock when only inserting new rows without performing any selects...


sql-serversqlconnectiondatabase-deadlockssqltransaction

Read More
SQLConnection timeout on IIS and not locallly...


.net-coreiis-7.5sqlconnection

Read More
Update SQL table using C#...


c#sqlsql-updatesqlconnectionc#-datatable

Read More
Is it a good practice to close an SQL connection after catching an Exception?...


c#exceptionresourcessqlconnection

Read More
Get inserted ID back from SqlConnection.Execute stored procedure...


c#sql-server.net-coredappersqlconnection

Read More
SQL Timeout is longer than I set it...


c#sqlsql-server-2008timeoutsqlconnection

Read More
Keyword not supported: 'provider' when trying to open SQL connection...


c#sqlsqlconnection

Read More
How do I avoid "Access Violation" during asynchronous database connections?...


c#.net-coreado.nettask-parallel-librarysqlconnection

Read More
Declare a resource outside the using statement...


c#.netidisposablesqlconnectionusing-statement

Read More
Saving SqlConnection.InfoMessage to string in Entity Framework 6...


c#entity-framework-6sqlconnection

Read More
The DataSet result is always empty in C#...


c#stored-proceduresdatasetsqlconnectiondataadapter

Read More
How many concurrent statements does SqlConnection support...


c#sql-servermultithreadingsqlconnectionsqlcommand

Read More
How can I run two SQL commands with a single connection?...


c#sql-serversqlconnectionsqlcommand

Read More
How to handle exception without using try catch?...


c#exceptiontry-catchsqlconnection

Read More
Error when trying to open() sql server...


c#.netsql-serverwcfsqlconnection

Read More
Is it possible to create single SQL query for dozens of UPDATE statements? Should it increase perfor...


c#sqlsql-serversqlconnection

Read More
SQL Server Management Studio Ignores Windows Proxy for connection...


azureazure-sql-databasesqlconnectioncloud-sql-proxysql-server-2019

Read More
SQL data not showing two columns on site...


sqlasp-classicsqlconnection

Read More
Is SqlCommand.Dispose() required if associated SqlConnection will be disposed?...


c#ado.netdisposesqlconnectionsqlcommand

Read More
C# - How can I do MS SQL Server Connection?...


c#sqlconnection

Read More
SQL ERROR System.Collections.Generic.List`1[Dapper.SqlMapper+DapperRow]...


c#sqlconnection

Read More
Not allowed to change the 'ConnectionString' property. The connection's current state is...


asp.netsqlconnection

Read More
System.Data.SqlClient.SqlException: 'Incorrect syntax near '='.' on Datatable and ob...


c#sqlsyntax-errorsqlconnectionsqlcommand

Read More
Can you tell whats wrong with the SqlDataReader i returns "System.Data.SqlClient.SqlException: ...


c#ado.netsqldatareadersqlconnectionsqlcommand

Read More
Does SqlCommand.Dispose close the connection?...


.netgarbage-collectiondisposesqlconnectionsqlcommand

Read More
What is the proper way to ensure a SQL connection is closed when an exception is thrown?...


c#.netsqlsqlconnection

Read More
BackNext