Viewing 15 posts - 1,021 through 1,035 (of 14,953 total)
Paint me cynical, but I've never yet seen anyone but a database professional build a database, or the code to access it, in such a way that it didn't end...
August 13, 2012 at 7:48 am
Do you learn most easily from books, from hands-on, or from mentoring through examples? Different people learn differently, so that will matter. (Some can mix-and-match, too, of course.)
If...
August 13, 2012 at 7:00 am
GilaMonster (8/10/2012)
GSquared (8/10/2012)
All I asserted is that multiple I/O channels is best, if tempdb optimization is needed. I don't get why that's being disagreed with.
Late, and I have not...
August 13, 2012 at 6:39 am
Steve Thompson-454462 (8/10/2012)
GSquared (8/9/2012)
August 13, 2012 at 6:33 am
Shadab Shah (8/12/2012)
Jeff Moden (8/10/2012)
Shadab Shah (8/9/2012)
I have come across various section on this website where it is mention that SQL Server is a set based programming language.
My...
August 13, 2012 at 6:11 am
I primarily use Read_Committed_Snapshot on most transactional databases these days. Not so useful on staging/bulk-import databases, but on OLTP systems it can be great.
Unless you routinely have large numbers...
August 10, 2012 at 11:23 am
I think you can set the formatting for a column by setting a property on it. I know I've done what you're asking about before, but it's been a...
August 10, 2012 at 7:37 am
jasona.work (8/10/2012)
See the løveli lakes
The wonderful telephøne system
And mani interesting furry animals
Including the majestic møøse
A Møøse once bit my sister ...
No...
August 10, 2012 at 7:35 am
What I've found most useful when designing set-based vs row-based coding, is a few tips:
1. Assume rows don't have an order to them. So you can't do "row...
August 10, 2012 at 6:37 am
jcrawf02 (8/10/2012)
Brandie Tarvin (8/10/2012)
I thought we were all being snarky on The Thread.nope, just you
< snark > yeah, right! < /snark >
August 10, 2012 at 6:25 am
Robert Davis (8/8/2012)
August 10, 2012 at 6:19 am
Fly Girl (8/9/2012)
August 10, 2012 at 6:06 am
adrian.facio (8/9/2012)
https://developers.google.com/maps/documentation/geocoding/#Geocoding
According to this link, we can sent an address and get the coordinates....
August 10, 2012 at 6:04 am
FunkyDexter (8/9/2012)
August 9, 2012 at 9:47 am
Brandie Tarvin (8/9/2012)
GSquared (8/8/2012)
Evil Kraig F (8/8/2012)
August 9, 2012 at 9:42 am
Viewing 15 posts - 1,021 through 1,035 (of 14,953 total)