Click here to Skip to main content
15,892,674 members
Home / Discussions / Database
   

Database

 
AnswerRe: Is there an SQL Formatter based on Celko's SQL PROGRAMMING STYLE? Pin
PIEBALDconsult20-Jul-09 10:38
mvePIEBALDconsult20-Jul-09 10:38 
GeneralRe: Is there an SQL Formatter based on Celko's SQL PROGRAMMING STYLE? Pin
--CELKO--20-Jul-09 14:26
--CELKO--20-Jul-09 14:26 
QuestionTemporary Table Pin
abcurl20-Jul-09 5:31
abcurl20-Jul-09 5:31 
AnswerRe: Temporary Table Pin
David Mujica20-Jul-09 5:54
David Mujica20-Jul-09 5:54 
GeneralRe: Temporary Table Pin
abcurl20-Jul-09 7:49
abcurl20-Jul-09 7:49 
GeneralRe: Temporary Table Pin
David Mujica20-Jul-09 8:19
David Mujica20-Jul-09 8:19 
GeneralRe: Temporary Table Pin
Ashfield20-Jul-09 20:58
Ashfield20-Jul-09 20:58 
GeneralRe: Temporary Table Pin
Robin_Roy21-Jul-09 18:08
Robin_Roy21-Jul-09 18:08 
Temporary Tables are session/connection specific.
So the scope and lifetime of the temporary table is directly linked with the connection or session in which the table is created and another table with the same name cannot be created in the same session.
Similar to the fact that in a database you cannot have more than one table with the same name.

Usually, in most of the occassions using Table Variables instead of temporary table solves the purpose and using table variable is a better practise that using temporary table... also it solves your issue of table creation
QuestionHow to call VBA function on command event in access 2007? Pin
monika_vasvani20-Jul-09 3:34
monika_vasvani20-Jul-09 3:34 
AnswerRe: How to call VBA function on command event in access 2007? Pin
riced20-Jul-09 3:53
riced20-Jul-09 3:53 
QuestionImport XML to SQL Pin
Vimalsoft(Pty) Ltd20-Jul-09 1:57
professionalVimalsoft(Pty) Ltd20-Jul-09 1:57 
AnswerRe: Import XML to SQL Pin
Ashfield20-Jul-09 2:19
Ashfield20-Jul-09 2:19 
GeneralRe: Import XML to SQL Pin
Vimalsoft(Pty) Ltd20-Jul-09 3:01
professionalVimalsoft(Pty) Ltd20-Jul-09 3:01 
GeneralRe: Import XML to SQL Pin
Ashfield20-Jul-09 4:44
Ashfield20-Jul-09 4:44 
GeneralRe: Import XML to SQL Pin
Vimalsoft(Pty) Ltd20-Jul-09 4:46
professionalVimalsoft(Pty) Ltd20-Jul-09 4:46 
GeneralRe: Import XML to SQL Pin
Ashfield20-Jul-09 4:52
Ashfield20-Jul-09 4:52 
GeneralRe: Import XML to SQL Pin
Vimalsoft(Pty) Ltd20-Jul-09 4:53
professionalVimalsoft(Pty) Ltd20-Jul-09 4:53 
QuestionData Migration- ORACLE and VB.NET Pin
cbe_pav20-Jul-09 0:43
cbe_pav20-Jul-09 0:43 
AnswerRe: Data Migration- ORACLE and VB.NET Pin
dan!sh 20-Jul-09 0:54
professional dan!sh 20-Jul-09 0:54 
Questionsql code problem Help pls Pin
TALHAKOSEN19-Jul-09 22:21
TALHAKOSEN19-Jul-09 22:21 
AnswerRe: sql code problem Help pls Pin
Blue_Boy19-Jul-09 22:29
Blue_Boy19-Jul-09 22:29 
GeneralRe: sql code problem Help pls Pin
TALHAKOSEN19-Jul-09 23:10
TALHAKOSEN19-Jul-09 23:10 
GeneralRe: sql code problem Help pls Pin
Blue_Boy19-Jul-09 23:13
Blue_Boy19-Jul-09 23:13 
QuestionGenerating dynamic where clause in stored procedure in sqlserver 2005 Pin
nainakarri19-Jul-09 20:34
nainakarri19-Jul-09 20:34 
AnswerRe: Generating dynamic where clause in stored procedure in sqlserver 2005 Pin
Robin_Roy19-Jul-09 21:32
Robin_Roy19-Jul-09 21:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.