Forum Replies Created

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

  • RE: Did Oracle buy MySQL by accident?

    Oracle will do the same to MySQL as IBM did to Lotus, as Microsoft did to Foxpro, etc. That is, let it die, or worse -- remember that MS...

  • RE: Loop Through every table in a DB

    What's wrong with declaring a cursor?

    -------------------------------------------------------

    set ANSI_NULLS ON

    set QUOTED_IDENTIFIER ON

    go

    ALTER procedure [dbo].[spTableStats] as

    /* ---------------------------------------------------------------------------------------------------------

    This code, for the current database, lists info about each of its tables:

    name, row count, column count,...

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