Two common errors done while writing the SqlDataProvider SQL for Dotnet Nuke Modules are
1. Not saving the file that contains SqlDataProvider SQL codes in the correct format. A quick trick is to open the files in NotePad and save them as "Unicode".
2. Not putting atleast 2 line breaks after each GO statement in the SQLDataProvider SQL code.
Hope this helps.