[help] BR/Jan/June server SQL problems.

Junior Spellweaver
Joined
Oct 16, 2008
Messages
103
Reaction score
1
Help? Why isn't this working? [error]

Code:
Msg 15007, Level 16, State 1, Line 2
'game' is not a valid login or you do not have permission.
Msg 1785, Level 16, State 0, Line 2
Introducing FOREIGN KEY constraint 'FK__RentCashS__CSSID__51DA19CB' on table 'RentCashSetShopPrice' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
Msg 1785, Level 16, State 0, Line 2
Introducing FOREIGN KEY constraint 'FK__RentCashSh__CSID__54B68676' on table 'RentCashShopPrice' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.
Msg 1750, Level 16, State 0, Line 2
Could not create constraint. See previous errors.
 
Back