Click here to Skip to main content
15,886,578 members
Home / Discussions / C#
   

C#

 
Questioninterop question Pin
thomus0713-Mar-10 1:34
thomus0713-Mar-10 1:34 
AnswerRe: interop question Pin
Saksida Bojan13-Mar-10 2:21
Saksida Bojan13-Mar-10 2:21 
AnswerRe: interop question [modified] Pin
Luc Pattyn13-Mar-10 2:34
sitebuilderLuc Pattyn13-Mar-10 2:34 
GeneralRe: interop question [modified] Pin
thomus0713-Mar-10 19:03
thomus0713-Mar-10 19:03 
QuestionVedio streaming online Pin
ifithegr813-Mar-10 1:07
ifithegr813-Mar-10 1:07 
Questionsql server log file - .ldf Pin
Zeyad Jalil13-Mar-10 0:55
professionalZeyad Jalil13-Mar-10 0:55 
AnswerRe: sql server log file - .ldf Pin
Dave Kreskowiak13-Mar-10 2:27
mveDave Kreskowiak13-Mar-10 2:27 
AnswerRe: sql server log file - .ldf Pin
Eddy Vluggen14-Mar-10 2:16
professionalEddy Vluggen14-Mar-10 2:16 
zead wrote:
how can read contenet of database sql server 2005 log file,,
c# and sql commands.


You can read the file by opening it, but Microsoft hasn't released any information on how to interpret that data. There will be small but important differences between various versions, making reverse-engineering a bad idea.

You can contact Microsoft if you "must have" this information, I'm sure that you can get a license.

Having said that, here's a few TSQL-commands available to play with;
SQL
DBCC LOG(AdventureWorks)

SP_HELP FN_DBLOG

SELECT * FROM FN_DBLOG(null, null)
Enjoy Smile | :)
I are Troll Suspicious | :suss:

QuestionIs it possible to authenticate a dll class library ? Pin
SierraMike12-Mar-10 23:29
SierraMike12-Mar-10 23:29 
AnswerRe: Is it possible to authenticate a dll class library ? Pin
#realJSOP13-Mar-10 0:14
mve#realJSOP13-Mar-10 0:14 
GeneralRe: Is it possible to authenticate a dll class library ? Pin
SierraMike15-Mar-10 22:37
SierraMike15-Mar-10 22:37 
QuestionDataSourceUpdateMode Pin
ali_reza_zareian12-Mar-10 22:19
ali_reza_zareian12-Mar-10 22:19 
AnswerRe: DataSourceUpdateMode Pin
darkelv13-Mar-10 7:04
darkelv13-Mar-10 7:04 
QuestionHow to USE LIB FILE in c# Pin
Anubhava Dimri12-Mar-10 22:16
Anubhava Dimri12-Mar-10 22:16 
AnswerRe: How to USE LIB FILE in c# Pin
sanforjackass12-Mar-10 22:31
sanforjackass12-Mar-10 22:31 
GeneralRe: How to USE LIB FILE in c# Pin
Anubhava Dimri12-Mar-10 22:36
Anubhava Dimri12-Mar-10 22:36 
GeneralRe: How to USE LIB FILE in c# Pin
sanforjackass12-Mar-10 22:44
sanforjackass12-Mar-10 22:44 
GeneralRe: How to USE LIB FILE in c# Pin
Anubhava Dimri12-Mar-10 23:05
Anubhava Dimri12-Mar-10 23:05 
AnswerRe: How to USE LIB FILE in c# Pin
Hristo-Bojilov12-Mar-10 22:42
Hristo-Bojilov12-Mar-10 22:42 
GeneralRe: How to USE LIB FILE in c# Pin
Anubhava Dimri12-Mar-10 23:07
Anubhava Dimri12-Mar-10 23:07 
AnswerRe: How to USE LIB FILE in c# Pin
#realJSOP13-Mar-10 0:49
mve#realJSOP13-Mar-10 0:49 
Questiondelete a file automatically Pin
lawrenceinba12-Mar-10 21:53
lawrenceinba12-Mar-10 21:53 
AnswerRe: delete a file automatically Pin
Anubhava Dimri12-Mar-10 22:12
Anubhava Dimri12-Mar-10 22:12 
AnswerRe: delete a file automatically Pin
Abhinav S12-Mar-10 22:14
Abhinav S12-Mar-10 22:14 
GeneralRe: delete a file automatically Pin
lawrenceinba12-Mar-10 22:26
lawrenceinba12-Mar-10 22:26 

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.