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.
| Author |
Topic |
|
cesark
Posting Yak Master
215 Posts |
Posted - 2005-10-18 : 10:00:18
|
Somebody knows why this SP always returns @TotalRegisters = 0? Orders table has a lot of records.. USE marketGOALTER PROCEDURE test_dyn@TotalRegisters int outputAsBEGIN SET NOCOUNT ON SELECT @TotalRegisters = COUNT(*) FROM Orders As Ord SET NOCOUNT OFFEND GO Thank you,Cesar |
|
|
cesark
Posting Yak Master
215 Posts |
Posted - 2005-10-18 : 10:18:20
|
Oh oh.. it was an ASP.NET problem I' m sorry |
 |
|
|
|
|
|