In SQL Server 2005, any subscription rules that generate notifications must insert the notifications into the notification ...

In SQL Server 2005, any subscription rules that generate notifications must insert the notifications into the notification class using the INSERT clause instead of using the Notify() function. After upgrading, you must modify all subscription rules that use the Notify() function and then update the application. If your subscription rules call stored procedures to generate notifications, modify the stored procedures.