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 2005 Forums
 Transact-SQL (2005)
 After i execute my stored proc which has updates

Author  Topic 

cplusplus
Aged Yak Warrior

567 Posts

Posted - 2007-06-18 : 13:30:54
I have a stordd procedure which has all update statements for multiple tables:
after i execute i am getting the following warning:(I don't know what it means.)

Warning: Null value is eliminated by an aggregate or other SET operation.

I checked the tables, tables did get updated as i expected, can you please tell e what the warning means.

Thank you very much for the information.

cvraghu
Posting Yak Master

187 Posts

Posted - 2007-06-18 : 17:36:41
Read this -

http://www.sqlservercentral.com/columnists/mcoles/gotchasqlaggregatefunctionsandnull.asp
Go to Top of Page
   

- Advertisement -