|
|
-
Dimitrios Staikos Commented 9 Months ago through Just Learned | 1 Point
Interesting!
Btw, when items are created WITH ENCRYPTION the definition is NULL....
|
-
Dimitrios Staikos Commented 9 Months ago through Just Learned | 1 Point
Interesting!
Btw, when items are created WITH ENCRYPTION the definition is NULL....
|
-
Dimitrios Staikos knew 1 Years ago through Just Learned | 1 Point
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...
|
-
Dimitrios Staikos knew 1 Years ago through Just Learned | 1 Point
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...
|
-
Dimitrios Staikos Learned 1 Years ago through Just Learned | 1 Point
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...
|
-
Dimitrios Staikos Learned 1 Years ago through Just Learned | 1 Point
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...
|