|
|
-
Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
Today my colleague asked me a question, "how to find size of table only for certain rows?". My initial reply was "No. Its not possible". However, immediately sys.fn_PhysLocFormatter(%%Physloc%%) struck in my mind, which gives the page number. By findi...
|
-
Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
Today, my colleague asked me an interesting question. In below code snippet, what is A<T> and A<int> called as? Are both of these are classes? If so, How can you differentiate these while calling them?
[code]
class A<T>
{
}
c...
|
-
Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
Today, my colleague asked me an interesting question. In below code snippet, what is A<T> and A<int> called as? Are both of these are classes? If so, How can you differentiate these while calling them?
[code]
class A<T>
{
}
c...
|
-
Yogesh Bhadauriya Learned 2 Years ago through Just Learned | 1 Point
Today, my colleague asked me an interesting question. In below code snippet, what is A<T> and A<int> called as? Are both of these are classes? If so, How can you differentiate these while calling them?
[code]
class A<T>
{
}
c...
|
-
Yogesh Bhadauriya Learned 2 Years ago through Just Learned | 1 Point
Today, my colleague asked me an interesting question. In below code snippet, what is A<T> and A<int> called as? Are both of these are classes? If so, How can you differentiate these while calling them?
[code]
class A<T>
{
}
c...
|
-
Yogesh Bhadauriya Liked 2 Years ago through Just Learned | 1 Point
Today, my colleague asked me an interesting question. In below code snippet, what is A<T> and A<int> called as? Are both of these are classes? If so, How can you differentiate these while calling them?
[code]
class A<T>
{
}
clas
|
-
Yogesh Bhadauriya knew 2 Years ago through Just Learned | 1 Point
GO command is not only a batch seperator but also acts as while loop starting from version 2005.Run this code and see the output
[code]
select 1
Go 5
[/code]......
|
-
Yogesh Bhadauriya knew 2 Years ago through Just Learned | 1 Point
GO command is not only a batch seperator but also acts as while loop starting from version 2005.Run this code and see the output
[code]
select 1
Go 5
[/code]......
|
-
Yogesh Bhadauriya knew 2 Years ago through Just Learned | 1 Point
Goto www.google.com, type 3+4 in the search text box and press enter. You can also do something like 12*(5+5)-12/4......
|
-
Yogesh Bhadauriya knew 2 Years ago through Just Learned | 1 Point
Goto www.google.com, type 3+4 in the search text box and press enter. You can also do something like 12*(5+5)-12/4......
|