Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
hi ,as the title ,How do I get field comments in sqlserver tables
and I tried the method in the picture but it didn't work
Hi @chenzhuang111
Have you verified you can connect to the db from ThingWorx? Does the db user have access to the table you're trying to access? Are you able to run any query? Try this one:
select @@version
You should also check to validate the db user account isn't locked.
Regards.
--Sharon