Viewing 15 posts - 2,491 through 2,505 (of 5,843 total)
1) sysprocesses is deprecated and will be removed from SQL server (in the next build if my memory serves). Like Grant said, you really should switch to various system...
July 23, 2013 at 7:13 pm
just binoogle the two words and several useful support articles and blog posts show up at the top.
July 23, 2013 at 7:06 pm
I haven't implemented partitioning before so I'm open to any suggestions or gotchas that I may come across.
That says it all right there. I have come across...
July 23, 2013 at 6:59 pm
Glad I could help!! π
Perhaps you could post your solution? One reason is so others can search for your issue and find a solution. The other is...
July 23, 2013 at 12:19 pm
Fast tlog disks on both machines, and a very low latency fat network connection are key to good mirroring throughput. You should do a file IO stall and wait...
July 23, 2013 at 10:17 am
datetime is a datatype for storing a date value that includes the time. What you are asking for is the date ONLY (no time), and in a specific format....
July 22, 2013 at 7:13 pm
For me the biggest limitation in Standard Edition is the RIDICULOUSLY LOW maximum memory. Fortunately you can supplant that with SSD storage to some degree, although I will caution...
July 22, 2013 at 11:51 am
Hey Erland!! What are you doing here - are you lost? Welcome to SSC.com! π
July 18, 2013 at 8:44 pm
There is at least one bug fix for CMEThread waits: http://support.microsoft.com/kb/2492381
July 17, 2013 at 2:43 pm
dedicatedtosql (7/17/2013)
July 17, 2013 at 11:45 am
jallmond (7/17/2013)
TheSQLGuru (7/16/2013)
I think another of the root causes is that DPVs just never got any real loving from the product team and haven't had much attention in many years...
July 17, 2013 at 11:39 am
jallmond (7/16/2013)
I've dug a bit deeper, and I think what is happening is that sometimes the generated query plan undergoes partition...
July 16, 2013 at 9:01 pm
I am not sure full text indexing will help with the '%' + column + '%' join ...
July 16, 2013 at 10:48 am
I would LOVE to help you with this, but it goes WAY beyond the primary purpose of a forum post - that being short, targeted, straight-forward assistance. What you...
July 16, 2013 at 10:41 am
Local variables inside sprocs get you plans that use either average density for equality or 30% of all rows for inequality. This can help in some cases, but it...
July 16, 2013 at 10:35 am
Viewing 15 posts - 2,491 through 2,505 (of 5,843 total)