When I run the normal script in the query analyzer I get:
Server: Msg 512, Level 16, State 1, Line 21
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
(0 row(s) affected)
(0 row(s) affected)
Server: Msg 547, Level 16, State 1, Line 32
DELETE statement conflicted with COLUMN REFERENCE constraint 'FK__aspnet_Me__UserI__76D69450'. The conflict occurred in database 'NukeSqlServer', table 'aspnet_Membership', column 'UserId'.
The statement has been terminated.
Server: Msg 512, Level 16, State 1, Line 21
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
(0 row(s) affected)
(0 row(s) affected)
Server: Msg 547, Level 16, State 1, Line 32
DELETE statement conflicted with COLUMN REFERENCE constraint 'FK__aspnet_Me__UserI__76D69450'. The conflict occurred in database 'NukeSqlServer', table 'aspnet_Membership', column 'UserId'.
The statement has been terminated.
Does someone have another option for me to solve this problem?
BarrierMan
Member
95 Points
19 Posts
Betreft: Re: User Accounts is currently unavailable
Aug 21, 2005 09:03 AM|LINK
Server: Msg 512, Level 16, State 1, Line 21
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
(0 row(s) affected)
(0 row(s) affected)
Server: Msg 547, Level 16, State 1, Line 32
DELETE statement conflicted with COLUMN REFERENCE constraint 'FK__aspnet_Me__UserI__76D69450'. The conflict occurred in database 'NukeSqlServer', table 'aspnet_Membership', column 'UserId'.
The statement has been terminated.
Server: Msg 512, Level 16, State 1, Line 21
Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, <, <= , >, >= or when the subquery is used as an expression.
The statement has been terminated.
(0 row(s) affected)
(0 row(s) affected)
Server: Msg 547, Level 16, State 1, Line 32
DELETE statement conflicted with COLUMN REFERENCE constraint 'FK__aspnet_Me__UserI__76D69450'. The conflict occurred in database 'NukeSqlServer', table 'aspnet_Membership', column 'UserId'.
The statement has been terminated.
Does someone have another option for me to solve this problem?