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
Server 2003 Shutdown without Login
Setting up VPN tunnel on a Fortinet 50a
BackupExec Problems Creating BackupToDisk folder on Buffalo Terastation Pro
DOS Batch Turnkey system for Win95
AutoCAD 2011 install cannot find pit.config and fails
msoutlook 2007 data file do not compress
Outlook business Card
Windows Authentication with User and Roles management in SQL Server
Screen Printing / Art Department Resource Scheduling and Organization
Delete rows in each txt file that matches full or partially. Whose names are mentioned in another txt file.