Link to home
Start Free TrialLog in
Avatar of mtnbuzz
mtnbuzz

asked on

T-SQL error Invalid object name 'dbo.company$Item.No.'.

I can see this table from QA & EM?  Why will it not allow me to INSERT INTO?
Avatar of BillAn1
BillAn1

is the table name company$item.No. ?
If it is, then enclose it in brackets, e.g. select * from [dbo].[company$item.No.] the dot in the name is misinterpreted
Avatar of mtnbuzz

ASKER

The exact table name is dbo.company$item  and the column is No.
ASKER CERTIFIED SOLUTION
Avatar of BillAn1
BillAn1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial