Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create a table in SQL Server with same table structure of Access table


UPDATE from OP:
How do i copy only table structure of access table to SQL Server.
example: there are 2 fields in access
name:text
age:int

now i want to copy only this name and age with newly created table and same fields structure
Posted
Updated 8-Jun-11 0:54am
v3
Comments
[no name] 8-Jun-11 6:14am    
first remove urgent from the post.

1 solution

Your sense of urgency is not our problem. Do you mean you want to read an arbitrary Access table and create it in SQL Server ? In code ? In what context ?
 
Share this answer
 
Comments
Sandeep Mewara 8-Jun-11 5:26am    
OP updated:
How do i copy only table structure of access table to SQL Server.
example: there are 2 fields in access
name:text
age:int

now i want to copy only this name and age with newly created table and same fields structure

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900