Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

support sql cursors in Warehouse

add support for SQL Cursors, so that we can make better use of metadata / configuration / dynamic sql



Status: New
Comments
fbcideas_migusr
New Member
Status changed to: New
 
KevinFeit
Regular Visitor
I agree with this. Since Warehouse supports primary keys and foreign keys being able to use a cursor would be helpful. For example, looping through INFORMATION_SCHEMA.TABLE_CONSTRAINTS to find all the foreign keys and generate SQL to drop them avoids hard coding.