SQL Server 6.5: Sometimes There, Sometimes Not

SQL Server 6.5: Sometimes There, Sometimes Not

Question:
I am using SQL Server 6.5 for my database needs and Visual C++ as a front-end. The problem is that sometimes when I switch on the server (where the SQL Server is also running) and try to access the database, I cannot see any database items in the drop-down list of databases.

If I try to do something with the database at the server it says the server object is not available and I’m not allowed to do a thing. But upon restarting the server it is normally running and I can access the database. Why is this? I am getting this problem very often and it’s scaring me.

Answer:
You say you “switch on the server.” What does that mean? Do you mean booting the machine that SQL Server is on or do you mean starting the SQL Server service?

You also say that the server is “not available.” Are you sure it’s running?

Take a look in Control Panel ? Services and find MSSQL Server. Is it running? Is it configured to start upon booting? Are you changing connections or have you exceeded your license’s limit? SQL Server’s logins have to be members of Administrators on the local machine that the server is running on.

Sorry I couldn’t be more pointed in the diagnosis, but that should give you a lead on troubleshooting this issue.

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes