Viewing 15 posts - 1,381 through 1,395 (of 7,168 total)
That is actually normal, and is not anything to worry about once you understand that SQL Server will use as much memory as you allow. See, serving data from memory...
March 27, 2013 at 11:05 pm
GilaMonster (3/27/2013)
opc.three (3/27/2013)
March 27, 2013 at 1:32 pm
If you gain access to the instance via a Windows Group and you do not have an explicit Login on the instance for your Windows User that can also explain...
March 27, 2013 at 1:24 pm
If I opt not to replicate FK restraints, is that found on the same options page where I set the behavior of replication for existing articles?
Sorry, I won;t be much...
March 27, 2013 at 1:17 pm
At 50% I would rebuild. If you're having trouble with log size look into partitioning your table and indexes so you can rebuild smaller subsets of your index, ie only...
March 27, 2013 at 12:05 pm
I have only used Snapshot for a few isolated tables, e.g. a mostly static lookup or staging tables that needed to also be copied to another server nightly, so nothing...
March 27, 2013 at 11:01 am
Grant Fritchey (3/27/2013)
opc.three (3/27/2013)
Grant Fritchey (3/27/2013)
March 27, 2013 at 9:55 am
At only 30-70kb each I would look into storing them in the database in a VARBINARY(MAX) column provided the database is the only way people need to access the files...
March 27, 2013 at 9:48 am
Like I told you on the other thread, if you are concerned that auto-update stats is not doing a good enough job and you want to guarantee stats are updated...
March 27, 2013 at 9:43 am
In my experience the most common setup that suits a separate reporting database where the indexes can be different from the primary database is Transactional Replication with a Continuous Push...
March 27, 2013 at 8:59 am
mister.magoo (3/27/2013)
Jeff Moden (3/26/2013)
mister.magoo (3/26/2013)
(I know the user running the job will...
March 27, 2013 at 7:52 am
To clarify one point, when i said time the reorg plus the stats update, that means WITH FULLSCAN which is what you would get with a rebuild.
March 27, 2013 at 7:25 am
Grant Fritchey (3/27/2013)
March 27, 2013 at 7:21 am
Viewing 15 posts - 1,381 through 1,395 (of 7,168 total)