I am using Sybase and I am doing a select which returns me a column called “iftype”, but its type is int and I need to convert into varchar....
Cannot insert explicit value for identity column in table ‘table’ when IDENTITY_INSERT is set to OFF
I have the below error when I execute the following script. What is the error about, and how it can be resolved? Insert table(OperationID,OpDescription,FilterID) values (20,'Hierachy Update',1) Error: Server:...