I have a c# program which I would like to execute on my boss's computer for him to try out. This program connects to sql server version 2008 R2. I created a setup installer for the program. I did it through the Setup Wizard and I took only the primary
output. I generated a script for all the sql schema and data, and I converted the sql server script to sql server 2008 since my boss has the version 2008 and I have version 2008 R2. I put the sql database on his computer from the scripts I generated and I
installed the program. The program works but I get an error every time I try to create an invoice which uses a user defined table type in the sql procedure. Everything else works fine. Would anyone be able to help me figure out what the problem could be?
Debra has a question