Click here to Skip to main content
15,897,518 members
Home / Discussions / Database
   

Database

 
GeneralGrouping by time period Pin
Jeff Martin11-Mar-05 7:50
Jeff Martin11-Mar-05 7:50 
GeneralRe: Grouping by time period Pin
Colin Angus Mackay12-Mar-05 6:49
Colin Angus Mackay12-Mar-05 6:49 
Generaltables list in access Pin
Silly Boy11-Mar-05 0:58
Silly Boy11-Mar-05 0:58 
GeneralRe: tables list in access Pin
numbrel11-Mar-05 3:59
numbrel11-Mar-05 3:59 
GeneralRe: tables list in access Pin
Suman Singh29-Mar-05 12:51
professionalSuman Singh29-Mar-05 12:51 
GeneralProgram loaded before Sql service Pin
Anonymous10-Mar-05 23:23
Anonymous10-Mar-05 23:23 
GeneralRe: Program loaded before Sql service Pin
Yulianto.11-Mar-05 16:07
Yulianto.11-Mar-05 16:07 
GeneralRe: Program loaded before Sql service Pin
Anonymous12-Mar-05 15:11
Anonymous12-Mar-05 15:11 
GeneralApplication Level Transaction Vs Stored Proc Transaction Pin
devvvy10-Mar-05 14:48
devvvy10-Mar-05 14:48 
Questionwhat does this error means Error converting data type varchar to int. Pin
feeha10-Mar-05 11:27
feeha10-Mar-05 11:27 
AnswerRe: what does this error means Error converting data type varchar to int. Pin
Edbert P10-Mar-05 15:50
Edbert P10-Mar-05 15:50 
Generalplz help me in the following code Pin
feeha10-Mar-05 11:13
feeha10-Mar-05 11:13 
GeneralRe: plz help me in the following code Pin
Colin Angus Mackay10-Mar-05 11:35
Colin Angus Mackay10-Mar-05 11:35 
GeneralRe: plz help me in the following code Pin
turbochimp14-Mar-05 17:58
turbochimp14-Mar-05 17:58 
Questionhow to save databse along with its data Pin
eshban28410-Mar-05 8:25
eshban28410-Mar-05 8:25 
AnswerRe: how to save databse along with its data Pin
Colin Angus Mackay10-Mar-05 10:06
Colin Angus Mackay10-Mar-05 10:06 
Generalupdating an SQL table in C# Pin
clemenslinders10-Mar-05 5:59
clemenslinders10-Mar-05 5:59 
GeneralADO events Pin
ledallam10-Mar-05 4:06
ledallam10-Mar-05 4:06 
GeneralRe: ADO events Pin
numbrel11-Mar-05 3:55
numbrel11-Mar-05 3:55 
GeneralRe: ADO events Pin
coderChina16-Mar-11 21:35
coderChina16-Mar-11 21:35 
GeneralInspecting / Analyzing transaction log file contents Pin
Hillel9-Mar-05 21:43
Hillel9-Mar-05 21:43 
GeneralRe: Inspecting / Analyzing transaction log file contents Pin
Mike Dimmick10-Mar-05 1:49
Mike Dimmick10-Mar-05 1:49 
The internal structure of the transaction log is officially undocumented. You won't be able to open it while the database is running. SQL Server uses the transaction log to record operations that will be performed before making the appropriate changes to the data pages; this allows transactions to be either recovered in full or rolled back in full if recovery is required.

You can find some information in Inside SQL Server 2000.

If you want to audit access to your database, I suggest reading SQL Server 2000 Auditing[^].

Stability. What an interesting concept. -- Chris Maunder
GeneralBDE causes DB Open/Close to lose windows Handles Pin
Pankaj Kahal9-Mar-05 16:39
Pankaj Kahal9-Mar-05 16:39 
GeneralRe: BDE causes DB Open/Close to lose windows Handles Pin
Rob Graham10-Mar-05 7:02
Rob Graham10-Mar-05 7:02 
Generalwhats the proper defination of view Pin
feeha9-Mar-05 9:28
feeha9-Mar-05 9:28 

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.