Archives

SQL Server Error Code – 21748 the article was dropped at the distribut

In this blog post, you’ll learn more about the SQL Server Error Code 21748 and the error message description that is shown SQL Server Error Code 21748 SQL Server Error Description for the Code :21748 The article was dropped at the Distributor, but information at the Publisher ‘%s’ was not dropped. No action is required; the information is cleaned up if the Publisher is dropped.

InterSystems IRIS TSQL Code 18264 Database backed up: Database: %1, creati

In this post, you’ll learn about the SQL error code 18264 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 18264 Reason for the Error code 18264 in InterSystems IRIS DBMS Database backed up: Database: %1, creation date(time): %2(%3), pages dumped: %4!d!, first LSN: %5, last LSN: %6, number of dump…

InterSystems IRIS General Error Code – 9364

In this post, you’ll learn about the General error code 9364 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 9364 Reason for the Error code 9364 in InterSystems IRIS DBMS Shard assigned with backup member address %1:%2 is not actually mirrored

How to Find if the User has tapped on the Screen in Windows Phone 8 App ?

There are times when you want to find out if the user has tapped on the screen to perform some action . For example , you are developing a game and want the user to tap anywhere on the screen to proceed . In these scenario , one can use the Touch.FrameReported event which lets you capture the position on the screen where the user…