Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Need Data From SQL Database

Author  Topic 

njax
Starting Member

2 Posts

Posted - 2012-12-10 : 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.

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2012-12-10 : 12:51:01
Put your question in this format:
http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx
Go to Top of Page

njax
Starting Member

2 Posts

Posted - 2012-12-10 : 13:33:26
Thanks. Got an answer on another website.
Go to Top of Page
   

- Advertisement -