Viewing 15 posts - 16 through 30 (of 37 total)
[font="Times New Roman"]
Hello Marry,
Pease understand if i wrote SP to avoid SQL Injection then obviously i would not any ad-hoc query within SP.
Regards,
Anil
[/font]
July 7, 2011 at 6:22 am
[font="Times New Roman"]
Thanx a bunch my friend.
[/font]
July 7, 2011 at 2:48 am
[font="Times New Roman"]
I checked that link. Nice to read from it.
Regards,
Anil
[/font]
July 7, 2011 at 2:30 am
[font="Times New Roman"]
Its means when we pass diffrent values to input parameter, execution plan for SP is reused.
I am a bit confused. Can you please explain it in detail?
Regards,
Anil
[/font]
July 7, 2011 at 2:21 am
[font="Times New Roman"]
Thank you my friend, let me chack it.
Regards,
Anil
[/font]
July 7, 2011 at 2:06 am
[font="Times New Roman"]
Hi,
Store procedures are not compiled every time. Usually execution plan for store procedure is reused.
When there are some changes in input parameters or underlying table from which SP...
July 7, 2011 at 2:00 am
[font="Times New Roman"]
If recovery model for database is Full you should first take tail log backup before restoring. It will ensure that the modications that are not included in...
July 7, 2011 at 12:30 am
[font="Times New Roman"]
Hi,
Full back up the baseline backup meaning full back up should be taken before diffrential backup and transaction log backup.
Once you have restored full backup in Norecovery mode...
July 6, 2011 at 11:14 pm
[font="Times New Roman"]
As far as my knowledge is concerned, it happens in that way. Please come forward and add few valuable and concrete facts.
Regards,
Anil
[/font]
July 6, 2011 at 9:57 pm
[font="Times New Roman"]
Followed by Muthukkumaran's reply
Restore a full backup with norecovery on 6/22/11 +
Restore a Differential backup with recovery on 6/25/11 if you don't have log back up
...
July 6, 2011 at 6:33 am
[font="Times New Roman"]
Hi,
After configuring transaction replication, Just reitinilize the publication on which merge replication is being implemented and check whether it works.
i hope it will.
Regards,
Anil Kumar
[/font]
July 6, 2011 at 6:25 am
[font="Times New Roman"]
Hi,
You might be aware that all modications made to data are recorded in the transaction log file for recovery purpose. Log back up copy these modifications from ...
July 6, 2011 at 6:07 am
Viewing 15 posts - 16 through 30 (of 37 total)