Netlinkaccess - All about Payroll Services and Accounting
*Home>>>Payroll Program

How do i configure my payroll program in SQL server 2000.?


I want to run my payroll program have a server, that why i choice an SQL server 2000.

Much too vague to answer, I'm afraid... Does your payroll program support SQL Server 2000? (Is this payroll program something you've bought? In which case what is it called? Or is it something you're writing?)

How does the payroll program connect to its database - ODBC? Are you just wanting the ODBC connec string? More details please and/or feel free to email me...
----

Got your email but can't reply as your email address hasn't been confirmed by Yahoo - please fix and we can correspond to help fix your problem.

Since we don't know which program do you run, I will state :
3 Typical settings for programs running on MS SQL server.
1. You must have installed and Patched (with last service pack) MS SQL server.
2. You must be sure that you can connect to MS SQL server from your workstation - typical example for this is using Query Analyzer to make sure that you can connect to master database. This means that you have set ted user name and password with rights for creation and drop database on server. Also you must check payroll program manual to see how its is connect to MS SQL and do it - typical example is trough ODBC (in this case you set ODBC connection string and check it to see if it works.Slow method) or trough native MS SQL connections (you must configure MS SQL Server and Client Network Utility.Faster method)
3. You must again read payroll manual and check how it uses MS SQL databases - typical example here is that in most cases you must manually create database for your program on server, using script, which you run trough Query Analyzer.
After you finished these steps you can start your payroll program and see if it work good - i.e., program can access her own database on MS SQL server and can fill and read data from it
Hope This help. Best Luck.

Tags
  Payroll Card   Payroll Tax   Payroll Accounting   Online Payroll   Adp Payroll   Payroll Program   Payroll Software   Payroll System   Payroll Processing   Payroll Services
Related information
  • What kind/ which program should I use to print payroll checks for a home based business?

    Office depot has pages for checks like the ones that come off of Quickbooks.

    ...
  • State that a program performs a sample payroll calculation (i.e., use text that helps to doc a prog ) in c#?

    Here is the C# adaption: using System; public class Payroll { public static void Main(string[] args) { // Prompt the user to input stuff Console.WriteLine("Enter an employee's ...

  • I want to maintain payroll in Tally 9 program , how can I ?

    Put the information in the Tally 9, and if it does work, take your Tallywhacker out and beat it.

    ...
  • How to make a program for payroll?

    you should use microsoft access.

    ...
  • How does a payroll draw program work?

    You set a specific draw amount, say $1000 a month, which would be $461.54 per paycheck if you pay every 2 weeks. When the employee's calculated commissions go over that after closing the mont...

  • Any one know where i can download a sage line 50 training program and also a sage payroll program?

    ...

  • How do you write a payroll program in c++ to calculate monthly,forthnightly &weekly empolyee salary?

    The quick answer is that you would know how to program in c++. I dont think most people would want to write that for you just to give an answer but you never know. Try using planetsourcecode an...

  • Need help adding to exsisting java code to modify a program. Please help!!?

    Didn't change up your program to terribly much, just added the extra Employee object at the end and slightly modified your original program to use it. import java.util.Scanner; public cl...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster