provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance...
Hello Mates,I have a connectivity issue on my Application server; all application based , Sharepoint Farm and services that are set on a problematic server and connected to the DataBase suddenly...
View ArticleSQL Server 2014 Installation continually hangs...
Greetings!I have tried installing both SQL Server 2014 Developer Edition and then Enterprise Edition on my Windows 10 laptop. For what it's worth, I had already installed a SQL Server 2016 Management...
View Articleoptimize query with sql server
I have the following query declare @codeItem varchar(100); declare @Price decimal(18,5); declare @EndDate date; declare @StartDate date; DECLARE Cur CURSOR FOR SELECT * FROM myTable OPEN Cur FETCH NEXT...
View ArticleHow can we write a dynamic where condition in sql which will change according...
How can we write a dynamic where condition in sql which will change according to certain variable likeif @changestatus=0Select * from table where status=0 and name is 'vivek_kumar9'if...
View Articletool to completely remove sql server 2014
hi. cannot uinstall sql server 2014. i use a screen reader jaws for windows, windows 10, when i try to remove via programs and features, get to about 52 %, then just gets stuck, so any accessible tools...
View ArticlePage Life Expectancy Error
Not sure if this is the right forum so forgive me if not.SQL Server 2014 SP1 and SCOM 2012 R2 monitors the SQL cluster of 2 members. I am getting a notification from SCOM on the SQL server/DB:Page Life...
View Articlehow to make ms sqlserver always running?
everytime i start my computer ,mssql state is stop,the start mode is automatic.so must make the state running everytime i start my computer,so how to make it the state always running?sorry if this is...
View ArticleSQL Server 2012 Install Disallowing special characters in naming DB
When I try to install SQL Server 2012 Developer using Windows 10 Pro (Upgraded from Home), it will not allow me to configure by naming the host or instance using a "\" in the name. The error message...
View ArticleSQL Server 2014 Installation continually hangs...
Greetings!I have tried installing both SQL Server 2014 Developer Edition and then Enterprise Edition on my Windows 10 laptop. For what it's worth, I had already installed a SQL Server 2016 Management...
View Articlewhat is SQL Server Distributed Replay feature
Can someone please explain me what is SQL Server Distributed Replay feature? and give me a simple example
View ArticleProcedure getting half executed for one user but getting fully executed for...
Hi All,We have a procedure in the below waydeclare... one temp table ... body { cursor --step 1 { Inserting some results into a temp table printing the inserted rows. } update statement using the temp...
View ArticleTranscript Log File Size out of Control
Hi,First off, I haven't got a clue how to administer an SQL server; unfortunately as the most senior technical member of my team it is never the less my responsibility!2 days ago we confirmed a problem...
View ArticleSQL 2014 SP1 download is extremely slow (1 to 23KB/sec) - Internet connection...
I have been trying to download SQLManagementStudio_x64_ENU (SP1) but download speed keeps going lower.This has been happening since last week. Right now I am downloading the file but the speed is at...
View ArticleBundle pro in sql server
Hi All,Could you please provide me information about BUNDLE PRO TOOL in sql server.what is it and it's usage.Thanks in advance.
View ArticleSQL Server port change
I read a security recommendation to change port in SQL Server. I'm testing port changes in SQL Server 2008 and this is a named instance. I have changed SQL Server port in 3 places:1. SQL Server Native...
View ArticleConvert String to float
I have a column which has a value like /-37,654 and its a varchar but I want to convert it to float 37654 ...How do I do that . Is this something I can do in SSIS???Column A Expected...
View ArticleCannot Install (ANY version) of SQL Server Express.
I am attempting to install SQLExpress 2012 (or 2014) for school but no matter what I do I recieve the same exact errors.Complete with failures;-Data engine services: Failed-SQL Server Replication:...
View Articlewhat is SQL Server Distributed Replay feature
Can someone please explain me what is SQL Server Distributed Replay feature? and give me a simple example
View ArticleProcedure getting half executed for one user but getting fully executed for...
Hi All,We have a procedure in the below waydeclare... one temp table ... body { cursor --step 1 { Inserting some results into a temp table printing the inserted rows. } update statement using the temp...
View Articlehow to create an xml (dynamic nodes) to fetch values in sql server
how to create an xml (dynamic nodes) to fetch values in sql server
View Article