sql server connect:
[quoted text, click to view] Luis Felipe Bol=EDvar Restrepo wrote:
> Good Afternoon,
>
> I Want to consult if is possible read the Log File (LDF), because I Need =
to
> Know What movements have had the DataBase is diferents Tables.
>
> Thak for you help
>
>
> Felipe Bol=EDvar Restrepo
There's no supported method for reading the log in SQL Server. Some
third party tools will do it for you. For example:
http://www.lumigent.com/products/le_sql.html --
David Portas, SQL Server MVP
Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.
SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx
--