|
|
-
Fazal Vahora Liked 12 Months 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...
|
-
Fazal Vahora knew 12 Months 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...
|
-
Fazal Vahora Liked 12 Months 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...
|
-
Fazal Vahora knew 12 Months 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...
|
-
Fazal Vahora Liked 1 Years ago through Just Learned | 1 Point
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|
-
Fazal Vahora Learned 1 Years ago through Just Learned | 1 Point
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|
-
Fazal Vahora Liked 1 Years ago through Just Learned | 1 Point
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|
-
Fazal Vahora Learned 1 Years ago through Just Learned | 1 Point
I have been working on creating my demo scripts for "Tech-ED India 2012" and while trying different options, realized that the FORMAT function can be (mis)used to embed external strings into the format specification.
PRINT FORMAT( GETDATE(), ...
|
-
Fazal Vahora Posted 1 Years ago through Just Learned | 5 Points
I just learned one new thing today "How to know suspected page database name,file id,page id,event type details with using suspect_pages Table which is resides in MSDB Database"
USE MSDB
GO
SELECT * FROM suspect_pages
...
|
-
Fazal Vahora Posted 1 Years ago through Just Learned | 5 Points
I just learned one new thing today "How to know suspected page database name,file id,page id,event type details with using suspect_pages Table which is resides in MSDB Database"
USE MSDB
GO
SELECT * FROM suspect_pages
...
|