Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

isql and unix - killing a query

Status
Not open for further replies.

Chrissirhc

Programmer
Joined
May 20, 2000
Messages
926
Location
GB
Hi,

When running isql on unix to connect to a Sybase database I ran a query select * from TABLE. Because the table was large the query was taking ages...

Is there anything I can do kill the query without impacting anything?

Thanks,

Chris
 
Just kill the isql process. If it's just a select this will cause no problems.

Greg.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top