Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 DBCC loginfo - What on earth is CreateLSN ??

Author  Topic 

SQLServerSpotlight
Yak Posting Veteran

57 Posts

Posted - 2004-09-27 : 20:49:27
Hello all,
I have a stored proc that collects data from all the db's
via 'use ['+@dbname+'] dbcc loginfo'
The column CreateTime of SQLServer7 has become CreateLSN on 2000.

Does Anyone know what this number is?
And can I use it to calculate the CreateTime from SQL7?

Thanks,

J

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2004-09-29 : 05:14:24
Not sure what it is...

http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=92&messageid=130176

This may help you though...
Go to Top of Page
   

- Advertisement -