Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Calculating disk space please!!!!

    --what DBs not to include in searched criteria

    select name

    into #db

    from master..sysdatabases

    where name not in ('master','tempdb','model','msdb')

    --#tB base...

Viewing post 1 (of 1 total)