I have SQL 2005 installed instead of SQLExpress. What would I need to do to use SQL 2005?
Thank you,
Tim
is it for remote machine or local machine.
in case of local machine , create a new db and execute the sql scripts
in case of remote machine , i guess sql express is not supported and should be loaded on sql server and u can follow the steps of the hosting site for eg discountasp.com
Jai Ganesh. J, IDC, India
Please Mark As Answer If my reply helped you.
iamsaltman
Member
24 Points
43 Posts
Is it possible to use SQL 2005, instead of SQLExpress?
Jun 18, 2009 04:00 AM|LINK
I have SQL 2005 installed instead of SQLExpress. What would I need to do to use SQL 2005?
Thank you,
Tim
sql 2005 Club Starter Kit
XIII
All-Star
182674 Points
23445 Posts
ASPInsiders
Moderator
MVP
Re: Is it possible to use SQL 2005, instead of SQLExpress?
Jun 18, 2009 06:31 AM|LINK
Hi,
you can attach the mdf file to your sql server itself. Take a look at http://www.google.com/search?hl=nl&q=attach+mdf+to+sql+server&lr=&aq=f&oq=.
Grz, Kris.
Interested in Azure, ASP.NET (MVC), jQuery, WCF, EF, MS SQL, ...
Keep the forums clean: report to the moderation team!
Ganesh@Nilgr...
Contributor
6074 Points
2354 Posts
Re: Is it possible to use SQL 2005, instead of SQLExpress?
Aug 26, 2009 06:55 AM|LINK
is it for remote machine or local machine.
in case of local machine , create a new db and execute the sql scripts
in case of remote machine , i guess sql express is not supported and should be loaded on sql server and u can follow the steps of the hosting site for eg discountasp.com
Please Mark As Answer If my reply helped you.