Unintended recursive call in SQL Server stored procedure
I have a table into which I have to insert data if a particular key is not present. I decided to write a stored procedure to insert data. What I want to do is:
Unintended recursive call in SQL Server stored procedure
I have a table into which I have to insert data if a particular key is not present. I decided to write a stored procedure to insert data. What I want to do is: