Viewing post 46 (of 46 total)
this is the Tsql i was using
SELECT [Column 1], [Datatime],[Column 2] , [Column 3]
FROM [test].[dbo].[upload] S
WHERE NOT EXISTS (SELECT *
FROM [test].[dbo].[upload] ...
July 5, 2012 at 4:28 am
#1509012