Viewing post 1 (of 2 total)
I don't have AdventureWorks installed on this server. I created a simple package that extracted FirstName and LastName from a table created by:
create table temp.Names (FirstName varchar(30), LastName varchar(30))
Below are...
May 22, 2006 at 10:50 am
#639325