HomeSQL ServerPage 703

SQL Server

Showing 14041 - 14060 of 14077 results
There are times when you want to change the text from the table to a proper case in SQL Server...
There are times when you might have a column names in your SQL Server database table that might looks like...
You can easily return all the column names of a table in SQL Server 2008 using the sp_columns stored procedure....
SQL Server provides an function ISNULL if the value placed in the 2nd parameter if the first parameter passed to...
There are times when you want to to list out all the stored procedure names that contains certain keyword or...
Here’s a quick tips on viewing the code of a stored procedure in SQL Management Studio. One of the quickest...
When working with SQL Management studio , you might need to display a string N number of times , in...
Assume that you have a date “01/09/2016” and you would like to find out what day of the week it...
There are times when you want to kill all the current active connections of your SQL Server database and you...
Assume a scenario where you are trying to get the records from the table where some of the records contains...
If you want to pause the execution of the code block until a specific time is reached , you can...
If you want to pause the execution of the code block for a specific amount of time , you can...
To check if the table exists in a database in SQL Server , you can use the INFORMATION_SCHEMA view. How...
You might want to sort the results of an query in a different order from the traditional sort (Ascending/Descending) order....
There are times when you don’t have a specific value to find but you might have to use the general...
When we work on SQL Server query , we use the AS keyword to specify the alias name for a...
When we want to specify a alias for a column in SQL Query , we tend to use the double...
Problem Statement You need to install SQL Server 2014 Express edition on Windows 10 machine. Solution There are several ways...
Below is a sample SQL query that demonstrates how to count the number of tables in a SQL Server database...
By default , the SQL Server listens to the port number 1433 and assume that if your server name is...

Categories

Archives