Click here to Skip to main content
15,886,199 members

Comments by Varsha Ramnani (Top 34 by date)

Varsha Ramnani 30-Apr-14 10:45am View    
Can you give sample of the output you need..
Varsha Ramnani 15-Apr-14 11:47am View    
why are you using linking condition of booking_id in join as well as in where ... you don't need to do that condition check in where clause
Varsha Ramnani 1-Apr-14 5:44am View    
you can use temptable to store the result of this query and then use sum(PercentageColumn) and Union
Varsha Ramnani 27-Mar-14 23:58pm View    
You are right those things are required if we access Key for Local Machine but I am using Key for Current User and I can edit the keys manually from regedit so I don't think it is the issue with UAC.
Varsha Ramnani 27-Mar-14 4:43am View    
I have Already checked for Existing entry in the code so that is not the issue.
As for insufficient rights I don't think that is a issue as well because when i run the code in visual studio with the same profile it runs properly and when I run the exe from the project debug it throws this "unauthorized operation" error.

HKey_Current_User does not need any special access rights.