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
 Can I use SQL Server for the following?

Author  Topic 

pokerace
Starting Member

4 Posts

Posted - 2008-01-08 : 10:07:57
I would like to create a database that can capture the following:

1. Track time worked for people with disabilities. This time is different then what normal payroll programs track because some people get paid minimum wage, some receive sub minimum wage, and some receive a piece rate. The system would need to be able to track start and stop times per person per day for various jobs and activities.

2. Employees would need to be able to enter this data on a daily basis from their workstations and have the possibility of using a windows handheld units to record the data and then synch it into the database.

Can I do this with SQL server?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2008-01-08 : 10:11:59
You can use SQL Server as a back end for storing this data.
Go to Top of Page

jackv
Master Smack Fu Yak Hacker

2179 Posts

Posted - 2008-01-09 : 04:40:45
You might also want to think about a front end app whereby the users can enter the data which will connect to the database

Jack Vamvas
--------------------
Search IT jobs from multiple sources- http://www.ITjobfeed.com
Go to Top of Page
   

- Advertisement -