Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SSMA for Access

Status
Not open for further replies.

babak2

Programmer
Joined
May 2, 2007
Messages
2
Location
SE
Hi,

I am trying to use SSMA for Access to convert a database from Access 2003 to Sql Server 2005. All the tables and views converted perfectly. But I have problem with all the Update Queries in the Access database. Neither of them becomes imported to Sql Server. I even wrote a very simple Update statement in Access, "UPDATE Hofors SET Hofors.Fadress = 'Babak' WHERE (((Hofors.SkrNr)='552793-9'));” to test but the result is same. I appreciate any help to solve this problem.

Best regards

/Babak
 
I found out that there is not support for coverting of Update queuries.

/Babak
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top