all groups > sql server connect > april 2006 >
You're in the

sql server connect

group:

::FN_DBLOG() - Problem in retreiving [row data]


::FN_DBLOG() - Problem in retreiving [row data] Hillel
4/11/2006 8:21:16 AM
sql server connect:
Subj: ::FN_DBLOG() - Problem in retreiving [row data]

Hello

While attempting to retrieve [row data] column using ::FN_DBLOG
an empty '0x' value is passed back:

select [Current Lsn], [row data] from ::fn_dblog(null,null)

The retrived record does contain row data. It can be seen when using
DBCC LOG.
However - DBCC LOG is not as versatile as ::FN_DBLOG(): which supports
a standard SQL query. In addition - DBCC seems to be a more resource
consuming
piece.

Please do not propse a 3rd party software solution.
I need the [row data] 'as is' in its very basic binary raw format and
::FN_DBLOG() fits exactly to my needs.

Any help will be appreciated.

Regards

Hillel.
Re: ::FN_DBLOG() - Problem in retreiving [row data] Gert E.R. Drapers
4/16/2006 10:35:20 AM
Both fn_dblog() and dbcc log are undocumented and therefore unsupported
features of SQL Server, so in all cases you are on you own.

If you can send me a repro I will look at this. What are you trying to do
with that information anyhow?

GertD@SQLDev.Net


[quoted text, click to view]

RE: ::FN_DBLOG() - Problem in retreiving [row data] zou
8/22/2007 12:26:24 AM
hello, i meet the same problem,do you have solution? can you tell me?

From http://www.developmentnow.com/g/100_2006_4_0_0_735618/FN-DBLOG--Problem-in-retreiving-row-data.htm

Posted via DevelopmentNow.com Groups
AddThis Social Bookmark Button