Oracle (3259)
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) create procedure proc1 (@a int) as begin if @a=1 create table #temp(a1 int) else create table #temp(a1 int) end while executeing the above code it shows error like '#temp already exist' .why it shows an error?
IBM,
8 10907how to write the query to select the rows are in the order of either 1,3,5,7... or 2,4,6,8,...
7 13899Hello everybody, my self is Imtiyaz, i made a small database programm for challan in MS Access, but i am facing one problem in it... if u have seen any challan, it has few boxes like, crore, lacks, thousands, hundred, ten.....and when you put a figure like 20536, at that time in that boxis TWENTY will wrote in "thousand" box FIVE will be in "hundred" box and THIREE will be in "ten" box...... so, in sort i need to know that how can i do module for this that it appears automatically in perticular boxs...thanks
2 5391HI THIS IS SHEKAR MY QUTION IS IF I HAD 10 YEARS DATA IN MY SOURCE THEN I WANT TO LOAD ONLY LAST YEAR DATA HOW IT IS POSSIBLE BY USING DATASTAGE7.5.
1 3104can you anybody tell me the how can you restore the master database. while migraion(one server to onther server)?
1 4546What meant by Performance Tuning,how can we do the performance tuning on stored procedures and tell some steps to do the performance tuning
TCS,
3 9960how to delete duplicate rows from a specified table(only single table) how do you know which join is need to be used
UST,
11 19331
How to get the number of affected rows?
What is multi-statement table-value user-defined function?
How you can import data from other sources into access database?
Can you joined two sources without common column?
What is postgresql and pgadmin?
What is the usage of nvl function?
Tell me what is use of except clause? How it differs from not in clause?
What are the advantages of database management system?
When columns are added to existing tables, what do they initially contain?
How view is different from a table?
Can you please differentiate between a primary key and a unique key?
what does the no logging option do? Why would we use it?
Explain entity ?
Explain the microsoft sql server delete command?
what is online transaction processing (oltp)? : Sql dba