Activity overview
Latest activity by zeffi
I forgot to include the versions I use:
SQL Prompt: 7.0.0.62
SSMS: 12.0.2000.8
OS: 6.1.7601
best regards
Stefan / comments
I forgot to include the versions I use:
SQL Prompt: 7.0.0.62
SSMS: 12.0.2000.8
OS: 6.1.7601
best regards
Stefan
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...