The query processor ran out of internal resources and could not produce a...
I handle SQL server for my company now a days after getting the application migrated to SQL server 2008R2 SP2 I am getting below error on a regular basis, Help to brainstorm to put a fix for this...
View ArticleFour part naming vs OPENQUERY permission difference?
Hi,When connecting to a DB2 environment using the Microsoft OLE DB Provider for DB2, I sometimes run into permission issues:Using the OPENQUERY syntax, the query runs fine,Using the four part name...
View ArticleBCP Error
I have one question pls help out in this.I am exporting file from table using BCP ,it will work properly if run through query or procedure and if i schedule job for this it will not work properly and...
View ArticleDatabase Shrink Error: 8985
Hi All,Version: Microsoft SQL Server 2008 (SP3) - Enterprise Edition.While performing the DB Shrink, I get the following error on both the editionsEnterprise and Developer. Recently I have upgraded the...
View ArticleMaintenance Plan
Hi I am using SQL Server 2005 Enterprise standard Edition. Issue:There is a maintenance plan which is taking a full database backup. Usually the maintenance plan completes in 1 hour to take backup but...
View ArticleAuthentication with old password no longer supported, use 4.1 style passwords.
hi, I am creating webservice.asmx to connect from online(hosted) mysql but getting this from Exception :' Authentication with old password no longer supported, use 4.1 style passwords. 'The...
View ArticleImport of Microsoft Distributed Transaction Coordinator (MS DTC) transaction...
SQL server abruptly not responding to client applications for a brief period (5-15 minutes), but it’s started responding as soon as these errors raised on SQL error log. SQL version: 2008 R2 enterprise...
View ArticleLogin failure to SQL instance in 2012
I'm seeing login failures to our end users on our server which has recently migrated to Windows/SQL 2012.Severity: 14, State: 11. is what it shows in the logs. In ring buffers below are the error...
View ArticleCan lock escalation in undo phase(db recovery)?
Hello everyone,i have met a db undo situation ,which hold 18000000+ locks,about 3.4GB memory(totally 4gb physical memory).So my question is :can lock escalation in undo phase(db recovery) ,because...
View ArticleUnable to connect with Instance name, but able to connect with...
Hi All,I have a default instance in a server which is running in a different portnumber(other than 1433). When few users are connecting from their machine to the server with instance name they were not...
View ArticleHow to delete the Folder from sql server 2008
Hi all,I was trying to delete the folder from sql server 2008 with the below scriptDECLARE @path VARCHAR(256) -- path for backup filesDECLARE @cmd VARCHAR(8000)DECLARE @folderName VARCHAR(256) --...
View ArticleRecovery model for system databases.
I observe the default recovery model for master,msdb and tempdb is simple.Also, I know tempdb requires no recovery to simple is fine.Master database contains metadata and can only offer full database...
View ArticleDeprecation of Trace -T272
Anyone knows if trace flag -T272 is going to be deprecated? I am using it to avoid the jumping of identity value in SQL 2012...
View ArticleCannot open backup device 'F:\foldername'. Operating system error 5(Access is...
SQL 2005 EnterpriseEven if I logon as Administrator and try to backup any of my databases to local partitions, I get this error below. I have been operating fine up until this point and doing backups...
View ArticleSQL 2008 R2, Standard Edition, Way to give higher priority to a user (or a...
SQL Server 2008 R2 Standard Edition 64-bit running on Windows Server 2008 R2 64-bit.When we went from SQL 2000 to SQL 2008 we have some queries that no longer perform as well as they did in 2000.We...
View ArticleHow to handle IDENTITY Columns when doing Switch IN Switch OUT Partitions in...
Hi All,How to handle IDENTITY Columns when doing Switch IN Switch OUT Partitions in SQL Server 2012?Thanks Shiven:) If Answer is Helpful, Please Vote
View Articlesql 2008 r2 property size is not available for database
Nightly whenever index rebuild process runs My data file and log file gets full and when right click properties on database then I get the error: Property size is not available for database.This...
View Articlewhere (exists (...) or exists(...))
We have an SP with a big select statement with a huge where clause with about fifty conditions which is NOT the way you really want to write things but there it is. The odd thing is just one small...
View ArticleSQL server backup for 3 months only.
Hi all,I have database which having data across last four year.Now I need to take a backup of only last 3 or 6 months data.PLease let me know how can take only 3 or 6 month backup instead of...
View ArticleDatabaseMail process is shutting down while sending test email.
Hi All,We are using SQL Server 2008 R2 Database Mail for sending emails. It was configured long back and working fine without any issues. Recently databasemail process was automatically stopped. We...
View Article