|
|
-
Sergejack knew 25 Days ago through Just Learned
I ended my last tip about triggers on the note 'Triggers should always be written to handle multiple rows'. I searched online for different methods people have been using on handling trigger based solutions and thought it would make a good learning t...
|
-
Sergejack Commented 26 Days ago through Interview Questions
I think this was recently discussed here.
Not sure it was posted in the "Interview" section though....
|
-
Sergejack Commented 26 Days ago through Blogs
I was pretty sure only global temporary table could be accessed.
You prove me wrong....
|
|
|
|
|
-
Sergejack Commented 1 Months ago through Just Learned
It's a good reminder, I'm sure people are willing to know all the basics as well as the more advanced topics.
I totally went through that kind of SQL issue at some point in my life, newbie or not Guenter post is valuable....
|
-
Sergejack knew 1 Months ago through Just Learned
I just stumbled across a weird misconception that I'd like to help you to avoid:
If you consume the results of a (non-inline) table valued function, the results are not in the same order as if you take the content óf the TVF in your query.
So, if yo...
|
-
Sergejack Liked 1 Months ago through Just Learned
I just stumbled across a weird misconception that I'd like to help you to avoid:
If you consume the results of a (non-inline) table valued function, the results are not in the same order as if you take the content óf the TVF in your query.
So, if yo...
|
-
Sergejack forgotten 1 Months 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...
|
-
Sergejack Liked 1 Months 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...
|