Click here to Skip to main content
15,897,371 members

Comments by Adersh Ram (Top 27 by date)

Adersh Ram 10-Feb-14 13:47pm View    
I apologies you for my confusing question.

Yes, my plan is converting the query from the execution plan xml data. I couldn't find any other way to do that.

Is there any other better way to do this conversion?

Thank,
Ram
Adersh Ram 10-Feb-14 12:45pm View    
Hi Dave,

Thanks for your response.

Yes i know. I can open the file in a Text editor.....

Actually i am working on a Custom Tool that converts the SQL query with different syntax for another Application. Please look below sample query.

SELECT @SELECT:Employee.ID:ID@,
@SELECT:Employee.LAST_NAME:LAST_NAME@
FROM Employee
WHERE
@WHERE:SECURITY:RESOURCE:Employee.ID@ = 1

The tool convert a SQL query like above syntax. Need to extract the sql query, to know the Columns, table, where conditions for generation above query. I was thinking about the execution plan xml file. I know all the table and conditions and select details available in the execution plans.

Whats your thoughts?

Thanks,
Ram
Adersh Ram 16-May-13 3:57am View    
Thanks for your reply..

That means we wont make any changes in existing program, install directly into cloud server ?
Adersh Ram 5-Jan-13 5:11am View    
Thanks Abhi
Adersh Ram 5-Jan-13 5:10am View    
Thanks for share it