Warning: Null value is eliminated by an aggregate or other SET operation
while i am running my sp i am getting this warnimg .
wat should i do?
any one canhelp plsss
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vinay SinghPosted Jun 29, 2016, 2:40 AM
ali tuncerPosted Jun 29, 2016, 2:15 AM
if you want to turn off that message, you can run this before your script
SET ANSI_WARNINGS OFF
GO