Regarding some Update Stored procedure
- by Serenity
I have two Tables as follows:-
Table1:-
-------------------------------------
PageID|Content|TitleID(FK)|LanguageID
-------------------------------------
1 |abc |101 |1
2 |xyz |102 |1
--------------------------------------
Table2:-
-------------------------…