Reputation: 957
I was having some problems with SQL Server Express 2008 as for some reason I had several conflicting versions. I was told to go through and uninstall them, but I ended up installing all programs relating to SQL. Now, a previously functioning windows service on VS2010 no longer compiles as it is missing its SQLCE reference, and I can't re-add it as it's not in the GAC. How do I go about fixing this?
I think I'm a bit over my head with this task as I don't really have database experience. I need to take an .sql file and import it into Microsoft SQL Server Express 2008. Are there VERY beginner SQL tutorials to help me accomplish this?
Upvotes: 0
Views: 364
Reputation: 13010
If you end up having to uninstall all of it and reinstall, there is a specific order in which Visual Studio and SQL tools are best installed:
Note that for the Express editions of SQL there is no separate Service Pack. The Service Pack is integrated with the Express edition installer.
I see from the comments that you're already trying a repair install. Make sure that you reinstall the approriate Service Pack(S) after you complete the repair.
Upvotes: 1
Reputation: 68
Make sure you do some good searching before you post a question. I googled "import .sql file into sql server 2008" and came up with some good entries in the top ten.
How to import .sql file into SQL Server Express
Upvotes: 0