Viewing 15 posts - 13,516 through 13,530 (of 15,381 total)
I was trying to simplify a little, perhaps a bit too far. In truth however the client is 100% unaware of the extra layers. The client does not know about...
November 15, 2011 at 9:44 am
You are over thinking this. Don't make it so difficult in your mind. The client machine makes a request for a web page. This is done when you click a...
November 15, 2011 at 7:54 am
Yeah the client (web user) does NOT connect directly to sql. The client makes a request from the webserver. In processing that request the webserver executes the .net code. This...
November 14, 2011 at 2:14 pm
SQL Kiwi (11/14/2011)
Brandie Tarvin (11/14/2011)
November 14, 2011 at 11:56 am
Ninja's_RGR'us (11/14/2011)
GilaMonster (11/14/2011)
Sean Lange (11/14/2011)
Funny how we all post the same link and type pretty much the same thing on this topic 2-3 every week.Type?
He doesn't have his mind reader...
November 14, 2011 at 9:35 am
Ninja's_RGR'us (11/14/2011)
Sean Lange (11/14/2011)
Ninja's_RGR'us (11/14/2011)
It's only been posted 3 times... not sure it's enough ;-).Yeah apparently we were all three typing at the same time. Kind of scary!!
I think I've...
November 14, 2011 at 9:27 am
Ninja's_RGR'us (11/14/2011)
It's only been posted 3 times... not sure it's enough ;-).
Yeah apparently we were all three typing at the same time. Kind of scary!!
November 14, 2011 at 9:21 am
Tom Brown (11/14/2011)
I use WITH (NOLOCK) extensively - not as a go-faster thing, but to avoid having to wait for locks to...
November 14, 2011 at 9:14 am
It boils down to "best practice". That means the only thing you have is what people in the industry prefer. There no scientific reason it is bad. It is the...
November 14, 2011 at 9:02 am
SanDroid (11/14/2011)
Ninja's_RGR'us (11/14/2011)
so aside...
November 14, 2011 at 8:38 am
Seems the dev is really trying to find an excuse for being lazy and not typing the column names. Now I have to admit that typing column names for a...
November 14, 2011 at 8:34 am
You much more likely to get help from people if you post ddl, sample data (insert statements) and desired output based on your sample data. Take a look at the...
November 14, 2011 at 7:59 am
SQLRNNR (11/13/2011)
November 14, 2011 at 7:53 am
petemetz (11/10/2011)
I'm running an application that uses SQL Server 2008 R2 as the backend. What I need to do is allow 'User1' to be able to connect to...
November 10, 2011 at 2:37 pm
Viewing 15 posts - 13,516 through 13,530 (of 15,381 total)