1
I recently installed the SQL Server Express 2016 on my machine with Windows 10.
After a while I realized that on the menu "Share with" windows appeared 13 new entries in format SQLEXPRESSNN, where NN ranges from 01 to 13.
The image illustrates better:
Can anyone tell me what this means? In the management of Windows users I found nothing about.
Important remark: I have not added any user in the SQL Server, besides the sa set up in the facility.
Emerson, it would be interesting to include more details in your question. As stated by Jasar may be linked to creating new users. To confirm [Edit] your question including the print of the system users. It is possible to find them running on the run:
control userpasswords2
(If possible censor your main user before posting :] )– gmsantos
I changed the question stating that no user was created for SQL Server.
– Emerson JS
Just to confirm, what appears when rotating
control userpasswords2
?– gmsantos
Unfortunately I had to format the machine at the weekend, so I have no way to reproduce the result of
control userpasswords2
– Emerson JS
Hard to know then what caused this problem : I googled and did not find anything like... Try installing SQL Server Express again and see if it happens again so we can find out what this might be :)
– gmsantos