Linked Server on top of Likned Server
Hi All,I have a linked server setup on SERVER-A to pull data from our OLTP server using an OLEDB provider and it works fine. The OLEDB provider am using for linked server is only available in 32 bit...
View Articlesql server 2012 will not connect
hi, I recently installed the 180 day evaluation flavor of SQL Server 2012 and everything was running fine until I re-booted the Windows 7 'server'. Now every time I attempt to reconnect the server...
View ArticleOperating system error code 3(The system cannot find the path specified.).
every time i restart the sql server im getting following error.Create file encountered Operating system error code 3(The system cannot find the path specified.)while attempting to open or create the...
View Articleregarding temp DB error
Hi AllOne of my client was getting an error while running few scripts, but he was not able to displsy the script. Can anyone guide me in this scenario as it is crucial for me.Below is the error :...
View ArticleHow to restore database from SQL server 2000 to SQL server 2012 version
How to restore database from SQL server 2000 to SQL server 2012 version
View ArticleSQL Server 2012 Crashed
I restarted my computer after a query execution and the MSSQLSERVER service keeps Starting or Change pending... Status (the first one in Services and the Second in SQL Server Configuration Manager)I...
View Articleunable to create the user database...
hi team,we are unable to create the user database, we are greeting the bellow error.
View ArticleSQL 2012 Update Statistics Maintenance Plan
Hi AllIs anyone aware of any issues on SQL 2012 regarding maintenance plans for update statistics.I have migrated a system to SQL 2012 from SQL 2008, I created a maintenance plan to update all stats...
View ArticleDetect Windows server memory from SQL Server SSMS
HelloIs there a way to detect what is the memory on a particular server by querying from SSMS? I am not looking for 'max server memory' of SQL, but trying to find out if there is a way to find out what...
View ArticleERROR : Execution of Sql exceeded threshold
hi there: One store procedure on the application was failed and the error message was below:Execution of Sql exceeded threshold.Does anyone know how to configure the threshold on the server...
View ArticleColumnstore index improvements in SQL Server 2014 CPT1 added to SQL Server 2012?
Will the Columnstore index improvements featured in SQL Server 2014 CPT1 be added as a service pack to SQL Server 2012? Specifically the batch mode improvements. We just recently upgraded to SQL Server...
View ArticleRestoreDatabase Failed
Hi,I am getting below problem while restoring the AdventureWorksDW(2008 R2 Version) to 2012TITLE: Microsoft SQL Server Management Studio ------------------------------ Restore of database...
View ArticlePowershell invoke-sqlcmd calls stored procedure second time after Query...
We have a very strange issue. We have noticed that a single stored procedure is executed twice when is called by Powershell invoke-sqlcmd command.When we trace it we can see the procedure starts...
View ArticleSQL Server 2008 R2 Express service crashes on Windows Server 2012
I am trying to deploy our application that uses SQL Server 2008 R2 Express (SP1 I believe) to a Windows Server 2012 Standard virtual machine (using VMWare Workstation 9.0.2). The SQL Server Express...
View ArticleRaw Query Performance on Clustered vs Non-Clustered Index
I'm trying to determine what the overall performance difference would be in the following situation. Assuming I have a large table, 500M records that have a non-unique RecordID column. eg. RecordID...
View ArticleSQL Server backup related issue
We are running SQL Server 2008 R2 SP1. There is a scheduled transaction log backup using SQL Server maintenance job that runs at a certain time of the day. The job runs fine on few days and fails few...
View Articlehow to resolve "insufficient memory usage" in sql server 2000
I have one sql 2000 server in my environment and now getting an insufifcient memory problem.Please help me how to resolve it.Details:SQL server :- 2000- SP4 OS:- win2k3 server- SP2 Total 3.25 GB RAM...
View ArticleHow to identify the spike in CPU utilization due to concurrency in SQL Server
Hi All,I have a Windows 2012 server which is 2 core processor with 16 logical cores as per sys.dm_os_sys_info and max_workers_count of 704. It has two sql server 2012 instances.The default instance is...
View ArticleChange the Default backup location in sql server 2005
Hi Guys,i want to change the default location of backup in sql server 2005.do we have any option in 2005 other than to change in the registry?Thanks in advance....
View ArticleWhy are DDL changes to a temporary table not allowed within a snapshot...
Why are DDL changes to a temporary table not allowed within a snapshot transaction, especially when the temporary table is created within the snapshot transaction? I understand why DDL changes to a...
View Article