SQL Server name to Connect to Newer AS

SQL Server name to Connect to Newer AS

Anonymous
Not applicable
885 Views
2 Replies
Message 1 of 3

SQL Server name to Connect to Newer AS

Anonymous
Not applicable

Hi, 

My machine consists of 2 versions of AS: 2020 and 2021. 

I was trying to add new parametric profile into the database by accessing the SQL server. 

However, when connected to the server using "(LocalDB)\MSSQLLocalDB" as the Server name, it only connects to the AS 2020. So how do I connect to the databases of the AS 2021?

 

Any help will be appreciated. 

 

Thank you.

 

SQL Server .jpg

0 Likes
Accepted solutions (1)
886 Views
2 Replies
Replies (2)
Message 2 of 3

iwafb
Advisor
Advisor
Accepted solution

I'm a long way from a SQL expert, but i know they changed the way Advance connects to the databases in 2021. You need to use:

 

(localDB)\AdvanceSteel2021

 

From memory, there were a few articles from Autodesk explaining the changes. Should be an easy search...

0 Likes
Message 3 of 3

Anonymous
Not applicable

Hi @iwafb ,

Your reply is much appreciated. Thank you.

0 Likes