error messages
Tag details
Welcome to the 'error messages' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'error messages'.
Latest blogosphere posts tagged “error messages”
-
SQL SERVER – Unique Nonclustered Index Creation with IGNORE_DUP_KEY = ON
Journey to SQL Authority with Pinal Dave —
Authority: 526
In one of my recent training course, I was asked question regarding what is the importance of setting IGNORE_DUP_KEY = ON when creating unique nonclustered index. Here is the short answer : When nonclustered index is created without any option the default option is IGNORE_DUP_KEY = OFF, which means when duplicate ...1 day ago -
SQL SERVER – Unique Nonclustered Index Creation with IGNORE_DUP_KEY = ON
Visit SQLAuthority.com —
Authority: 128
In one of my recent training course, I was asked question regarding what is the importance of setting IGNORE_DUP_KEY = ON when creating unique nonclustered index. Here is the short answer : When nonclustered index is created without any option the default option is IGNORE_DUP_KEY = OFF, which means when duplicate ...1 day ago -
Cryptic WCF error messages (part 7 of N)
Yaron Naveh's Web Services 2.0 Blog —
Authority: 112
Yet another post in the ongoing series . This one happens when you use 2-way ssl (e.g. client authenticates with an X.509 certificate in the HTTP level). You may get this error message: The HTTP request was forbidden with client authentication scheme Anonymous. This simply means the client certificate failed ...3 days ago -
Can’t open PDF files in Windows 7
IT answers —
Authority: 162
New Answer by Harisheldon4 days ago -
SQL SERVER – FIX: Error: 1807 Could not obtain exclusive lock on database ‘model’. Retry the operation later.
Journey to SQL Authority with Pinal Dave —
Authority: 526
While working on query optimization project, I encountered following error. Msg 1807, Level 16, State 3, Line 1 Could not obtain exclusive lock on database ‘model’. Retry the operation later. Msg 1802, Level 16, State 4, Line 1 CREATE DATABASE failed. Some file names listed could not be created. Check related ...4 days ago -
SQL SERVER – FIX: Error: 1807 Could not obtain exclusive lock on database ‘model’. Retry the operation later.
Visit SQLAuthority.com —
Authority: 128
While working on query optimization project, I encountered following error. Msg 1807, Level 16, State 3, Line 1 Could not obtain exclusive lock on database ‘model’. Retry the operation later. Msg 1802, Level 16, State 4, Line 1 CREATE DATABASE failed. Some file names listed could not be created. Check related ...4 days ago -
3 Steps to Troubleshoot and Fix Psapi.dll Registry Errors
Another Day With My PC —
Authority: 434
Psapi.dll problems can manifest in several different ways on your machine. Because of this, you may need to try different approaches to fix psapi.dll errors, depending on the cause of the error. This dll error can occur during program installation, or even during Windows start and shutdown processes. If you get a ...6 days ago -
SQL SERVER – FIX : Error : Msg 1949, Level 16: Cannot create index on view. The function yields nondeterministic results. Use a deterministic system function, or modify the user-defined function to return deterministic results.
Journey to SQL Authority with Pinal Dave —
Authority: 526
Recently, during my training session in Hyderabad, one of the attendees wanted to know the reason of the following error that he encountered every time he tried to create a view. He informed me that he is also creating the index using WITH SCHEMABINDING option. Msg 1949, Level 16, State 1, Line 1 Cannot create index ...6 days ago -
SQL SERVER – FIX : Error : Msg 1949, Level 16: Cannot create index on view. The function yields nondeterministic results. Use a deterministic system f
Visit SQLAuthority.com —
Authority: 128
Recently, during my training session in Hyderabad, one of the attendees wanted to know the reason of the following error that he encountered every time he tried to create a view. He informed me that he is also creating the index using WITH SCHEMABINDING option. Msg 1949, Level 16, State 1, Line 1 Cannot create ...6 days ago -
SQL SERVER – CDC and TRUNCATE – Cannot truncate table because it is published for replication or enabled for Change Data Capture
Journey to SQL Authority with Pinal Dave —
Authority: 526
Few days ago, I got the great opportunity to visit Bangalore Infosys. Please read the complete details for the event here: SQLAuthority News – Notes from TechDays 2009 at Infosys, Bangalore . I mentioned during the session that CDC is asynchronous and it reads the log file to populate its data. I had received a ...1 week ago -
SQL SERVER – CDC and TRUNCATE – Cannot truncate table because it is published for replication or enabled for Change Data Capture
Visit SQLAuthority.com —
Authority: 128
Few days ago, I got the great opportunity to visit Bangalore Infosys. Please read the complete details for the event here: SQLAuthority News – Notes from TechDays 2009 at Infosys, Bangalore . I mentioned during the session that CDC is asynchronous and it reads the log file to populate its data. I had received a ...1 week ago -
Dedicated Server Hosting Serves Up Solid Solutions
The Publicists Assistant —
Authority: 146
Using dedicated server hosting for your website can improve your businesses competitiveness in this economic climate If you are a small business looking to set up a website, deciding between shared and dedicated server hosting may be easier than you think. You are in a race everyday, with more competitors every ...1 week ago -
Windows 7 Registry Errors May Be Even More Prominent Than Errors in Older Versions
All Upcoming Stories —
Authority: 178
As with other versions of the operating system Windows 7 registry errors cause computer freezes, slow start-ups, slow system performances, and even computer crashes. Original news source2 weeks ago -
Little-Known Software Will Stop Error Messages and Keep Windows from Crashing
All Upcoming Stories —
Authority: 178
Today’s world offers software that can stop error messages and clean the registry database in less than two minutes. Original news source2 weeks ago -
Repair Windows XP Registry
Gaming Outcasts —
Authority: 137
If you are having problems with a computer that is running Windows XP , then you will often get Windows XP error codes. This can often be solved by installing the latest service pack for the program. Microsoft works to find solutions to the problems with the program and publishes those repairs about every thirty ...2 weeks ago -
Using Google Apps? 5 Ways to Avoid Getting Hacked
Family Learning Center —
Authority: 164
[IMG: http://www.family-learning-center.com/wp-content/plugins/wp-o-matic/cache/46938_apps_logo_july_09-thumb-150x37-6411.gif]2 weeks ago -
ErrorWebPart when loading a CQWP using the object model
Sharepoint Tips And Tricks —
Authority: 92
When you are using the object model from a console or windows application to load web parts, you will notice that the CQWP (content query web part) instances all show up as "ErrorWebPart", and do not allow changing any of the web parts settings. This is because when you load the web part, the web part code tries to ...2 weeks ago -
Sending but not able to receive email on Lotus Domino
IT answers —
Authority: 162
New Question Created by Domino Ask The Experts2 weeks ago -
numeric test in SQL
IT answers —
Authority: 162
New Question Created by Sherryborden3 weeks ago -
SQL SERVER – ERROR: FIX: Cannot drop server because it is used as a Distributor in replication
Journey to SQL Authority with Pinal Dave —
Authority: 526
Replication has been my favorite subject when it comes to resolving errors. I have found that many DBAs are stuck with the solving of the problem of replication for hours; however, the solution is very easy. One of the very common errors in replication occurs when replication is removed from any server. I have seen ...3 weeks ago

