hmm.. works ok for meran this in SSMS on sql server 2005 standard versioncreate database test1gouse test1gocreate table t1 (col1 int, col2 int, col3 varchar(10))insert into t1select 1, 2, 'name 1' union allselect 3, 4, 'name 2' union allselect 5, 6, 'name 3' union allselect 7, 8, 'name 4'select col1, col2, * from t1gouse masterdrop database test1
_______________________________________________Causing trouble since 1980blog: http://weblogs.sqlteam.com/mladenp