Viewing 5 posts - 1 through 6 (of 6 total)
Hi all,
It works now, I just had to fix the parenthesis (brackets?)
Thanks !
July 12, 2012 at 3:52 am
I dynamically built 3 different queries, one for the first, one for the second and one for the third and it worked fine
July 10, 2012 at 5:25 am
Thank you, I found it, to share it with people, here is the trick
Thank you all again 🙂
July 10, 2012 at 2:39 am
It didn't provide any results for the dynamically built query, but it was because I didn't specify the schema, once corrected, the query ran fine.
Still I am having an issue...
July 10, 2012 at 2:26 am
The problem I am facing is that I cannot use the output of the first query I am running :
select TABLE_NAME , COLUMN_NAME, DATA_TYPE, NUMERIC_PRECISION
from INFORMATION_SCHEMA.COLUMNS
in a second query, I...
July 9, 2012 at 6:35 am
Viewing 5 posts - 1 through 6 (of 6 total)