Click here to Skip to main content
15,926,281 members
Home / Discussions / Database
   

Database

 
GeneralRe: Time Difference w.r.t Dates Pin
AliAmjad5-Jul-09 21:01
AliAmjad5-Jul-09 21:01 
GeneralRe: Time Difference w.r.t Dates Pin
Blue_Boy5-Jul-09 21:39
Blue_Boy5-Jul-09 21:39 
GeneralRe: Time Difference w.r.t Dates Pin
AliAmjad5-Jul-09 21:54
AliAmjad5-Jul-09 21:54 
GeneralRe: Time Difference w.r.t Dates Pin
Blue_Boy5-Jul-09 22:01
Blue_Boy5-Jul-09 22:01 
QuestionBFILE, BLOB?? [modified] Pin
Muammar©4-Jul-09 7:56
Muammar©4-Jul-09 7:56 
AnswerRe: BFILE, BLOB?? Pin
Niladri_Biswas4-Jul-09 18:00
Niladri_Biswas4-Jul-09 18:00 
GeneralRe: BFILE, BLOB?? Pin
Muammar©5-Jul-09 0:40
Muammar©5-Jul-09 0:40 
AnswerRe: BFILE, BLOB?? Pin
ScottM16-Jul-09 8:46
ScottM16-Jul-09 8:46 
GeneralRe: BFILE, BLOB?? Pin
Muammar©6-Jul-09 10:31
Muammar©6-Jul-09 10:31 
QuestionTop N Per StockCode Pin
Elizma4-Jul-09 3:27
Elizma4-Jul-09 3:27 
AnswerRe: Top N Per StockCode Pin
Niladri_Biswas4-Jul-09 3:43
Niladri_Biswas4-Jul-09 3:43 
GeneralRe: Top N Per StockCode Pin
Elizma5-Jul-09 6:45
Elizma5-Jul-09 6:45 
AnswerRe: Top N Per StockCode Pin
Isaac Gordon5-Jul-09 22:01
Isaac Gordon5-Jul-09 22:01 
GeneralRe: Top N Per StockCode Pin
Elizma5-Jul-09 22:23
Elizma5-Jul-09 22:23 
GeneralRe: Top N Per StockCode Pin
Enver Maroshi5-Jul-09 23:22
Enver Maroshi5-Jul-09 23:22 
GeneralRe: Top N Per StockCode Pin
Elizma6-Jul-09 1:42
Elizma6-Jul-09 1:42 
AnswerRe: Top N Per StockCode Pin
Isaac Gordon5-Jul-09 23:59
Isaac Gordon5-Jul-09 23:59 
GeneralRe: Top N Per StockCode Pin
Elizma6-Jul-09 1:38
Elizma6-Jul-09 1:38 
QuestionTransactional Replication Linked Sever error Pin
Abdul Rahman Hamidy3-Jul-09 18:24
Abdul Rahman Hamidy3-Jul-09 18:24 
AnswerRe: Transactional Replication Linked Sever error Pin
Niladri_Biswas4-Jul-09 3:51
Niladri_Biswas4-Jul-09 3:51 
AnswerRe: Transactional Replication Linked Sever error Pin
Jerry Hammond4-Jul-09 5:00
Jerry Hammond4-Jul-09 5:00 
QuestionHow do you increment a temporary table? Pin
DFlat4Now3-Jul-09 8:07
DFlat4Now3-Jul-09 8:07 
AnswerRe: How do you increment a temporary table? Pin
Niladri_Biswas4-Jul-09 3:37
Niladri_Biswas4-Jul-09 3:37 
GeneralRe: How do you increment a temporary table? Pin
DFlat4Now4-Jul-09 5:55
DFlat4Now4-Jul-09 5:55 
I drop the table because it needs to be rebuild on each cycle. The "Max" records are removed on the first cycle and then I pull the next set of "Max" records for the second cycle. This goes on until #BC is empty. Replace(Left(@BoardCert,2)+Cast(@Counter as Char),' ','') actually works. The real problem is the following:

Select *
Into #@BoardCert
From #tblBoardCert

It doesn't see #@BoardCert as #BC1 then #BC2 etc., it only sees it as #@BoardCert and so it errors because it thinks it's already written to #@BoardCert on the first cycle.
AnswerRe: How do you increment a temporary table? Pin
Mycroft Holmes4-Jul-09 23:38
professionalMycroft Holmes4-Jul-09 23:38 

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.