I have both SSE 2005 Beta and VS.NET 2005 Beta. I have a mdf file in c:\intetpub\wwwroot\....So I do the following:
try
sp_grantlogin [newdell\apsnt]
go
use databasename
go
sp_grantdbacces [newdell\aspnet]
it doesn't like the second command (use databasename). It tells me entry not found. What am I doing wrong?