Hello.
I have a database that has some column names with spaces and pound signs. Normally, in MSSQL, I would encapsulate these names in brackets like the following:
[My Funny Table#] INT NULL
Is there a way to allow non-standard characters in column names within your tool? If not, I'll need to rename my columns, which defeats the purpose of documenting.
Thanks,
David