Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6115617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T15:06:44+00:00 2026-05-23T15:06:44+00:00

I have this big database table that tracks (currently in production), a persons medical

  • 0

I have this big database table that tracks (currently in production), a persons medical certification by: Date expires (exp), the company, if we have it on file and the location of a digital copy. We track in many (growing) categories such as CPR, CPR child, AED, Lifeguarding etc…

How do I make this easier to manage and how can I migrate existing data over? I’m coldfusion web app running SQL server 2008.

CREATE TABLE [dbo].[mod_StudentCertifications](
    [certificationID] [int] IDENTITY(1,1) NOT NULL,
    [profileID] [int] NOT NULL,
    [cprAdultExp] [datetime] NULL,
    [cprAdultcompany] [nvarchar](250) NULL,
    [cprAdultImage] [nvarchar](4000) NULL,
    [cprAdultOnFile] [bit] NULL,
    [cprInfantChildExp] [datetime] NULL,
    [cprInfantChildcompany] [nvarchar](250) NULL,
    [cprInfantChildImage] [nvarchar](4000) NULL,
    [cprInfantChildOnFile] [bit] NULL,
    [cprFPRExp] [datetime] NULL,
    [cprFPRcompany] [nvarchar](250) NULL,
    [cprFPRImage] [nvarchar](4000) NULL,
    [cprFPROnFile] [bit] NULL,
    [aedExp] [datetime] NULL,
    [aedcompany] [nvarchar](250) NULL,
    [aedImage] [nvarchar](4000) NULL,
    [aedOnFile] [bit] NULL,
    [firstAidExp] [datetime] NULL,
    [firstAidcompany] [nvarchar](250) NULL,
    [firstAidImage] [nvarchar](4000) NULL,
    [firstAidOnFile] [bit] NULL,
    [emtExp] [datetime] NULL,
    [emtcompany] [nvarchar](250) NULL,
    [emtImage] [nvarchar](4000) NULL,
    [emtOnFile] [bit] NULL,
    [waterSafetyInstructionExp] [datetime] NULL,
    [waterSafetyInstructioncompany] [nvarchar](250) NULL,
    [waterSafetyInstructionImage] [nvarchar](4000) NULL,
    [waterSafetyInstructionOnFile] [bit] NULL,
    [bloodPathogensExp] [datetime] NULL,
    [bloodPathogenscompany] [nvarchar](250) NULL,
    [bloodPathogensImage] [nvarchar](4000) NULL,
    [bloodPathogensOnFile] [bit] NULL,
    [oxygenAdminExp] [datetime] NULL,
    [oxygenAdmincompany] [nvarchar](250) NULL,
    [oxygenAdminImage] [nvarchar](4000) NULL,
    [oxygenAdminOnFile] [bit] NULL,
    [lifegaurdingExp] [datetime] NULL,
    [lifegaurdingcompany] [nvarchar](250) NULL,
    [lifegaurdingImage] [nvarchar](4000) NULL,
    [lifegaurdingOnFile] [bit] NULL,
    [wildernessResponderExp] [datetime] NULL,
    [wildernessResponderCompany] [nvarchar](250) NULL,
    [wildernessResponderImage] [nvarchar](4000) NULL,
    [wildernessResponderOnFile] [bit] NULL,
    [certNotes] [nvarchar](4000) NULL,
    [isActive] [bit] NULL,
    [certClassRegistered] [bit] NULL,
    [lifeguardInstrcutorExp] [datetime] NULL,
    [lifeguardInstrcutorCompany] [nvarchar](250) NULL,
    [lifeguardInstrcutorImage] [nvarchar](4000) NULL,
    [lifeguardInstrcutorOnFile] [bit] NULL
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T15:06:45+00:00Added an answer on May 23, 2026 at 3:06 pm

    Notice how all of your certifications have the same repeating columns of information: Expiration, Company, Image, OnFile? That’s a big clue that you’re in need of further normalization of your design.

    In a perfect world (one where you’re able to make schema changes), I’d create a generic student/certification table, with those common elements as columns, a foreign key to another table that enumerates the certificates (Water Safety, Wilderness, etc.) and another foreign key linking the students to those certifications. Something like:

    enter image description here

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this big database table that contains 12 medical ceritifcations, expiration dates, links
so I have this HTML table with a bunch of big numbers in it
I have a script that loads big images into the body in this fashion
I have a var that contains a big list of words (millions) in this
Suppose I have a big database, about 800 tables. In this database there is
Hi I have one big problem with one MYSQL search. My database TABLE looks
I have a big table in my database with a lot of words from
I am having this big database on one MSSQL server that contains data indexed
I have a database table that contains Swedish/Norwegian strings. When I query some data,
I'm currently working with MS SQL 2005, and have a table that has 17

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.