Viewing 2 posts - 1 through 2 (of 2 total)
thanks to respond. I detail a little but what attempt to do.
I create two cursors, first it passed the name of the tables
DECLARE Tablas_cursor CURSOR FOR
SELECT TABLE_NAME From INFORMATION_SCHEMA.TABLES
WHERE...
December 20, 2007 at 5:47 pm
#761961
thanks beforehand, I explain myself better.
Attempt to pass parametro in consultations in section FROM
for example:
SELECT campo1,campo2 FROM @TTABLA ORDER BY campo1
but it says to me that the object does not...
December 20, 2007 at 4:25 pm
#761951