Gunz Database Error (Please Help)
Well I've gotten pretty far in making this damned thing. And now I've come across a problem. It has something to do with the Database >.>. The error reads this when i try and execute it.
Msg 15007, Level 16, State 1, Line 2
'game' is not a valid login or you do not have permission.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_adduserobject_vcs'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_setpropertybyid'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'dbo.dt_displayoaerror'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.
DarkSoulEdge
Re: Gunz Database Error (Please Help)
Bump i really need help please >_>!!!
Re: Gunz Database Error (Please Help)
just ignore it, everything will still run.
Re: Gunz Database Error (Please Help)
you sure because I can't even execute the damn DB >.>
Re: Gunz Database Error (Please Help)
Code:
'game' is not a valid login or you do not have permission.
Looks like the login failed - the rest of the errors will most likely disappear once you have the proper permissions, on the correct account.
Re: Gunz Database Error (Please Help)
A huh o.o.... permission as in Computer Account like administrator or something else @_@?
Re: Gunz Database Error (Please Help)
Quote:
Originally Posted by
darksouledge
you sure because I can't even execute the damn DB >.>
100% sure, max is just too lazy to include it in his tut.
Re: Gunz Database Error (Please Help)
Quote:
Originally Posted by
darksouledge
A huh o.o.... permission as in Computer Account like administrator or something else @_@?
As in, MSSQL database permissions.