Viewing 15 posts - 316 through 330 (of 458 total)
Yeah, I can't wait until hackers get into car OSs and make the engines quit, shift into reverse on the freeway, floor the accelerator in the driveway, maybe even self-start...
December 20, 2012 at 1:40 am
GilaMonster (12/19/2012)
pdanes (12/19/2012)
December 19, 2012 at 3:41 pm
GilaMonster (12/19/2012)
pdanes (12/19/2012)
But I just though of another way to pass parameters. What about a separate, one-record table?Multiple users.
Oh, yeah. Oops. You could use multiple rows and put an...
December 19, 2012 at 3:21 pm
David Webb-200187 (12/19/2012)
December 19, 2012 at 2:29 pm
GilaMonster (12/19/2012)
pdanes (12/19/2012)
December 19, 2012 at 1:56 pm
SQLKnowItAll (12/19/2012)
Don't you get a performance hit from passing a table over the network, rather than a single string? And I think the server would parse it a lot faster...
December 19, 2012 at 1:43 pm
SQLKnowItAll (12/19/2012)
December 19, 2012 at 1:12 pm
Grant Fritchey (12/19/2012)
pdanes (12/19/2012)
Grant Fritchey (12/19/2012)
Whatever your data structures are, so should your parameters be, both in data type and length. What do the structures look like?
Well, the data structure...
December 19, 2012 at 12:59 pm
GilaMonster (12/19/2012)
pdanes (12/19/2012)
GilaMonster (12/19/2012)
Dependency analysis?
Regression testing?
Unit tests?
Sure, making all parameters and variables varchar(max) would work. Shall we make all table columns varchar max too...
December 19, 2012 at 12:53 pm
Jeff Moden (12/19/2012)
December 19, 2012 at 12:35 pm
Grant Fritchey (12/19/2012)
Whatever your data structures are, so should your parameters be, both in data type and length. What do the structures look like?
Well, the data structure may be a...
December 19, 2012 at 12:29 pm
GilaMonster (12/19/2012)
Dependency analysis?
Regression testing?
Unit tests?
Sure, making all parameters and variables varchar(max) would work. Shall we make all table columns varchar max too (if not,...
December 19, 2012 at 12:10 pm
Jeff Moden (12/19/2012)
There's also a disadvantage to using (for example) VARCHAR(MAX). The MAX datatypes really don't like to be joined to and it will slow down queries.
So I've been...
December 19, 2012 at 11:41 am
MyDoggieJessie (12/19/2012)
December 19, 2012 at 11:31 am
GSquared (12/3/2012)
December 3, 2012 at 9:38 am
Viewing 15 posts - 316 through 330 (of 458 total)