9542 3
Is sql server management studio free to use?

Hello, I can across a question earlier today while working at the office and would like to know if sql server management studio is free to use or we need to pay for it?

...
Type
Question
9490 1
SQL server date format and converting it (Various examples)
This article provides you in-depth knowledge of SQL server date format available and how to convert from one date format to other using examples
Type
Article
9284 1
Tools to Compare Two SQL Server Database
In this article, I have provided list of various tools which can compare two SQL Server database schema and highlights the difference between the two.
Type
Article
8615 2
Not able to start SQL server browser in windows

Today, I was trying to Start my SQL server browser using SQL server configuration manager in windows 10, but I cannot see any option to start it as it is blurred and not clickable, so cannot start SQL server browser, here is the screenshot of my pc

...

Type
Question
8504 3
Getting error 'A transport-level error has occurred when receiving results from the server.'

When I am trying to Load page of my clients web application, which has shared connection string, I am getting the below error

A transport-level error has occurred when receiving results from the server. (provider: Session Provider, error: 19 - Physical connection is not usable)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Data.SqlClient.SqlException: A transport-level error has occurred when receiving results from the server. (provider: Session Provider, error: 19 - Physical connection is not usable)

...

Type
Question

8475 1
Download and Install SQL Server (Step by Step procedure)
In this article, I have provided the guide to download and install sql server database on your machine with step by step procedure.
Type
Article
8277 0
Query in Sql server to list all stored procedures in all databases
In this short article, I have provided simple query using which we can list all stored procedures in all database of SQL server or all stored procedures of specific database.
Type
Article
8096 0
Creating SQL Server maintenance plan (Step by step procedure)
In this article, I am going to explain, how can we easily create SQL server maintenance plan by following this step by step procedure and how often we should plan it.
Type
Article
8059 0
Row constructor in SQL server (Explanation With example)
This article gives a quick explanation about Row constructor (Table value constructor) in SQL server with various usage example
Type
Article
8003 1
how to select row where Id is not equal to in SQL?

I want to select rows from a table where Id is not equal to 4, How to achieve it using SQL query?

Something like in C# .Where(a=>a.Id != 4).ToList() ?

Or in SQL like Select * Where Id != 4?

Thanks

...
Type
Question

Page 3 of 11