Viewing 15 posts - 946 through 960 (of 8,760 total)
November 5, 2018 at 3:36 am
November 5, 2018 at 1:45 am
Jeff Moden - Sunday, November 4, 2018 7:35 AMp.s. You didn't make the mistake of shrinking your database files, did you?
He he,...
November 4, 2018 at 7:48 am
First thing to test is how the query performs without the parallel execution plan, append "OPTION (MAXDOP 1)" to the query to test it.
😎
In the execution plan,...
November 4, 2018 at 6:54 am
I am all for generating code and the idea of exposing tables as views in a separate schema is a valid one. The problem here is that this code would...
November 4, 2018 at 5:56 am
Though I chose the option that has been marked correct, think the more...
November 2, 2018 at 9:56 am
November 2, 2018 at 8:08 am
November 2, 2018 at 2:04 am
October 31, 2018 at 8:01 am
Suggest you do this in the database, here is a suggestion for a solution.
😎
Note, you'll need the scale of minimum 19 as in this case =...
October 31, 2018 at 7:35 am
I have this task to convert the Exponential values to numeric(20,15) format. The problem...
October 31, 2018 at 4:44 am
October 29, 2018 at 8:25 am
Hi
Can the below 2 Update statements be executed with 1 Update statement
Update [Test] set...
October 28, 2018 at 2:31 am
Viewing 15 posts - 946 through 960 (of 8,760 total)