Click here to Skip to main content
15,899,026 members
Home / Discussions / Database
   

Database

 
QuestionCursors Pin
tsunamigang27-Nov-13 18:40
tsunamigang27-Nov-13 18:40 
AnswerRe: Cursors Pin
GuyThiebaut27-Nov-13 21:41
professionalGuyThiebaut27-Nov-13 21:41 
GeneralRe: Cursors Pin
tsunamigang29-Nov-13 2:41
tsunamigang29-Nov-13 2:41 
GeneralRe: Cursors Pin
GuyThiebaut29-Nov-13 2:43
professionalGuyThiebaut29-Nov-13 2:43 
QuestionCash Register Express - PC America Pin
Member 1042751427-Nov-13 1:43
Member 1042751427-Nov-13 1:43 
AnswerRe: Cash Register Express - PC America Pin
Mycroft Holmes27-Nov-13 12:05
professionalMycroft Holmes27-Nov-13 12:05 
QuestionSELECT * INTO OPENDATASOURCE Pin
jojoba201126-Nov-13 18:45
jojoba201126-Nov-13 18:45 
AnswerRe: SELECT * INTO OPENDATASOURCE Pin
Eddy Vluggen27-Nov-13 7:34
professionalEddy Vluggen27-Nov-13 7:34 
QuestionExporting PostgreSQL data to Excell Pin
Member 1042769726-Nov-13 7:21
Member 1042769726-Nov-13 7:21 
AnswerRe: Exporting PostgreSQL data to Excell Pin
Eddy Vluggen26-Nov-13 7:41
professionalEddy Vluggen26-Nov-13 7:41 
GeneralRe: Exporting PostgreSQL data to Excell Pin
Member 1042769726-Nov-13 7:59
Member 1042769726-Nov-13 7:59 
GeneralRe: Exporting PostgreSQL data to Excell Pin
Mycroft Holmes26-Nov-13 11:44
professionalMycroft Holmes26-Nov-13 11:44 
AnswerRe: Exporting PostgreSQL data to Excell Pin
Jörgen Andersson26-Nov-13 8:53
professionalJörgen Andersson26-Nov-13 8:53 
Questionget the data from two tables Pin
Member 1026351925-Nov-13 20:44
Member 1026351925-Nov-13 20:44 
QuestionRe: get the data from two tables Pin
Peter Leow25-Nov-13 21:03
professionalPeter Leow25-Nov-13 21:03 
AnswerRe: get the data from two tables Pin
Mycroft Holmes25-Nov-13 23:10
professionalMycroft Holmes25-Nov-13 23:10 
AnswerRe: get the data from two tables Pin
Eddy Vluggen26-Nov-13 8:04
professionalEddy Vluggen26-Nov-13 8:04 
Question5146 Error message: Invalid object name '#TmpTable'. Pin
vkEE25-Nov-13 9:53
vkEE25-Nov-13 9:53 
GeneralRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
Peter Leow25-Nov-13 21:26
professionalPeter Leow25-Nov-13 21:26 
AnswerRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
Eddy Vluggen26-Nov-13 7:57
professionalEddy Vluggen26-Nov-13 7:57 
GeneralRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
vkEE26-Nov-13 8:31
vkEE26-Nov-13 8:31 
AnswerRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
Eddy Vluggen27-Nov-13 8:05
professionalEddy Vluggen27-Nov-13 8:05 
vkEE wrote:
<layer>our seniors want this matter researched since it is a new bug in their test environment. They don't want this bug to migrate to production environment.
Unless you are in full control of your environment and able to debug every device-driver, some bugs will remain unsolved.

vkEE wrote:
It has crashed 3 times the past few months
Do you know at what time? Anything in the event-log at that specific time? Does it run under .NET 4? If yes, you could consider making a minidump.

vkEE wrote:
and it is defined with single hash, #.
I was hinting at researching the three. Whether it's the correct one will depend on the context of it's use in the stored procedure. You will have to verify the things mentioned, and again, you'd get a more usefull answer if you provide the code for the stored procedure.

MSDN[^] states:
There are two types of temporary tables: local and global. They differ from each other in their names, their visibility, and their availability. Local temporary tables have a single number sign (#) as the first character of their names; they are visible only to the current connection for the user, and they are deleted when the user disconnects from the instance of SQL Server. Global temporary tables have two number signs (##) as the first characters of their names; they are visible to any user after they are created, and they are deleted when all users referencing the table disconnect from the instance of SQL Server.
..and it becomes more confusing[^] if you are EXECUTEing dynamic SQL.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

AnswerRe: 5146 Error message: Invalid object name '#TmpTable'. Pin
jschell26-Nov-13 8:34
jschell26-Nov-13 8:34 
Question[Oracle] Create Index Online Vs Create Index Pin
Schehaider_Aymen24-Nov-13 22:04
Schehaider_Aymen24-Nov-13 22:04 
AnswerRe: [Oracle] Create Index Online Vs Create Index Pin
Jörgen Andersson25-Nov-13 10:17
professionalJörgen Andersson25-Nov-13 10:17 

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.