Categories
Sql Server

How To Display Line Numbers In SQL Server Management Studio

How To Display Line Numbers In SQL Server Management Studio In this tutorial i will let you know How To Display Line Numbers In SQL Server Management Studio.By default this feature is not enabled in sql server management studio.This is very helpful when we are writing a complex query and we get an error, that is […]

Categories
Sql Server

SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name

SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name Today i am trying to create a replication publication, and i got the above mentioned error(SQL Server replication requires the actual server name to make a connection to the server. Specify the actual server name). […]

Categories
Sql Server Technology - Tips

Windows Cannot Load Extensible Counter DLL ServiceName the First DWORD in Data Section is the Windows Error Code

Windows Cannot Load Extensible Counter DLL ServiceName the First DWORD in Data Section is the Windows Error Code Hi Guys, yeaterday i am recciving following error(Windows Cannot Load Extensible Counter DLL ServiceName the First DWORD in Data Section is the Windows Error Code) on my Dev Server.I searched reason behind the error.But still no Luck.After […]

Categories
Sql Server

What Is SUBSTRING In SQL Server, Example Of SUBSTRING Function In SQL

What Is SUBSTRING In SQL Server, Example Of SUBSTRING Function In SQL In this tutorial i will explain you what is SUBSTRING function in SQL Server.SUBSTRING function returns part of a character, binary, text, or image expression.We use SUBSTRING to split the string and get only some part of it. Syntax:- SUBSTRING ( expression , start , length ) 1. Expression:- Is a character […]