Forum Replies Created

Viewing 2 posts - 1 through 3 (of 3 total)

  • RE: Reindex question

    Nice ! I'll note it

    thx 😉

  • RE: Reindex question

    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

    FROM INFORMATION_SCHEMA.TABLES

Viewing 2 posts - 1 through 3 (of 3 total)