|
|
|
|
-
mmoradiya Learned 12 Months ago through Just Learned
Today I just creating new project on my machine using Visual stidio 2010 with silverlight 4.0 after creating project i got **NullReference exception in xaml designer error**. I thought something is wrong when creating y=this project so delete and c...
|
-
mmoradiya Learned 12 Months ago through Just Learned
Today I just creating new project on my machine using Visual stidio 2010 with silverlight 4.0 after creating project i got **NullReference exception in xaml designer error**. I thought something is wrong when creating y=this project so delete and c...
|
-
mmoradiya Learned 1 Years ago through Just Learned
I saw today, in someones code, something like this:
GO 100
At first, I thought that was some typing mistake, but then I found that GO has not only function of ending batch, but also it can execute that batch many times, as specified in:
GO...
|
-
mmoradiya Liked 1 Years ago through Just Learned
I saw today, in someones code, something like this:
GO 100
At first, I thought that was some typing mistake, but then I found that GO has not only function of ending batch, but also it can execute that batch many times, as specified in:
GO...
|
-
mmoradiya Learned 1 Years ago through Just Learned
I saw today, in someones code, something like this:
GO 100
At first, I thought that was some typing mistake, but then I found that GO has not only function of ending batch, but also it can execute that batch many times, as specified in:
GO...
|
-
mmoradiya Liked 1 Years ago through Just Learned
I saw today, in someones code, something like this:
GO 100
At first, I thought that was some typing mistake, but then I found that GO has not only function of ending batch, but also it can execute that batch many times, as specified in:
GO...
|
-
mmoradiya Liked 1 Years ago through Pages
We wish to use these pages for publishing various documents, announcements, FAQ etc related to beyondrelational.com...
|
-
mmoradiya Learned 1 Years ago through Just Learned
Sometimes it happens that we need random row (or set of randoms rows) from table.
Itzik Ben-Gan shows us, in one of his book, the efficient way to do this:
<pre class="brush:sql">
SELECT TOP(1) * FROM someTable ORDER BY NEWID()
</pre>
Changing the v...
|
-
mmoradiya Liked 1 Years ago through Just Learned
Sometimes it happens that we need random row (or set of randoms rows) from table.
Itzik Ben-Gan shows us, in one of his book, the efficient way to do this:
<pre class="brush:sql">
SELECT TOP(1) * FROM someTable ORDER BY NEWID()
</pre>
Changing the v...
|