can u tel me how we can use temp table in sql sserver
instead of Dual in oracle?
Answer / rajesh k gupta
Temp Table whether it is local temp which is naming with
single # or global with ## is stored in tempdb database.
it can be seen by exploring the databsse. if it is local
temp table it would be droped once user ends the session,
so you will have to ensure that you are using this table in
the same session where it has been created.
Sysntax to retrieve data frm a temp table is as follows:-
select field1,field2.....fieldN from #tablename
Is This Answer Correct ? | 0 Yes | 0 No |
hi i want to retrieve the data from one spread sheet to another workbook in EXCEL VBA. for exmp:customer details first name last name location state country country code mobile customer details raj krishna hyderabad andhra india 91 0 service required refrigirator company color details cost warranty service required samsung silver double door fridge 45000 3yeras
Diff.. between cursor and Reference Cursor?
What is Port Forwording?
Can you tell what is the purpose of user32.dll?
Where was microsoft founded?
Enumerate the high level elements of the <system.serviceModel> section
What is SMTP (Simple Mail Transfer Protocol) ?
What is SDRAM (Synchronous Dynamic Random Access Memory) ?
what is DHCP & DNS port number?
17 Answers CMS, TCS,
Does microsoft have a registry cleaner?
Do you know about dll hell? Explain it?
What is the purpose of OLE Automation?