Microsoft SQL Server
--
Questions
--
Followers
Top Experts
However, today SMSS will not launch. Â It doesn't give me any error message. Â Just a splash screen for a fraction of a second, then an error sound, then it goes away. Â I've tried a bunch of solutions i found online including restarting my computer, trying to run SSMS under Safe Mode, repairing SMSS, installing Visual Studio 2015 isolated shell, etc. etc. Â Nothing seems to be working. Â I haven't reinstalled the entire SQL Server package because that takes hours. Â Would like to avoid that if possible.
Thought I had this all set up, so I'm very frustrated. Â Can anybody help??
Zero AI Policy
We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.
also try to check if you got enough permission to run the service?
is there anything recorded in Event Viewer? found any clues there?
I checked the event viewer and it has logged hundreds of attempts to log into the server and they all return a "could not find a login matching the name provided." Â The log contains hundreds of attempts to connect made throughout the night while I was sleeping, each with the same result. Â
databaselocation = "BRYCEHP\MSSQLSERVERVS"
' Create the connection string.
sConnString = "Provider=SQLOLEDB;Data Source=" & databaselocation & ";" & _
"Initial Catalog=TAR;" & _
"User ID=sa;Password=SQLAdmin;"
' Create the Connection and Recordset objects.
Set conn = New ADODB.Connection
Set rs = New ADODB.Recordset
' Open the connection and execute.
conn.Open sConnString
SQLQuery = "SELECT * FROM " & tablename & ";"
Set rs = conn.Execute(SQLQuery)






EARN REWARDS FOR ASKING, ANSWERING, AND MORE.
Earn free swag for participating on the platform.
I have googled this error message and the responses are quite technical. Â Can you explain to me in step-by-step terms how to correct this error?can you provide the links?
Microsoft SQL Server
--
Questions
--
Followers
Top Experts
Microsoft SQL Server is a suite of relational database management system (RDBMS) products providing multi-user database access functionality.SQL Server is available in multiple versions, typically identified by release year, and versions are subdivided into editions to distinguish between product functionality. Component services include integration (SSIS), reporting (SSRS), analysis (SSAS), data quality, master data, T-SQL and performance tuning.