Welcome to Forums Sign in | Join | Help | Forums
in Search





Make the world a better place.

Browse by Tags

SQL (RSS)
  • SQL Queries for Patron Edge, Part III

    This is my final entry in the series on SQL queries for Patron Edge. Today let’s take a look at the access control tables, so we can do some cool stuff with barcode scanning results: select * from Barcodes_Log inner join Barcodes on Barcodes.brtSourceCode = Barcodes_Log.brtlCrossRefID and Barcodes.brtSourceTable...
    Posted to Weblog by Nicholai Burton on 11-18-2009
  • SQL Queries for Patron Edge, Part II

    Continuing on yesterday’s theme, here are a few more tables and joins to do with what you will. We’ll start with the SubsStaticReport table this time, which is a data warehouse table that contains all of your subscriptions and memberships. select * from SubsStaticReport inner join Clients on Clients...
    Posted to Weblog by Nicholai Burton on 11-13-2009
  • SQL Queries for Patron Edge, Part I

    While giving a session at the Museum Computer Network conference on extracting data from a Patron Edge database, one of the attendees suggested creating a handful of sample queries. The idea is that with some samples showing the important table joins, users can run with them, expand on them, or even...
    Posted to Weblog by Nicholai Burton on 11-11-2009
  • Unable to connect Native Error: 17

    Windows Server 2008 has been out for a while and it’s easier to move your Blackbaud product(s) to a new server than to continue maintaining the old server. After moving to a new server some of you may have trouble connecting your Blackbaud application to the new SQL Server. Workstations may get the error...
    Posted to Weblog by Daniel Pauley on 10-22-2009
Page 1 of 1 (4 items)