tsql - PrepareTableForFaking cannot remove Index -


(full disclosure, while i'm experienced .net dev, t-sql still new me.)

i'm trying implement tsqlt on massive db, 10 years of data, , i'm running roadblock after roadblock.

first, schemabinding problem, lead me here: http://tech.4pi.si/2015/01/tsqlt-faketable-fails-with-error-cannot.html

now that's in place, error i'm getting is:

(error) cannot drop index 'indexname', because not exist or not have permission. 

i have confirmed index exist, , i'm have permissions local instance, next lead me think might similar this: an explicit drop index not allowed when constraint dropped

do of know of solution faking schema-bound tables? possible make work? sol?

thanks.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -