It was very straight forward. I have a database that is not attached that I use SQL 2014 with. My software I have also tested with SQL 2019 and it works fiine with that, if it works better with VS22 I could change the database engine.
I then setup the database in Visual Studio 2022 and at first it worked fine. But then I exited the VS and returned later. On trying to log back in I discovered the database was pointed at a desktop version SQL engine instead of the 2014. I went into the dataconnection and changed it to SQL2014, but then it would not let me in with the security error messages even tho it is on Windows Authenticaion.
I could not fix the error in VS. So i exited VS and went into SQL management software and replaced the now damaged database with a backup copy. I then attached the database thru the management features of SQL and I was able to get back into the database. I then loaded VS22 and was able to get into the database.
Then the same problems happened again in the same way as before.
Went back to using 2019 VS and have not had any issues.
I like what I see of the coding platform in 2022 and the fact it is 64 bit, but the database stuff is critical for my work.