Click here to Skip to main content
16,020,459 members

Comments by MURALIBALA1991 (Top 6 by date)

MURALIBALA1991 7-May-13 7:22am View    
Use this query
ALTER DATABASE DatabaseName
SET RECURSIVE_TRIGGERS ON
MURALIBALA1991 3-May-13 3:01am View    
ya thank you for your link...my problem cleared..thank you so much.
MURALIBALA1991 22-Dec-12 7:24am View    
I have more than 20 parameter means i set DBNull Vaule for corresponding parameter.output also come also code will large so how can i set default null in stored procedure for parameter .
MURALIBALA1991 22-Dec-12 7:13am View    
use this formula
IF TOTALPAGECOUNT > 1
THEN
IF TOTALPAGECOUNT <> PAGENUMBER
THEN "CONTINUE"
ELSE ""
MURALIBALA1991 25-Oct-12 9:12am View    
ya thanks for your reply....