|
|
-
Suvendu Shekhar Giri Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
Both for static class and abstract class, its not possible to create objects. What is the difference between these two?...
|
-
What is the default access modifier for interface members?...
|
-
Suvendu Shekhar Giri liked 1 Years ago through Scripts
This script demonstrates how to validate an email address using a Regular Expression in C#...
|
-
commonly asked C# interview questions and answers...
|
-
While working on my recent project I need to avoid CASE WHEN in few cases so, I derived an alternate way and in this post I am going to demonstrate that.
To execute the demonstration, take a look at the following example.
SELECT CustomerName,Addre...
|
-
Suvendu Shekhar Giri Liked 1 Years ago through Blogs
Square braces in SQL Server play a major role in T-SQL programming. When an object name contains a space, special character, etc, the only way to express them is to put them aroud squre braces. Consider that you want to create a table user master (with ...
|
-
@Dave,
Yes, you are right !!! both the parts of a case statement should return value of same datatype.. In this solution it is not so clear that what type of data will contain the StudentClass field..
Good observation !!!
Thanks !...
|
-
@Dave,
Yes, you are right !!! both the parts of a case statement should return value of same datatype.. In this solution it is not so clear that what type of data will contain the StudentClass field..
Good observation !!!
Thanks !...
|
-
While working on my recent project I need to avoid CASE WHEN in few cases so, I derived an alternate way and in this post I am going to demonstrate that.
To execute the demonstration, take a look at the following example.
SELECT CustomerName,Addre...
|