launch the (SQL Server Management Studio) icon as administrator then Login in sqlserver in admin account "Godz" database55 for the password then
PS_UserData>Tables>dbo.User_Master
design
"Setprimarykey" the UserUID column name then the
Code:
identity specification yes
(is identity) yes
identity increment 1
identity seed 1
then save,..
Code:
Saving changes is not permitted. the changes you have made require the following table to be dropped and re-created. you have either make changes to a table that cant be re-created or enabled the option prevent saving that require the table to be re-created.
User_Master
save text file...
if i cancel
Code:
Microsoft SQL server management studio
User canceled out of save dialog
(MS visual database tools)
how to fix this???
and what .netframework need to install in my system?
thanks for advance