Viewing 15 posts - 2,416 through 2,430 (of 5,843 total)
And while you are gen'ing up sample data for us search the web for Itzik Ben-Gan's various posts and articles (SQLMag has some iirc) on interval processing. There is...
August 27, 2013 at 3:09 pm
http://www.datamanipulation.net/sqlquerystress/ --Adam Machanic's, quite solid and well used
tpcc/h
http://hammerora.sourceforge.net/
dvdstore
August 27, 2013 at 7:43 am
Jeff Moden (8/27/2013)
BrerSQL (8/26/2013)
Sequential GUIDs definitely would make sense.
I'm not so sure that's true. If the computer is rebooted, the start of a new sequence might not be >...
August 27, 2013 at 7:38 am
Erland Sommarskog (8/26/2013)
Eric1/2aB (8/26/2013)
For indexes on GUIDs, an idea is to have a low fill...
August 26, 2013 at 10:52 am
I agree Jeff! Kudos to the Piet for doing an awesome job (especially compared to most) helping us help him/her!
August 25, 2013 at 10:18 am
Interesting. All of my work with spatial has been web20/mobile stuff, which is predominantly "I am here, who/what is near me" type of stuff. Points and distances.
It doesn't...
August 23, 2013 at 3:45 pm
Ells (8/23/2013)
TheSQLGuru (8/23/2013)
August 23, 2013 at 1:09 pm
I didn't think you could do STIntersection with geography data types. I changed your sample to all geometry data types and it dropped to 17 line segments that could...
August 23, 2013 at 1:06 pm
DOH!! TOTALLY forgot to mention the transaction log! You need to manage that carefully or you can fill up the disk pretty easily (or at least wind up with...
August 23, 2013 at 8:01 am
1) Sorry, but I cannot ignore having session state stored in SQL Server. :w00t:
2) You have a varchar(100) as your clustered index. Does it look like a GUID...
August 22, 2013 at 10:34 pm
Kuzey (8/22/2013)
Is it feasible to setup Availability Group(s) for 8,000+ databases, assuming high-end HW and huge network bandwidth are in place?
The number of transactions per day is high...
August 22, 2013 at 1:47 pm
Indianrock (8/22/2013)
August 22, 2013 at 10:09 am
JimS-Indy (8/22/2013)
August 22, 2013 at 9:57 am
Batching large DML is a very common (and often REQUIRED process as you have found). Just make sure that:
1) you use ranges that are guaranteed to not be overlapping...
August 22, 2013 at 9:54 am
If you have CPU affinity happening either explicitly or implicitly due to the 40-core limitation that could have some affect on IO throughput.
However, the MOST common cause of IO slowness...
August 22, 2013 at 9:42 am
Viewing 15 posts - 2,416 through 2,430 (of 5,843 total)