security patch MS11-049 needed for sql 2008 R2 SP2
My Database engine version is:SQLServer 2008 R2(SP2)- 10.50.4260.0(X64) Jul 11 2012 15:47:13 Copyright(c) Microsoft Corporation Enterprise Edition(64-bit)onWindows NT 6.1<X64>(Build...
View ArticleTransfer data from a table to another table
Hello I want to transfer data from a table in one server to another table in a different server, I want to do this on a nightly job, what will be the best way, please advise, thank you.
View ArticleSQL Server 2005 Memory Explosions
We have the following configuration:ESXi 5.1.0 running on three clustered Dell 710 serversvCenter Server 5.1.0The clustered servers have a total of 88G of RAMSQL Server 2005 x86 running on a virtual...
View ArticleCan't Add SQL Agent job in the SQLserver
HI All,We are trying to adding a job in one SQLSERVER2008R2.Whenever I clicked ‘New’ to add a step, found following error:creating an instance of the com component with clsid from the iclassfactory...
View ArticleSlow or long running query troubleshooting.
We had a situation where an SP/Query is running very long (~ 3 hours) on production server (32 CPU + 64 GB) . As this SP is taking only 2 to 3 min in QA environment we started troubleshooting....
View ArticleSql Server Configuration is Not Displayed!!
hi all, i am using SQL server 2008. i have sysadmin permission in server level, also i have administrator privilege from the windows security.i am getting the below error when i am trying to see SQL...
View ArticleMerging Suggested Indexes
Good morning,I've been looking at some query plans this morning to try and improve the performance of some of our longer/slower queries.I'm wondering if there's a way to use the information from the...
View ArticleMsg 16943, Level 16, State 4, Line 27: Could not complete cursor operation...
IF EXISTS (SELECT * FROM sysobjects WHERE xtype = 'U' AND name = 'AKG111') BEGIN DROP TABLE AKG111; PRINT 'Table, AKG111 is dropped'; END GO IF EXISTS (SELECT * FROM sysobjects WHERE xtype = 'U' AND...
View ArticleAlwaysOn Async to Sync to Async
Hi all,SQL Server 2012 or 2014, we can have primary replica and secondary replica in asyncronous mode, it is possible to switch from async mode to sync mode on the fly? And then back to Async? I mean...
View ArticleOne of the interview questions for dba
Hi Experts, I need some guidance on this. Recently I have attended a job interview for sql server database administration and was asked to speak about one of the critical issue you have faced as a dba....
View ArticleThe operating system returned error 170(The requested resource is in use)
Hello Experts,We have a Sharepoint farm where we are receiving OS Error 170 for many days. It results in database shutdown/Start because required transaction file is not available.The operating system...
View ArticleDatabase Size Increase After Index Rebuild
HiI recently perfomed an Index Rebuild using a Maintenance Plan on a large table in my database because it was 91% fragmented. After the Index Rebuild the database file increased in size from 18605 MB...
View ArticleUnable to shutdown SQL Server
Hello, I'm facing an issue with a SQL Server 2008 SP3 CU17 setup on Windows Server 2008 R2 SP1. I've got 4 instances running on this server. A bunch of users make some queries with SSMS (I know it's...
View ArticleSQL FileStream Access to Stored Document
I can upload store files, but can not retrieve files stored in SQL FileStream from a desktop PC. But I can retrieve the document from the IIS 7.0 server. The SQL server is on a different server.
View ArticleHow to get started with freelancing database projects ?
Hi Experts,Need your advice on this. I wanted to do some Freelancing for Database projects for database administration, converting DTS to SSIS packages, upgrades and migrations.How do I get started...
View ArticleStats of Data Collector from Profiler Trace
Hi,I managed to successfully create a data collector. The collection set/item definitions are generated from the SQL Server Profiler tool. The trace definition is simple and is as follows.SELECT...
View ArticleHow 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 ArticleTo Find the deadlock
Hi,it is possible to find the DEADLOCK with out using sql profiler and DBCC trace on.if any sql store procedure or any sql server query to find the sql server deadlock.Thanks..,
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 Article