Hi, I have create in API Express a model connected to Microsoft SQL Server, but when i test it give me a error. I have seen in SQL Server Profiler that api express send this select: ... FROM dbo.Table Name... It's incorrect, it should be: ... FROM dbo.[Table Name]... Please fix asap Regards