Hi All,
I have 2 tables- Master and Child. Master table has primary key and Child has foreign key.
There is one Application A which performs insert/update/delete oin these tables.
And Application B which uses Views to read from Master , Child and some othere tables.
Now I am facing sometimes timeout Errors and sometimes Deadlock Errors at Application A level.
Request you to help in this regards, so that both the Application A and B can perform simultaneusly.
I have 2 tables- Master and Child. Master table has primary key and Child has foreign key.
There is one Application A which performs insert/update/delete oin these tables.
And Application B which uses Views to read from Master , Child and some othere tables.
Now I am facing sometimes timeout Errors and sometimes Deadlock Errors at Application A level.
Request you to help in this regards, so that both the Application A and B can perform simultaneusly.