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)
 Default values in SQL Passthrough updates

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-05-20 : 22:50:41
Ilmar writes "I have a CompanyName and a SortName field. New records are being inserted into the table via SQL passthrough. How do I insure that the sortname is filled with the company name if the users did not specify a sortname? (I don't have any control over the SQL statement that is being passed.. thus this would need to happen in a trigger as far as I can tell, but I can't update the "inserted" temp table.. )."
   

- Advertisement -