May 27, 2011 at 3:26 pm
I have at my home sql server express 2008 and i am the only that use sql server,i added 2 stored procedures yesterday in the sample database Neptuno. Today it disappear, but the files are still in the pc,so i have to atached it again what would happened?
Thank you
Luis
May 28, 2011 at 6:58 am
Try looking in the logs and see if anything pops up there. You can also look in the default trace if SQL Express has it. You'll be able to tell because there will be a trace running in sys.traces.
May 28, 2011 at 11:31 am
for your default trace info, have a look at http://www.mssqltips.com/tip.asp?tip=1739
On the other hand, it depends how you used sqlexpress.
If you use a User Instance, these databases will not show up when you start sqlexpress in a non-user instance mode.
This can only be done using sqlexpress and the connection string parameter name AttachDbFilename
http://msdn.microsoft.com/en-us/library/ms254504.aspx
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply