What is the syntax for INTERSECTION Function in SQL server 2000?

I tried the following syntax, but it is not working

select <column_name> from <table_name1>
intersect
select <column_name>...