|
|
-
Pronojit Roy Commented 2 Years ago through Just Learned | 1 Point
"**SQL Server - Some invalid expressions are completely omitted in the ORDER BY Clause**"
This is the topic which we are discussing , but actual questionn is is **ORDER BY omitted** ?
According to me Madhivanan is wrong and Sergejack is 100% rig...
|
-
Pronojit Roy Commented 2 Years ago through Just Learned | 1 Point
"**SQL Server - Some invalid expressions are completely omitted in the ORDER BY Clause**"
This is the topic which we are discussing , but actual questionn is is **ORDER BY omitted** ?
According to me Madhivanan is wrong and Sergejack is 100% rig...
|
-
Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
1) Transaction log are not recorded for table variables so they are transactional neutral or you can say that they are out of scope of transaction mechanism. Whereas temp tables participate in transactions just like normal tables
2) Table variables c...
|
-
Pronojit Roy Liked 2 Years ago through Just Learned | 1 Point
1) Transaction log are not recorded for table variables so they are transactional neutral or you can say that they are out of scope of transaction mechanism. Whereas temp tables participate in transactions just like normal tables
2) Table variables c...
|
-
Pronojit Roy Learned 2 Years ago through Just Learned | 1 Point
1) Transaction log are not recorded for table variables so they are transactional neutral or you can say that they are out of scope of transaction mechanism. Whereas temp tables participate in transactions just like normal tables
2) Table variables c...
|
-
Pronojit Roy Learned 2 Years ago through Just Learned | 1 Point
1) Transaction log are not recorded for table variables so they are transactional neutral or you can say that they are out of scope of transaction mechanism. Whereas temp tables participate in transactions just like normal tables
2) Table variables c...
|
-
Pronojit Roy Commented 2 Years ago through Just Learned | 1 Point
Many Many thanks man .. Its good have post like this....
|
-
Pronojit Roy Commented 2 Years ago through Just Learned | 1 Point
Many Many thanks man .. Its good have post like this....
|
-
Pronojit Roy Learned 2 Years ago through Just Learned | 1 Point
Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like
[code]
if (HttpContext.Current != null && HttpContext.Current.Request != null)
{
string osversion = HttpContext.Current.Req...
|
-
Pronojit Roy Learned 2 Years ago through Just Learned | 1 Point
Today I just learned from Rick strahl Blog we can get IIS Version using Server variable like
[code]
if (HttpContext.Current != null && HttpContext.Current.Request != null)
{
string osversion = HttpContext.Current.Req...
|