When saving document types, running usync import or manuallt rebuilding the databse nucache table we get a Sql timeout exception. System.Data.SqlClient.SqlException (0x80131904): Execution Timeout ...
I'm trying to create a named Test'1 database, the code below throws an exception but creates the database in server. Once the database is created, the code works fine: class Program { static void Main ...
Some time we need to pass a tabular form data to our database. one option is to using loop in Datatable and on every iteration we have to make a Database call. But this approach is not too good and ...