SQL Server permissions may be causing this problem. If you created the table using EM as, say, the su user, and then connect from php as a different user you may not be able to see the table. If that's the case use EM to set the permissions on the table to allow your code to get to the table.