I using SQL Server 2000 and running SQLMetal to generate my Mappings.xml
and my DataContext code
This all works fine for CRUD to a table.
Now I need to use stored procedures to perform my CRUD to the table with the same structure.
I know how to do this using the nice designer in VS 2010 and to a SQL Server 2008, but how do you do this by hand with SQL Server 2000?