Such a little thing... Thanks all =================== > > I wrote the tsql man page and it never occurred to me > that someone might not know to type "go" to issue the > query. But who says that's obvious? It should be > documented. And will be. > > Regards, > > --jkl > ================== Try: 1> use database_name 2> go 1> select * from table_name 2> go Jay Sauls