I used the C:\DotNetNuke\DesktopModules\Survey\Providers\DataProviders\SqlDataProvider script (since there was only one).
Following the documentation I did a Find/Replace on "{databaseOwner}{objectQualifier}" and replaced them with "", however the script would still not run. I discovered that there are also "PK_{objectQualifier}" references that were breaking the script. So, do another find/replace of "{objectQualifier}" with "".
Everything runs fine after making the additional modification.
I wanted to post this here so other n00bs like myself won't be lost on the same thing. Perhaps it would be helpful to include the PK_{objectQualifier} removal step on the tutorial as well.
Thanks.
Blessings,
~A~