Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

My c# application is passing drop command to redshift for removing one table. (DROP TABLE IF EXISTS TABLE1;).
I noticed the drop command is taking long time and never gets terminated.
Always showing the query status as Running...
I waited for 30 mins , but still the query is running.
Please suggest any useful solution.

Thanks
Ajit

What I have tried:

Running drop command from c# application stuck in redshift
Posted
Updated 4-Aug-16 2:42am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900