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)
 Script Files

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-10-01 : 01:07:05
dpc writes "I need to make a script file in SQL Server 2000 . We have made an application in ASP/SQL Server. Every time an insert/update/delete statement is executed we would like the file to generate the entire SQL statement with values. e.g. Insert into tablename(col1, col2 ,col3) values('1','2','3').

What i could generate so far gives only the object names are given but no data is generated."
   

- Advertisement -