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 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 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 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 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 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 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 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 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 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 ArticleFiring trigger with partioning function
Hi,We are looking at implementing a partioning scheme on a parent-child relationship but the column we want to use is only in the parent table. Is it possible to get a trigger to fire when the...
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 ArticleCreate new user in SQL Server DB
Hi - this should be a very simple task but I am really struggling as I am not a DBA nor do I have any formal training. I have admin access to a SQL Server DB and can login successfully with no...
View ArticleApply transaction log to new production server from old server.
Hi, I have Transaction logs copied from A server to fileshare for every 5 min.I need to restore those transaction logs from Fileshare to B server. I can do with logshipping but my dba told that the...
View ArticleSQL 2008 R2 low virtual memory condition
Hi, we have a 64 bit server with 6 instances of SQL Server 2008 R2. The server has 32 GB and 12 cores. Each instance is configured to have an upper memory limit of between 1.5 and 6 GB. The primary...
View ArticleError trying to Start Remote Job via Linked Server
Source Environment: Win2K8R2 Std. SP1 X64 - SQL Server 2008 R2 Std. SP1 X64Destination Environment: Win2K3 Std. SP2 - SQL Server 2000 Std. SP4Description: I have created a stored procedure on the MSDB...
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 Article