Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 4 > ASP.NET 4 General Discussion
|
ASP.NET 4 General Discussion For ASP.NET 4 discussions not relating to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 4 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 9th, 2011, 01:06 AM
Authorized User
 
Join Date: Aug 2011
Posts: 32
Thanks: 2
Thanked 0 Times in 0 Posts
Default importing or converting an excel data base

I have a database in excel, and I would like to import it or convert it in order to retreive this data to my page. Since the database is too long, I don't want to re-type everything again. How can I convert it or import it to VWD 2010?
 
Old September 9th, 2011, 03:19 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi there,

If you have a full version of SQL Server (not Express) you can use Import / Export wizard to import data into a SQL Server (or other database).

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old September 9th, 2011, 05:01 AM
Registered User
 
Join Date: Aug 2011
Posts: 13
Thanks: 0
Thanked 5 Times in 5 Posts
Default

Quote:
Originally Posted by Imar View Post
If you have a full version of SQL Server (not Express) you can use Import / Export wizard to import data into a SQL Server (or other database).
If you install Microsoft SQL Server 2008 R2 Management Studio Express, you get the Import/Export Wizard. Once Management Studio is installed you can run the Wizard from the All Programs menu.

The download is currently at http://www.microsoft.com/download/en....aspx?id=22985
The Following User Says Thank You to mmmason For This Useful Post:
Imar (September 9th, 2011)
 
Old September 9th, 2011, 06:17 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Ah, didn't realize it was also part of the Express edition. Thanks for the update.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old September 10th, 2011, 10:21 PM
Authorized User
 
Join Date: Aug 2011
Posts: 32
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Thanks!. I see you have two options there:
SQLManagementStudio_x64_ENU.exe and
SQLManagementStudio_x86_ENU.exe
What's the difference? I want to know which one to download
 
Old September 11th, 2011, 04:07 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

The x64 file is for 64 bit versions of Windows and the x86 version is for 32 bit versions.

Cheers,

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old September 19th, 2011, 06:15 PM
Authorized User
Points: 84, Level: 1
Points: 84, Level: 1 Points: 84, Level: 1 Points: 84, Level: 1
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: May 2011
Posts: 19
Thanks: 3
Thanked 0 Times in 0 Posts
Default Use x32 for Excel

Having been there myself, you will want to use the x32 version of the import/export utility. Office (I think) is considered an x32 product so it has Excel as a predefined option for the import.

Last edited by DragonLEG; September 19th, 2011 at 06:16 PM.. Reason: spelling
 
Old September 20th, 2011, 03:18 PM
Registered User
 
Join Date: Aug 2011
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I've been struggling with the same issue. Running Windows 7 and the Express Edition of SQL Management Studio has known 'compatibility issues.' Did you manage to install it?
 
Old September 20th, 2011, 03:33 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Which version of SQL Server are you talking about? If I am not mistaken, the message refers to an unpatched SQL Server of 2005 / 2008. Installing the latest service pack should solve that issue.

I have SQL Server 2005, 2008, and 2008 R2 all running side by side on Windows 7.

Imar
__________________
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Follow me on Twitter

Author of Beginning ASP.NET 4.5 : in C# and VB, Beginning ASP.NET Web Pages with WebMatrix
and Beginning ASP.NET 4 : in C# and VB.
Did this post help you? Click the button below this post to show your appreciation!
 
Old September 20th, 2011, 03:47 PM
Registered User
 
Join Date: Aug 2011
Posts: 8
Thanks: 1
Thanked 0 Times in 0 Posts
Default

I am running the express version of MS SQL. Might be a service pack update issue. The express editions do require a bit more work.

Thanks for your, as always, prompt reply.

Best,

Jonathan





Similar Threads
Thread Thread Starter Forum Replies Last Post
Importing Excel Data into a new Dataset Juan Patrick Visual Basic 2005 Basics 2 July 4th, 2007 09:03 PM
Problem importing XML data to Excel bluerattle XML 2 July 3rd, 2007 03:35 PM
problem in importing data from excel to sql hiren1977 General .NET 0 January 2nd, 2007 06:00 AM
Converting excel data to Access using excel VBA ShaileshShinde VB Databases Basics 1 April 26th, 2006 07:57 AM
Importing from excel with missing data Lizu SQL Server DTS 4 September 21st, 2004 07:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.