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
 Transact-SQL (2000)
 function in one pass or table variable in two

Author  Topic 

TSQLMan
Posting Yak Master

160 Posts

Posted - 2006-10-20 : 16:27:04
How can I tell performance wise, if I am better off to do 2 Inserts into a table variable, vs. doing one pass with user defined functions.

The database, I am developing the procedure for is new, and very little data, but will start to explode on short order.

Thanks,

Brent P

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2006-10-20 : 17:14:42
Perhaps you could show us what you mean...

Tara Kizer
Go to Top of Page
   

- Advertisement -