INSERT INTO sql server error : invalid object name
- by thormayer
I have a problem with some statement on SQL SERVER
the error I get is that I have an invalid object name 'TBL_VIDEOS'
INSERT INTO TBL_VIDEOS (
TBL_VIDEOS.ID,
TBL_VIDEOS.TITLE,
TBL_VIDEOS.V_DESCRIPTION,
TBL_VIDEOS.UPLOAD_DATE,
TBL_VIDEOS.V_VIEWS,
TBL_VIDEOS.USERNAME,
TBL_VIDEOS.RATING,
TBL_VIDEOS.V_SOURCE,
TBL_VIDEOS.FLAG
) …