Click here to Skip to main content
15,905,913 members
Home / Discussions / Database
   

Database

 
AnswerRe: DataType... Pin
GuyThiebaut21-May-08 20:49
professionalGuyThiebaut21-May-08 20:49 
GeneralRe: DataType... Pin
Mycroft Holmes23-May-08 0:42
professionalMycroft Holmes23-May-08 0:42 
AnswerRe: DataType... Pin
Blue_Boy21-May-08 21:13
Blue_Boy21-May-08 21:13 
QuestionHelp for a beginner Pin
Boshkash21-May-08 7:17
Boshkash21-May-08 7:17 
AnswerRe: Help for a beginner Pin
Mark J. Miller21-May-08 7:45
Mark J. Miller21-May-08 7:45 
GeneralRe: Help for a beginner Pin
Mike Dimmick22-May-08 3:12
Mike Dimmick22-May-08 3:12 
QuestionDelete and Truncate Pin
.NET- India 21-May-08 6:45
.NET- India 21-May-08 6:45 
AnswerRe: Delete and Truncate Pin
SomeGuyThatIsMe21-May-08 7:03
SomeGuyThatIsMe21-May-08 7:03 
in Sql Server 2000 may be true for other DB's but i have not looked into it, the delete command cheks for data integrety(sp?) and actually removes each record from the tree if there are no FK problems. Truncate basically just moves the pointer from the bottom of the tree to the top and forgets that there was ever any data in there, essientially removes any reference to where that was in memory and starts over. Therefore Rollback cant work beacuse there is nothing to rollback, there is no longer any reference to whatever was in that table. I dont know for sure how they store the data, but using the analogy of a bTree helps when i explain it to people at work. hopefully i explained that right.
AnswerRe: Delete and Truncate Pin
Michael Potter21-May-08 10:38
Michael Potter21-May-08 10:38 
AnswerRe: Delete and Truncate Pin
Mycroft Holmes21-May-08 17:54
professionalMycroft Holmes21-May-08 17:54 
AnswerRe: Delete and Truncate Pin
Ashfield21-May-08 21:16
Ashfield21-May-08 21:16 
QuestionDatabase Upsizing from MSDB to SQL Pin
new2pgrmg21-May-08 5:26
new2pgrmg21-May-08 5:26 
QuestionSOLVED SQL error - attempted to position cursor on empty recordset. Using "LIKE" [modified] Pin
Vaclav_21-May-08 4:54
Vaclav_21-May-08 4:54 
AnswerRe: SQL error - attempted to position cursor on empty recordset. Using "LIKE" Pin
Mike Dimmick21-May-08 6:08
Mike Dimmick21-May-08 6:08 
GeneralRe: SQL error - attempted to position cursor on empty recordset. Using "LIKE" Pin
Vaclav_21-May-08 6:27
Vaclav_21-May-08 6:27 
QuestionTop 5 Records Pin
.NET- India 21-May-08 4:33
.NET- India 21-May-08 4:33 
AnswerRe: Top 5 Records Pin
Ashfield21-May-08 4:41
Ashfield21-May-08 4:41 
QuestionRow Terminator not working: Pin
Shahzad.Aslam21-May-08 3:06
Shahzad.Aslam21-May-08 3:06 
AnswerRe: Row Terminator not working: Pin
Ashfield21-May-08 4:36
Ashfield21-May-08 4:36 
GeneralRe: Row Terminator not working: Pin
Shahzad.Aslam21-May-08 4:40
Shahzad.Aslam21-May-08 4:40 
GeneralRe: Row Terminator not working: Pin
Ashfield21-May-08 21:19
Ashfield21-May-08 21:19 
GeneralRe: Row Terminator not working: Pin
Shahzad.Aslam21-May-08 21:41
Shahzad.Aslam21-May-08 21:41 
GeneralRe: Row Terminator not working: Pin
Ashfield21-May-08 22:28
Ashfield21-May-08 22:28 
QuestionSql Stored Procedure Pin
senthilsstil20-May-08 23:58
senthilsstil20-May-08 23:58 
Questionhow to retrive the value of the sp output through execute immediate Pin
lakshmichawala20-May-08 23:08
lakshmichawala20-May-08 23:08 

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.