SQL Network Interfaces, error: 26 ,How to overcome this error?
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that...
View ArticleHow t minimize the loging in sql server
Hi friends, I am looking to minimize the loging in sql server 2012. My process is I have many base tables, once data will get procced we are moving these all data into their respective history table...
View Articlehow to up the performance
Hello , everybody, Well I dont understand why to execute a stored procedure is very slow the execution... I have a question for anyone, why is veru slowwww? thanks for your feedback.
View Articleshrink transaction log in sql server
DBCC SHRINKDATABASE (db_name, size)1 Is this mean i am shrinking whole database or only transaction log file ??2 If i am shrinking whole db then is it good to shrink only log file ?? By using ssms...
View ArticleInvestigate slow running query
Hi All,I have a stored proc which inside simply joins a view and 3 tables. The SP takes less than 1 sec in my DEV environment but it takes almost 10 secs most of the time in my SIT environment.1) The...
View Articlebcp fails for trusted connection
Hi!This is a baffling one - we have a batch process extracting data on a remote machine from the SQL server using bcp -T and has been running without any issues until last weekend. Since last weekend,...
View Articlefrom dt column how to get the data into 2 separate columns as intime and...
emp_ID card_ID dt inout desc275144271992011-03-2321:25:57.0000 Successful 275144271992011-03-2321:26:04.0001 Successful275144271992011-03-2321:35:00.0001 Successful 270144277962011-03-2321:53:55.0001...
View ArticleMultiple TempDB files disappear on restart
1. Added 2 extra tempDB files across 2 logical drives. 2. Restarted SQL Service or the server 3. The 2 extra files disappear from tempDB. However, they still on the hard drive. ??? Why did they...
View ArticleMaximum memory setting on database instance
In reference to the database server properties -> Memory -> Maximum server memory (in MB).The context is I have two SQL Server instances (one for SharePoint and for data), as well as SharePoint,...
View ArticleSQLAgent Job Failed MS SQL 2008 R2
Hi, Facing below issue while running the SQL job. JOb getting failed.And found below error.Executed as user: . Encryption not supported on the client. [SQLSTATE 42000] (Error 21) OLE DB provider...
View ArticleChange SQL minimum Query memory setting
We are on SQL Server 2008 R2 enterprise edition and there is 128GB physical RAM installed on production server .The max SQL memory is setup to 112GB and the current setting of SQL minimum Query memory...
View ArticleDo I need to stop SQL service before I apply OS and IE patches on Windows...
Our SQL dba wants me to stop the SQL service before I apply OS and IE patches on Windows servers.Is this necessary?Thanks. Tiffany
View ArticleImpact of trace flag 272 on SQL Server 2012 apart from disabling identity jump
I am upgrading my application's SQL Server from 2008 R2 to 2012.As discussed in the below URL I am able to see the Identity jump after I upgrade and the server is restarted.Now since I cannot afford...
View ArticleLSI RAID, SSD Drive Formatting for SQL Performance Suggestions
I am setting up a couple of SQL servers (Mirrors), using some standard parts that we're using in the datacenter. So I am limited in the hardware utilized (already purchased). The SQL Server will house...
View ArticleTable variable and collation
Hi, A table variable e.g. declare @table_1 ( userid int, username varchar(128)) ;If a database x collation is SQL_Latin1_General_CP1_CI_AS But tempdb system database collation is Danish_Norwegian_CI_AS...
View ArticleCould not allocate space for object dbo. because the 'PRIMARY' filegroup is...
Hi all ., I am getting thi s error in the version Microsoft SQL Server 2008 R2 (RTM) - 10.50.1600.1 (X64) Apr 2 2010 15:48:46 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows...
View ArticleSQL Server 2012 Service terminated. Resource Monitor (0x12ec) Worker...
We have brought up a 2 node SQL Server 2012 Standard Active-Passive Cluster about a month ago. Last night the SQL Server service bounced on its own [brought down the service for 3 minutes]. Below are...
View ArticleLinked Server error
Dear All, When I tried to create a Linked Server I get the following error message would you please let me know what would cause the issue please? Named Pipes Provider: Could not open a connection to...
View ArticleSQL Server Performance Counter
Hello,Very quick question. What is a Free List? I can see a performance counter for Free List Stalls/Sec, is there any documentation detailing what a free list is? I have been unable to find anything...
View ArticlePartition scheme change with clustered Index
Hi, I have table which has 600 million records and also has the Partition on PS_TRPdate(TRPDate) column, I want to change it to another Partition PS_LPDate(LPDate). So I have tried with small amount of...
View Article