If I understand your question you are asking what a JOB is in say Sql Server 2000? A job, or the job component in SQL server is basically an engine that allows you to schedule objects to fire. As an example lets say you have a stored procedure that is setup to retrieve data from a table or set of tables, analyze it and split this data off into new tables, perhaps with additional information added, and maybe even delete some of the records that fit within certain rules. That said now you don't want to have to go and execute (run) this stored procedure on your own, manually; do you? Now you can setup a job that you will assign a schedule to (ie: Run every few minutes, every hour, once a day, whatever you want). And in this JOB or schedule you will attach this stored procedure. The SQL engine looks at the scheduled jobs, compares the last run time with when it is set to run again and then fires off whatever is associated with the job; in this example our stored procedure.
NA_ what are highlights of advanced DBMS what are highlights of advanced DBMS what are highlights of advanced DBMS
no, Java is not dbms.. Java is a programming language Dbms is database
dbms
Hierarchical DBMSNetwork DBMSRelational DBMS
In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.
importance of DBMS
What is the purpose of dbms?DBMS is a software that organises the creation, storage and maintenance of Databases for end users.
Polyhedra DBMS was created in 1993.
DataBase Management System (DBMS)is a software package# it allows data to be effectively stored, retrieved and manipulatedand # the data stored in a DBMS packege can be accessed by multiple users and by multiple application programs like (SQL Server, Oracle, Ms-Access) .Types of DBMS# Hierarachical DBMS (HDBMS)# Network DBMS (NDBMS)# Relational DBMS (RDBMS)# Object Oriented DataBase(OODB)# Distributed DBMS (DDBMS)
DBMS is short for database management system . DBMS is the collection of related records.
DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.
How do you start and finish a transaction in DBMS?