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)
 partition view and @@RowCount

Author  Topic 

noamg
Posting Yak Master

215 Posts

Posted - 2007-06-17 : 11:24:04
hi,

a partition view includes few tables.
when I insert via the view, the rows are distributed into the tables.
what is the value of @@rowcount ?


Noam Graizer

eflooks
Starting Member

5 Posts

Posted - 2007-06-19 : 11:12:30
Take a look at this link it may help.....

http://msdn2.microsoft.com/en-us/library/ms187316(SQL.90).aspx
Go to Top of Page
   

- Advertisement -