How can i change sql server 2012 sysmessages description?
How can i change sql server 2012 sysmessages description?for example how can i change error 1801, that is 'Database '%.*ls' already exists. Choose a different database name.' to another description?
View Articlebuffer pool extension limits ?
I have a Sql Server 2014 Standard Edition running on a server with 256 GB of ram.The Standard Edition limit the Ram to 128 GB.Can I add a Buffer Pool Extension of (4x128GB) on SSD ? Or Am I already...
View ArticleHow to know if an insance is a default instance or a named instance?
I obtain a list of instance names by using the method in this article:http://blogs.msdn.com/b/askjay/archive/2011/10/11/how-can-i-get-a-list-of-installed-sql-server-instances.aspxOn my computer, there...
View ArticleCannot obtain the required interface ("IID_IDBSchemaRowset")
I hope some oone can help with this.I have a sql 2005 32 bit sp3 STD Edi running on Windows 2003 sp2 Std EdiI am using a domain account and am local admin on the box. The SQL and the SQL agent are both...
View Articlesys.dm_os_waiting_tasks and create index.
Hi Team,Please let us know reason below why am getting blocking_session_id =87 and blocking_exec_context_id=1 while theres no spid=87 with exec_context_id=1.2) Here we are watching IO_completion with...
View ArticleDifferent Performance Between "Intel Xeon X" series and "Intel Xeon E5" series
Hi all,We have many servers in our company, most of them are ProLiant G7 and G8.On G7 series, Intel Xeon X5680 3.3GHz processors are installed and on G8, Intel Xeon E5-2690 2.9GHz processors are...
View ArticleSelect count(*) cause time out error
I invoke the following statement:select count(*) as total from table1where table1 is large(30000 rows), total size of the database is more than 20GB.The above statement will cause time out error. How...
View Articleabnoraml number of Batch requests/sec
Hi , I have sql 2008 x64 SP 2 clustrted and counter Batch requests/sec starts shows unusual figures 2000\sec instead of 300 and 400 per sec which is the normal numberis there a way I can use to capture...
View ArticleSQL SERVER 2012 Database Engine login issues
I've installed MS SQL SERVER 2012 Standard Edition. WHat i'm facing now is the SQL SERVER will auto change my "sa" login password to soemthing else. I had put a password to "xxx", but when login to...
View Articleanalyze I/O per database
Hi , I have used a DMVs query can give my I/O Statistics by file for my database , but actually I can't analyze the figures as below I 'd be greatly appreciated if you give me a clue about each column...
View ArticleConsolidating multiple instances into one - SQLSERVER BROWSER
Hi all,my goal is to consolidate multiple SQL Server named instances from several servers into one instance. I'm searching for a documented procedure for redirecting client connections, I'll try to...
View ArticleNeed to estimate the SQL drives to upgrade the size
Hi All,We are planning to get a new drives for SQL server and for that we need to estimate the sufficient size of the drives. We have history tables since last year June which capture the DB files...
View ArticleSQL Restore gets to 100% but never completes
Hi all,I receive a daily database extract (differential) and a monthly full extract. Each day the full extract is restored (NoRecovery) and the differential applied (recovery) into the same database.I...
View ArticleSetting TCP port for Named Instance using powershell on Win2012 with...
Hi All,I am trying to configure TCP port of named instance in win 2012 server (SQL Server 2008 r2 installed).when i run below PS code got the error. can someone help to rectify the issue.#$instanceName...
View Articlerestoring a database from a different database
I want to restore database new2db from newdb. both dbs are on different sql server instances.I have backup of newdb called newdb_july.bkup.I ran the below command : restore database new2db from disk =...
View ArticleI cant find the error
public partial class Details : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { SqlConnection conn = new SqlConnection("Data...
View ArticleCannot edit database
Good day,I created a database(query) like 2 weeks back on microsoft sql server 2012.Now I want to continue working, but I cannot edit it.I can see the query which is saved under object...
View ArticleHow to optimized Multiple CASE statement
Hi.. Somebody please help me out to use most optimized Multiple CASE statement in below example.. Select CAST(COUNT(DISTINCT(CASE WHEN period_id <350 THEN period_id END)) AS DECIMAL(30,0)) AS...
View ArticleMultiple tempdb databases
Is it possible to create multiple tempdb databases in SQL Server 2012 enterprise edition 64 bit on windows server 2012 data center edition 64 bit.
View Article