Posts
Sort by recent activity
BUG: INSERT auto-fill doesn't find all columns
If the userdefined datatype of a column has the same name as a table in the database, the autofill of INSERT columns doesn't find these columns:
CREATE TYPE [dbo].[Anvandare] FROM [VARCHAR](16) NOT...