I am trying to prepare my database for use with SQLCacheDependency and use the aspnet_regsql utility to set up the aspnet change notification table and the corresponding triggers.
When I run the following:
aspnet_regsql -S PC199 -E -d mydatabase -ed
I get the error: 'Argument' -S 'is not valid.'
I am using SQL Server 2008 and .NET 4.
source
share