shapper
Constraint Violating Yak Guru
450 Posts |
Posted - 2008-09-30 : 20:40:45
|
Hello,I got the full script to create the ASP.NET Membership tables.When I run the scripts on my table I get the following:---------------------------------------Starting execution of InstallCommon.SQL---------------------------------------(310 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.(1 row(s) affected)(1 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.----------------------------------------Completed execution of InstallCommon.SQL-----------------------------------------------------------------------------------Starting execution of InstallMembership.SQL-------------------------------------------Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.(1 row(s) affected)(1 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.--------------------------------------------Completed execution of InstallMembership.SQL--------------------------------------------------------------------------------------------Starting execution of InstallProfile.SQL------------------------------------------------Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.(1 row(s) affected)(1 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.-------------------------------------------------Completed execution of InstallProfile.SQL---------------------------------------------------------------------------------------Starting execution of InstallRoles.SQL--------------------------------------Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.(1 row(s) affected)(1 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.---------------------------------------Completed execution of InstallRoles.SQL---------------------------------------------------------------------------------------Starting execution of InstallPersonalization.SQL------------------------------------------------Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.(1 row(s) affected)(1 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.-------------------------------------------------Completed execution of InstallPersonalization.SQL-----------------------------------------------------------------------------------------------------Starting execution of InstallWebEventSqlProvider.SQL----------------------------------------------------Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.(1 row(s) affected)(1 row(s) affected)Cannot grant, deny, or revoke permissions to sa, dbo, entity owner, information_schema, sys, or yourself.-----------------------------------------------------Completed execution of InstallWebEventSqlProvider.SQL-----------------------------------------------------If I run the scripts on aspnetdb table it works fine.Does anyone knows what is wrong?Thanks,Miguel |
|