Quote:
Originally Posted by MajinNick
(First of all: Thanks for your support :) )
Ok seems logical... umm I rightclicked it and it showed me something like:
COLUMN NAME | DATA TYPE | ALLOW NULLS
RowID............| Int............|(Box)
UserUID............| Int............|(Box)
UserID............| varchar(18)............|(Box)
Pw............| varchar(12)............|(Box)
And so on. I'm not sure what to do with these files. If I just click the dbo.Users_Master it expands and in there are files like "Columns", "Keys", "Constraints" etc.
|
well this is ... just use your brain.exe lol it says something about identity of RowID column ... cmon ..
what you gotta do is go into design mode for users_master , click on Row ID clomun then look at the botom in column properties , press + to identity specification then (is identity ) = no. You may now let it allow nulls . But you'll have to do the same thing with UserUID , but next to (is identity ) it should be yes and leave the other things under it as default .
If you still cant make it to work there is a script on forrums that can solve the problem , you wanna have to use the search function tho , cauz what i just explained can be found easily