Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
97 views

Can I do a foreign key lookup while importing data into SQL Server 2005?

Background I have a spreadsheet of data that I'm importing into SQL Server 2005. I'm using the Import Wizard in Management Studio to do this. Problem I'm importing the data into Table A. Table A ...
1
vote
4answers
796 views

Sql Import wizard imports 1022868890 as 1.02287e+009

I'm trying to import some data from Excel to SQL Server, I have a TEXT column with some numbers in it, some of the numbers go over just fine, and some turn into scientific form. Column in Excel is ...
0
votes
0answers
17 views

Phpbb3 backup from 3.0.8 to 3.0.9 with only a sql file

I don't have any phpbb backups, but only one sql backup. I'd want to take some parts from the sql and implement then into my current forum(3.0.9). How can I do that but not manually(it's quite ...
0
votes
1answer
227 views

SQL Server 2008 R2 Excel Import

I'm using SS 2008 R2 and Office 2010 on a Windows 7 64 bit. I am trying to use the import wizard to import an excel sheet into a table. I get this error: The 'Microsoft.ACE.OLEDB.12.0' provider is ...
0
votes
0answers
57 views

SSMS Import Wizard - Able to use multiple queries?

I'm moving an app's database to a newer version of the app's database. To do so, I'm mapping out what columns/values go where using SSMS' Import Data Wizard and specifying a query to do the transfer. ...