-ssadd is invalid when setting up Sessions on SQL Server 2005
Posted
by
P.Brian.Mackey
on Server Fault
See other posts from Server Fault
or by P.Brian.Mackey
Published on 2011-01-14T14:10:43Z
Indexed on
2011/01/14
14:55 UTC
Read the original article
Hit count: 240
sql-server-2005
|ASP.NET
I have a dev and QA environment with SQL 2005 EE on dev and SQL 2000 on QA.
On QA I run aspnet_regsql –ssadd –sstype t -E
in command line and it works fine. I run the same command on dev and it returns "'-ssadd' is invalid". The working directory for both is C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.
I found some info on MSDN that said that SQL Express Edit. required a script to run before -ssadd will work, but this script didn't help me. I'm not sure where to go from here.
© Server Fault or respective owner