Viewing post 1 (of 1 total)
So, I had the AdventureWorks2008R2 database installed.
What i did instead of selecting the Persons.Contact Table, is:
Chose SQL Command
and Joined the 2 Tables that have the information as such:
USE AdventureWorks2008R2
SELECT P.FirstName,...
June 10, 2015 at 3:24 pm
#1804523