Click here to Skip to main content
15,890,438 members
Home / Discussions / Database
   

Database

 
QuestionExport 50,000 records to a Text File. Pin
kakarato6-Jan-06 7:52
kakarato6-Jan-06 7:52 
AnswerRe: Export 50,000 records to a Text File. Pin
Colin Angus Mackay6-Jan-06 12:00
Colin Angus Mackay6-Jan-06 12:00 
GeneralRe: Export 50,000 records to a Text File. Pin
kakarato7-Jan-06 6:22
kakarato7-Jan-06 6:22 
Questionincreasing size of LDF file Pin
Member 20731416-Jan-06 2:52
Member 20731416-Jan-06 2:52 
AnswerRe: increasing size of LDF file Pin
Dave Kreskowiak6-Jan-06 5:17
mveDave Kreskowiak6-Jan-06 5:17 
AnswerRe: increasing size of LDF file Pin
Dave Kreskowiak6-Jan-06 7:05
mveDave Kreskowiak6-Jan-06 7:05 
GeneralRe: increasing size of LDF file Pin
Member 20731416-Jan-06 17:47
Member 20731416-Jan-06 17:47 
GeneralRe: increasing size of LDF file Pin
Dave Kreskowiak7-Jan-06 6:30
mveDave Kreskowiak7-Jan-06 6:30 
Well, you can read the docs on the BACKUP sql statement here[^].

If you're doing a Full backup of the database, and the log doesn't get truncated already, you can follow it up with the SQL statement
BACKUP LOG databaseName TRUNCATE_ONLY

to dump the old transactions in the log that are no longer required to rebuild the database.

What you're trying to maintain is a backup of the data, which you're doing daily, and a backup of the transactions in the log since the backup of the data was last done.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome


-- modified at 12:31 Saturday 7th January, 2006
QuestionSQL Sample Databases Pin
Brendan Vogt6-Jan-06 0:34
Brendan Vogt6-Jan-06 0:34 
AnswerRe: SQL Sample Databases Pin
Colin Angus Mackay6-Jan-06 1:24
Colin Angus Mackay6-Jan-06 1:24 
QuestionRe: SQL Sample Databases Pin
Brendan Vogt6-Jan-06 1:29
Brendan Vogt6-Jan-06 1:29 
AnswerRe: SQL Sample Databases Pin
gharry6-Jan-06 5:44
gharry6-Jan-06 5:44 
QuestionSQL Doubt. Pin
<color>Aljechin 5-Jan-06 19:32
<color>Aljechin 5-Jan-06 19:32 
AnswerRe: SQL Doubt. Pin
nguyenvhn5-Jan-06 20:48
nguyenvhn5-Jan-06 20:48 
AnswerRe: SQL Doubt. Pin
Colin Angus Mackay5-Jan-06 20:49
Colin Angus Mackay5-Jan-06 20:49 
QuestionDAO Notification? Pin
lynchspawn5-Jan-06 9:51
lynchspawn5-Jan-06 9:51 
AnswerRe: DAO Notification? Pin
Dave Kreskowiak6-Jan-06 5:05
mveDave Kreskowiak6-Jan-06 5:05 
QuestionPartial name Pin
gharry5-Jan-06 9:47
gharry5-Jan-06 9:47 
AnswerRe: Partial name Pin
Colin Angus Mackay5-Jan-06 11:01
Colin Angus Mackay5-Jan-06 11:01 
GeneralRe: Partial name Pin
gharry5-Jan-06 22:46
gharry5-Jan-06 22:46 
GeneralRe: Partial name Pin
Colin Angus Mackay6-Jan-06 1:45
Colin Angus Mackay6-Jan-06 1:45 
QuestionReading CSV file into DataGrid Pin
gharry5-Jan-06 5:32
gharry5-Jan-06 5:32 
QuestionProblem populating table Pin
TheJudeDude5-Jan-06 5:06
TheJudeDude5-Jan-06 5:06 
AnswerRe: Problem populating table Pin
Colin Angus Mackay5-Jan-06 6:45
Colin Angus Mackay5-Jan-06 6:45 
GeneralRe: Problem populating table Pin
TheJudeDude5-Jan-06 14:38
TheJudeDude5-Jan-06 14: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.