Quantcast
Channel: Answers for "How to edit the vendor form table"
Browsing latest articles
Browse All 2 View Live

Answer by RickD

SELECT * FROM dbo.schema_Vendor WHERE [Schema ID] = 61 For an update, this maybe?UPDATE dbo.schema_Vendor SET vendor = <yournewval> , name = <yournewval> , tablename = <yournewval>...

View Article



Answer by maneesh

It returns error like Msg 207, Level 16, State 1, Line 1 Invalid column name 'Schema ID'.

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images