Viewing 2 posts - 1 through 3 (of 3 total)
Nice ! I'll note it
thx 😉
August 26, 2008 at 6:33 am
#863073
Hi
I found a solution ,perhaps not the perfect one 🙂 but it works now.
I change :
SELECT TABLE_NAME
FROM INFORMATION_SCHEMA.TABLES
into
SELECT TABLE_SCHEMA+'.'+TABLE_NAME
August 26, 2008 at 6:22 am
#863057