Viewing 15 posts - 196 through 210 (of 339 total)
MadAdmin (5/29/2015)
June 1, 2015 at 10:05 pm
Grant Fritchey (5/28/2015)
Next question, did either of those indexes get used? Did you check...
May 28, 2015 at 6:13 pm
GilaMonster (5/28/2015)
WhiteLotus (5/27/2015)
the result is :
(45108 row(s) affected)
Table 'project_text'. Scan count 1, logical reads 2017, physical reads 0, read-ahead reads 0, lob...
May 28, 2015 at 6:10 pm
Grant Fritchey (5/27/2015)
There just isn't anything to tune in the query here.
Wild...
May 27, 2015 at 10:37 pm
Grant Fritchey (5/27/2015)
GilaMonster (5/27/2015)
WhiteLotus (5/26/2015)
I donβt think eliminate distinct will make any difference β¦.By which you mean you've tested it and it didn't make any difference? ....
Despite the fact that...
May 27, 2015 at 5:59 pm
Jeff Moden (5/26/2015)
WhiteLotus (5/26/2015)
GilaMonster (5/26/2015)
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Thanks for the link . NOTED π
May 27, 2015 at 12:13 am
GilaMonster (5/26/2015)
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Thanks for the link . NOTED π
I attach the execution plan .
Project text --> Table A
Below query is clearer I think ( The query that I run )...
May 26, 2015 at 11:55 pm
GilaMonster (5/25/2015)
May 25, 2015 at 1:46 am
My team said that even if We donβt set up the maximum memory setting in DEDICATED SQL server , SQL will adjust memory usage dynamically and always leave 1 or...
May 24, 2015 at 7:54 pm
The min server memory option specifies the minimum size to which SQL Server can
shrink the buffer pool when under memory pressure; it does not specify the minimum
amount of memory that...
May 24, 2015 at 7:49 pm
Great . I will read it soon ! Thanks a lot
May 22, 2015 at 1:24 am
How do you prove it wrong ?
any article about it ?
May 21, 2015 at 10:14 pm
Thanks for the reply π
but based on this article from technet
https://technet.microsoft.com/en-us/library/ms178067%28v=sql.105%29.aspx
"Allowing SQL Server to use memory dynamically is recommended; however, you can set the memory options manually and restrict...
May 21, 2015 at 9:08 pm
Jacob Wilkins (5/4/2015)
Something like this would do the trick:
DECLARE @filename...
May 5, 2015 at 1:07 am
SQLRNNR (5/4/2015)
WhiteLotus (5/3/2015)
I see..Hmm how do I trace it then ?cheers
Here is an article with links to other articles.
I am trying to find the pertinent info link/info for the default...
May 5, 2015 at 1:07 am
Viewing 15 posts - 196 through 210 (of 339 total)