Hi
Can any one help me to resolve this problem.
I am customising the SQL Query in to SQUIRREL.
I know that we can execute the stored procedure in SQL server:
EXEC sp_name
If i give the same in SQUIRREL:
EXEC is not key word.
I tried call also (begin and end also). It is not working. Can any one let me know this?