Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Browse by Tags · View All
TSQL 15
BRH 13
SQL Server 13
#SQL Server 12
#TSQL 8
#SQLServer 4
SQL Server Agent 3
Stored Procedure 2
SQL server Jobs 2
Change Data Capture CDC 2

Archive · View All
November 2010 4
October 2010 3
April 2011 3
March 2011 3
January 2012 2
November 2011 2
August 2011 2
September 2010 1
October 2011 1

T-SQL to get all the Error Messages and Error Codes

Sep 23 2010 7:25AM by Manjunath C Bhat   

Technorati Tags: , , ,

Sometimes We Tend to search for Error Codes and Error messages. We require this for trouble shooting.

Here is a Small T-SQL which will get you all the Error Codes and the Respective Error Messages. Hope this Might Help us.

SELECT 
    message_id as Error_Code, 
    severity, 
    is_event_logged as Logged_Event, 
    text as [Error_Message] 
FROM sys.messages 
WHERE language_id = 1033;

Tags: #SQL Server, TSQL, #TSQL, SQL Server, BRH,


Manjunath C Bhat
102 · 2% · 511
0
Liked
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]