Fatal Communication Error
Hello, everyone.I am fairly new to the world of SQL server, so I apologize for any newbie errors in my question. I am also not sure if this is an SQL, IIS, or Windows Server issue.The Environment: One...
View ArticleSql server 2008 R2
Hello - I am having problems migrating my database from an old machine to the new machine. Both are using the same SQL Server 2008 R2, both are standalone. My new machine is 64-bit while the old one is...
View Article1 SQL instances with several archive Databases using all AWE RAM memory of...
Hello,I just migrated my accounting system to a new SQL Server deployment of the software.We just purchased the expensive SQL Server enterprise to accomodate.I have some replicated databases to of...
View ArticleTrigger a stored procedure for every new record
Hi All,I have a requirement as, need to run a stored procedure for every new record in particular table.Ex : I have a table say X contains 10 records, if 1 record inserted in a table X, then particular...
View ArticleApril's SS DBE Gurus Announced!!
The results for April's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2014/05/17/the-microsoft-technet-guru-awards-april-2014.aspxCongratulations to all our...
View ArticleFIRST OCCURRENCE: Common Language Runtime escalation on critical resource.
We are getting this error and related stack dump when store procedure is trying to call a aggregation function defined in a CLR assembly "myExtention"2014-05-19 03:05:30.45 spid76 **Dump thread -...
View ArticleIs it possible that my update stats used only correct tables?
Whenever there is a schedule maintenance run I receive a error:Executing the query "UPDATE STATISTICS [Perf].[PerfHourly_F65954CD35A54..." failed with the following error: "Table...
View ArticleSPN has been set but still error is coming
Error: SQL Server cannot authenticate using Kerberos because the Service Principal Name (SPN) is missing, misplaced, or duplicated. Service Account: ABC\s-sqlcluster Missing SPNs:...
View ArticleDeadlocks with simple UPDATE statement
I have in a C# program a dictionary and in SQL Server a stored procedure with a simple UPDATE statement. I process the dictionary in parallel. For each entry in my dictionary I call this stored...
View ArticleQuestion on DMV
Hi,Just wanted to know if there is a DMV through I can able to tell that my workload type is 'ad hoc'?Any help would be appreciated.Thanks in advance.
View ArticleHelp on a test case of sql server memory
Hi, This is a question which came out of curiosity to know of how sql server handles memory. Assume I set a very low value for max server memory and I increase my workload like running dbcc checkdb,...
View ArticleService 'Microsoft.SqlServer.Management.IRegistrationService in SQL server...
HelloI am using SQL server management studio 2012. All was working fine but just few hrs before deployement it stopped working. when i open SQL server management studio it does not loads any database...
View Articlewhy do i have running workers with no associated session id?
SELECT d.session_id,d.login_name FROM sys.dm_os_workers AS a LEFT JOIN sys.dm_os_tasks b ON a.task_address=b.task_address LEFT JOIN sys.dm_exec_requests c ON c.session_id=b.session_id LEFT...
View Articlesql server 2014 -missing performance monitor counter
In sql server 2014 , many performance counters are missing .I need " Buffer cache hit ratio " under "sql server :buffer manager " .Is there any way to get it back or removed form sql server2014 ?parul
View ArticleHigh Memory Usage.
Hello, We have sql server 2012 standrad edi64bit server.It is using 94% memory.Our ram size is 36GB.It is using 34gb. Is this usage normal?Normal SQL will consume most of the available memory on the...
View ArticleSQL Server transaction log not truncating in simple recovery model mode
The transaction log for our SQL Server database is no longer truncating when it gets to the restricted file growth limit set by the autogrowth settings. Previously - as expected - it would reach this...
View ArticleNeed to purge data in sysutility_mdw database
Hi All,I am using SQL Server 2008 R2 and I need to purge the data in the database sysutility_mdw, please let me know how to do do, also let me know if there is any microsoft recommended T-SQL to purge...
View ArticleSQL 2008 R2 Backups (Backup Exec) are failing with SQLVDI error
Hi We are experiancing Backup failures with SQL 2008 R2 DB with Backup Exec 2012, below are the errors Event ID 18210: BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device...
View Article[Microsoft][ODBC SQL Server Driver]Communication link failure
About one month ago we did a fresh install on our SQL Server, formatted everything and started with a clean OS. Ever since then we have this random communication link failure problem. It seems to...
View ArticleSQL Sever Management Studio intellisense issue in SQL Server 2008 R2 and in...
Hi Team,Intellisense in sql server management studio is working fine when i am accessing the databases in my local server.But Intellisense is not working when ever i am trying to connect to the remote...
View Article