|
|
-
Jeffem Liked 1 Years ago through Just Learned | 1 Point
I just was making some performance tests with some batches going one by one, that was returning only times of durations.
At start of every batch I called statements for cold start, so - in result - it added doubled
DBCC exe...
|
-
Jeffem Learned 1 Years ago through Just Learned | 1 Point
I just was making some performance tests with some batches going one by one, that was returning only times of durations.
At start of every batch I called statements for cold start, so - in result - it added doubled
DBCC exe...
|
-
Jeffem Liked 1 Years ago through Just Learned | 1 Point
I just was making some performance tests with some batches going one by one, that was returning only times of durations.
At start of every batch I called statements for cold start, so - in result - it added doubled
DBCC exe...
|
-
Jeffem Learned 1 Years ago through Just Learned | 1 Point
I just was making some performance tests with some batches going one by one, that was returning only times of durations.
At start of every batch I called statements for cold start, so - in result - it added doubled
DBCC exe...
|
-
Jeffem knew 1 Years ago through Just Learned | 1 Point
EXEC sp_MSForEachTable 'TRUNCATE TABLE ?'
Instead of ? you can place a name of table.......
|
-
Jeffem knew 1 Years ago through Just Learned | 1 Point
EXEC sp_MSForEachTable 'TRUNCATE TABLE ?'
Instead of ? you can place a name of table.......
|
-
Jeffem knew 1 Years ago through Just Learned | 1 Point
I did not expect the following code to run:
(((((((SELECT * FROM sys.objects WHERE type = 'U')))))))
But it does, just fine.
I believed that parentheses were only an *expressive* construct and never a *procedural* one. I'm quite familiar with deri...
|
-
Jeffem knew 1 Years ago through Just Learned | 1 Point
I did not expect the following code to run:
(((((((SELECT * FROM sys.objects WHERE type = 'U')))))))
But it does, just fine.
I believed that parentheses were only an *expressive* construct and could never stand in place of a *procedur...
|
-
Jeffem Commented 2 Years ago through Just Learned | 1 Point
I'm new here, so I apologize for duplicating any previous posts. :) This is just one of the more obscure tips I've learned and wanted to share.
Thanks for the comments, everyone. And Joe, thanks for the specific clarification. (Love your Smarties boo...
|
-
Jeffem Commented 2 Years ago through Just Learned | 1 Point
I'm new here, so I apologize for duplicating any previous posts. :) This is just one of the more obscure tips I've learned and wanted to share.
Thanks for the comments, everyone. And Joe, thanks for the specific clarification. (Love your Smarties boo...
|