|
|||||||
| Site Support & Suggestions Spot a bug, or a Broken Link? Got a Suggestion for a new idea or feature on SPAWNPOINT? Post here! Let us know about it! |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) | ||||||||
|
SpawnPoint VIP
Hackers Caught: 60 |
when i pm, this is what i get:
Microsoft OLE DB Provider for SQL Server error '80040e2f' Cannot insert the value NULL into column 'isRead', table 'spawn.dbo.pgd_PMreceive'; column does not allow nulls. INSERT fails. /ASP/pmsend.asp, line 194
__________________
BULLET |
||||||||
|
|
|
|
|
#4 (permalink) | ||||||||
|
SpawnPoint VIP
Hackers Caught: 60 |
lol, thats good to hear sorta. is the error you guys recieve EXACTLY like the one i originally posted? reason i ask, is that was the guys in the back have a constant to work with and not just some random issue. makes things easy
__________________
BULLET |
||||||||
|
|
|
|
|
#8 (permalink) | ||||||||
|
SpawnPoint Elite
Hackers Caught: 28 |
Quote:
Use <dbname> sp_changedbowner '[new user not in db already]' --this will work & sp_helpdb will execute correctly 2) Then execute the same query using sa & it will work: Use <dbname> sp_changedbowner 'sa' --The dependent aliases were mapped to the new database owner. Database owner changed. Of course, you may not know which database has the problematic owner. Here's from a Microsoft Rep ([link=http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&newwindow=1&safe=off&selm=OKFdKJ9sDH A.4060%40TK2MSFTNGP11.phx.gbl]view thread[/link]): The database owner SID will become invalid if the owner's Windows account is deleted. This causes problems with sp_helpdb because of the NULL account name returned from SUSER_SNAME().. You can identify these problem databases with the script below and correct the problem by executing sp_changedbowner with a valid login. SELECT name FROM master..sysdatabases WHERE SUSER_SNAME(sid) IS NULL
__________________
When God keeps silent, we can make him say what we want.
|
||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wth is this error | BadReligion | [SP] Other Server Sessions | 3 | 05-03-2007 07:28 PM |
| theres an error | 1nfamous_fcuk | General Games Discussion | 3 | 03-14-2007 11:52 PM |
| minimizing error | KILLER_MIKEgunman3 | [SP] Counter-Strike Source Sessions | 4 | 10-18-2006 09:21 AM |
| server error | darkslugsgt | Ask a Tech | 1 | 09-29-2006 11:04 AM |
| Error message! | PBshooter | Report an Incident | 10 | 07-24-2006 11:14 PM |