hi...
I want to Create an Application Service Database for SQL Server,SqlWebEventProvider, and i am trying to write in command line:
c:\>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe -U user -P pass -S sqlserver\sqltest -A w
i get the following error:
The argument 'sqlserver\sqltest' is invalid.
why is that?
do i have to use the following flags:
-ssadd -sstype t ?
and, how is the right way to do this...?
thank you...
Try to use one of this options:
c:\>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe -U user -P pass -S sqlserver -A w
c:\>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe -U user -P pass -S sqltest -A w
c:\>C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe -U user -P pass -S localhost -A w
No comments:
Post a Comment