Microsoft
Software
Hardware
Network
Question : MSSQL proble with insert statement - query will not compile
all the Radactive_ILoad_Images table and fields have red lines under them and inavailed object tags. this same script work one time, but now I cannot compile it in the query
-----------------------
INSERT INTO [CustomerImages] ([ImageID],[EquipmentID], [ImageData], MIMEType)
SELECT DISTINCT Equipment.[UserId], Equipment.[EquipmentID], [ImageBytes],[MIMEType]
FROM Equipment, [Radactive_ILoad_Images], [Example_E_204__Records]
WHERE Equipment.ID = (SELECT MAX(ID) FROM Equipment)
AND [ConfigurationInternalCode
] = 'Ex_E_204_ILoad1'
AND ResizeInternalCode = 'Thumb1' AND ImageId = (SELECT MAX(ImageId) FROM Radactive_ILoad_Images)
Answer : MSSQL proble with insert statement - query will not compile
this means that THAT object name does not exist (any longer?) or the login does not have permissions to it.
please double (aka triple)- check the table names, resp the db you are connected to.
Random Solutions
How do I use a static page for Joomla's Home Page?
Replacing Keyboard on Toshiba Portege A600
perl OpenOffice::OODoc need to get and add tekst into a given frame
SQL Statement. Copy and paste characters from cell into another in same record
I need a website done for my company
Move Mailbox Powershell Script (sending Welcome e-mail HTML format)
Installing PHP XP (IIS 5.1)
VBscript Help for a Newbie trying to pull AD Computer Info into Excel 2007
How to separate multiple email accounts into different data files in Outlook 2010
Master Page Layout problem