Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
what is sql server agent? : Sql dba
How to convert numeric expression data types using the cast() function?
Explain system functions or built-in functions? What are different types of system functions?
How to provide default values to function parameters?
What are the kinds of subquery?
Does view occupy space?
What is the current mysql version?
what is dbms? : Sql dba
How to use values from other tables in update statements using oracle?
What versions of clipper does netlib support?
How did mongodb get its name?
Can you index views?
Why should you use or avoid select * statements?
what is bcp? When does it used? : Sql dba