Trying to understand SQL Server Table Information for Ratings
Hi All,
Good Morning ?
I am working on the nightly backup in SQL SERVER for collecting ratings of all the constituents. Here is example of one record in the RE NXT database view.

These are the different categories that we use in our system. I am trying to gather this ratings information from the back up file that we restored in SQL SERVER. After doing some searching I was able to find the category information in the TABLEENTRIES and here is how it looks like

Unfortunately I was not able to locate the table that contains the values for these categories. Does anyone have any suggestions?
thanks!
Comments
-
@Venky Immadisetty
the database tables you want to look into are:- PROSPECT
- id links to RATINGS.prospect_id - this is a ONE-to-MANY relationship
- constit_id links to RECORDS.id - this is a ONE-to-ONE relationship
- RATINGS
- category_code (integer, links to TABLEENTRIES.tableentriesid to see the longdeescription of what the rating category is)
- category_id (integer, links to PR_CATEGORIES.id for Blackbaud pre-defined category)
- check the text, source, or tableentry for values that is the value (if checking source or tableentry, you need to link to TABLEENTRIES.tableentriesid to see the longdescription
2 - PROSPECT
-
As a suggestion, if you are going to do work with the backup using direct SQL, you will benefits from reading the RE Database Schema help file.
3 -
@Alex Wong
Thanks Alex. This is helpful. I was looking at the RE Database Schema after you mentioned in the below post.For some reason, while I was working on these ratings, I was confused.
thanks again for your help1
Categories
- All Categories
- 6 Blackbaud Community Help
- 209 bbcon®
- 1.4K Blackbaud Altru®
- 395 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 648 Blackbaud Grantmaking™
- 567 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 937 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.5K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 247 ResearchPoint™
- 118 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 239 The Tap (Just for Fun)
- 33 Blackbaud Community Challenges
- 31 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 782 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
