Click here to Skip to main content
15,902,447 members
Home / Discussions / Database
   

Database

 
GeneralROLLBACK Pin
David Mujica23-Mar-09 11:00
David Mujica23-Mar-09 11:00 
QuestionItem Stock detail using sale and purchase table [modified] Pin
adeelidrees23-Mar-09 2:36
adeelidrees23-Mar-09 2:36 
QuestionSqlDataReader Number of Rows Pin
Jasmine Pomelo23-Mar-09 2:05
Jasmine Pomelo23-Mar-09 2:05 
AnswerRe: SqlDataReader Number of Rows Pin
Eddy Vluggen23-Mar-09 2:20
professionalEddy Vluggen23-Mar-09 2:20 
GeneralRe: SqlDataReader Number of Rows Pin
Jasmine Pomelo23-Mar-09 2:28
Jasmine Pomelo23-Mar-09 2:28 
GeneralRe: SqlDataReader Number of Rows Pin
Eddy Vluggen23-Mar-09 2:55
professionalEddy Vluggen23-Mar-09 2:55 
GeneralRe: SqlDataReader Number of Rows Pin
Jasmine Pomelo23-Mar-09 3:10
Jasmine Pomelo23-Mar-09 3:10 
GeneralRe: SqlDataReader Number of Rows Pin
Pete O'Hanlon24-Mar-09 2:20
mvePete O'Hanlon24-Mar-09 2:20 
AnswerRe: SqlDataReader Number of Rows Pin
tech60324-Mar-09 13:24
tech60324-Mar-09 13:24 
QuestionProblem with CASE statement in WHERE clause Pin
marijus523-Mar-09 1:49
marijus523-Mar-09 1:49 
AnswerRe: Problem with CASE statement in WHERE clause Pin
Ashfield24-Mar-09 2:27
Ashfield24-Mar-09 2:27 
GeneralRe: Problem with CASE statement in WHERE clause Pin
marijus524-Mar-09 5:33
marijus524-Mar-09 5:33 
GeneralRe: Problem with CASE statement in WHERE clause Pin
Ashfield24-Mar-09 10:31
Ashfield24-Mar-09 10:31 
GeneralRe: Problem with CASE statement in WHERE clause Pin
marijus524-Mar-09 13:24
marijus524-Mar-09 13:24 
GeneralRe: Problem with CASE statement in WHERE clause Pin
Ashfield24-Mar-09 22:12
Ashfield24-Mar-09 22:12 
GeneralDelete Duplicates in MySQL Pin
Brady Kelly22-Mar-09 23:36
Brady Kelly22-Mar-09 23:36 
GeneralRe: Delete Duplicates in MySQL Pin
Blue_Boy23-Mar-09 4:22
Blue_Boy23-Mar-09 4:22 
QuestionInstalling SQL Server 2005 Developer Edtion Pin
klaydze22-Mar-09 3:45
klaydze22-Mar-09 3:45 
AnswerRe: Installing SQL Server 2005 Developer Edtion Pin
Mycroft Holmes22-Mar-09 13:25
professionalMycroft Holmes22-Mar-09 13:25 
GeneralRe: Installing SQL Server 2005 Developer Edtion Pin
klaydze25-Mar-09 4:59
klaydze25-Mar-09 4:59 
Questionhow to shrink the log file of a sql server 2000 database with a full recovery model? [modified] Pin
ma.amer21-Mar-09 10:36
ma.amer21-Mar-09 10:36 
AnswerRe: how to shrink the log file of a sql server 2000 database with a full recovery model? Pin
Eddy Vluggen22-Mar-09 1:15
professionalEddy Vluggen22-Mar-09 1:15 
You can shrink the logfile on demand. There's help on how to do that from the Management Studio here[^], or if you want to do this from SQL, look here[^].

That will only help until the file fills up again, or you'll have to hunt down the reason why the logfile is filling up. The documentation on the transaction log can be found here[^].

Good luck Smile | :)

I are troll Smile | :)

GeneralRe: how to shrink the log file of a sql server 2000 database with a full recovery model? Pin
ma.amer22-Mar-09 3:24
ma.amer22-Mar-09 3:24 
QuestionHow to activate Oracle server ? Pin
E_Gold21-Mar-09 10:02
E_Gold21-Mar-09 10:02 
QuestionPassword Setting Pin
jayachandra.c21-Mar-09 5:12
jayachandra.c21-Mar-09 5:12 

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.