I have a stored proceduer in SQL Server 2000. It does the following things,
1) Get All the withdrawl Dates on some business Logic.
2) Get all the clients with the the withdrawl dates in step1.
This procedures uses temp tables. I have to write the same procedure in oracle without using the temp...
Hi,
Recently I have installed Win2000 Professional. I have a problem with USB. My system is not able to detect USB (SiS 7001 PCI to USB). I deleted this device and reinstalled it again. It works fine. But when I restart the computer, it failes to detect the USB. Again I have to reinstall it...
I am calling a stored procedure from VB using OLEDB. The stored procedure is getting some data from 4 tables and inserting into a #tmp table. After that it is doing some processing on the data in the #tmp table. Last statement in the stored procedure is select * from #tmp. When I call this...
Could some please help me to write a SQL statememt to run a user defined stored procedure for each row in a table. I don't want to use cursor.
Thanks,
kolla123
Hi,
I have a table like this.
ClientID Code Amount
10 UTIL $20
10 RENT $40
20 UTIL $60
10 EXPENSE $40
.....
.....
I have to write an SQL statement to get all clientids on Rows and Codes on columns
For Examp...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.