|
|
-
|
|
When we design a database application, whenever we come across errors in our stored procedures, we can throw custom error messages using RAISERROR . It is very sophisticated way of handling error in TSQL Code. Here we are going to discuss how can we use RAISERROR to throw custom error messages in ou......
|
|
-
|
|
Timezone aware datatypes from SQL Server 2008 are a welcome relief for globally distributed Organizations. Timezone aware datatype “DATETIMEOFFSET’ would help in better storge of time of events. We assume that Company 'XYZ' is having head quarters at London and two branches at Seattle and M......
|
|