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
Transition or Restructure 2003 to 2008 R2 AD? Migrate Exchange 2003 or just move to 2010?
2008 query in 2000
access 2k7 split DB with Runtime frontend
Moved a Dolpin 7 website to a new server and I get an error message.
Netlogon Service stopped on SBS2003
Best use of a SATA 6g/s hard drive?
How to copy a new copy of MS Access when the mdb is open
Windows XP Pro SP3 Host File Entry Not Working
Export to KML script for Windows 7
Visual Studio 2008 Threading Window