Hi,
Use SQL Server Management Studio Express to administer you SQL Server
Express instance -
http://www.microsoft.com/downloads/details.aspx?FamilyID=c243a5ae-4bd1-4e3d-94b8-5a0f62bf7796&DisplayLang=en. Jonathan
[quoted text, click to view] GS wrote:
> I hope this is the right ng, could not find msde or sql server 2005
>
> In sseutil.exe, how does one connect to an mdf file, say, c:\mydb.mdf
>
> I tried c:\Microsoft\sqlExpressUtil\SSEUtil.exe -consolewnd -s
> \SQLEXPRESS -a c:\mydb.mdf
>
> It complained about more than one exec
>
> tried c:\Microsoft\sqlExpressUtil\SSEUtil.exe -consolewnd -s
> \SQLEXPRESS -a mydb.mdf
>
> no complain but could not find the dbo.myproc
>
> So what else can I do to get connected
>
>
> I was having trouble troubleshooting whether the stored procedure or my c#
> app is having trouble. the record was updated but error was raised was not
> apparent reason.
>
>
>