views:

9

answers:

0

I ran the aspnet_regsql application with the option -sqlexportonly to create one file with all the create scripts combined. If I run this file on a normally attached SQL Express database it seems to run, but I get a few warnings:

Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.

Should I worry about this? and how to solve this problem ?