Viewing 5 posts - 31 through 35 (of 35 total)
I was pretty sure what the types were, but ran this to make sure.
SELECT * FROM tempdb.INFORMATION_SCHEMA.COLUMNS WHERE OBJECT_ID('tempdb..' + table_name)=OBJECT_ID('tempdb..#temp')
May 10, 2013 at 8:56 am
I was also confused about the explanation. Even though I got it correct, I first thought it would fail.
May 9, 2013 at 8:29 am
didn't run for me either, must be something with the versions of sql.
April 17, 2013 at 10:17 am
If you add in your original query in the where statement 'And EZACDT <> 0' if it will work. If the MO's don't get closed you will have 0...
March 20, 2013 at 7:35 am
I am also curious why the removal of those security updates had anything to do with this. Its obvious to me that you are accessing Lawson tables. since EZACDT...
March 19, 2013 at 11:14 am
Viewing 5 posts - 31 through 35 (of 35 total)