|
njax
Starting Member
USA
2 Posts |
Posted - 12/10/2012 : 12:40:33
|
Hello,
My boss has asked me to pull reports from an sql database which came from our vendor. I am in NO WAY AN SQL PERSON (I'm the only IT guy in house).
I've gotten as far as getting the DB open in SQL Server Management Studio. And I've used some generic queries like select * FROM dbo.customers (customers appears to be the "master" table as best I can tell).
THe table contains values which appear to have relationships to other tables (for example a column named celltype has a value of 1 or 2, but if you look in the celltype table, there I see the 1 and 2 but they are associated with real values such as 1=personal 2=business). So I need those values to print.
Any help would be appreciated ..I'M OUT OF MY LEAGUE here..
Thanks. |
|