Viewing 15 posts - 53,926 through 53,940 (of 59,068 total)
Heh... real problem is that Adam and a whole bunch of other folks think that what they've posted as a solution (including the one I "documentd"), are "Set Based". ...
November 26, 2007 at 10:44 am
Ananth,
How many rows are you talking about? It will make a difference...
November 26, 2007 at 10:36 am
Heh... BCP the data out to a file... use Bulk Insert to load it... amazing how fast it can be...
Should never have any "data errors"... data should already be gleaned...
November 26, 2007 at 9:59 am
Thanks, Rudy! That's exactly what I was looking for.
November 26, 2007 at 9:38 am
The values are NOT the same! Look at what you have for "m"... not the same... none of them are the same...
November 26, 2007 at 9:30 am
Sure thing and thanks for the feedback, Randy... if you have any other questions, please don't hesitate to ask.
November 26, 2007 at 9:18 am
...but it could also result in code that nobody else knows how to maintain.
Heh... you should NEVER have that problem... "good" programmers also document their code especially when it comes...
November 26, 2007 at 9:16 am
3 rd normal form
(or)
What's the database for?
What's going to be stored in it, for how long and why?
Who's going to be using this and how?
(or)
both
Both... you cannot design a...
November 26, 2007 at 8:57 am
Ahbijit,
Karthick doesn't need a "trigger"... what he said was...
I want to know about Database design. If we think about 'DataBase Design', which would trigger first in our mind ?
... and...
November 26, 2007 at 8:52 am
Heh... thanks for sharing the solution!
It does show that in order to solve a problem, we sometimes need to know everything about the problem. But a fine line can...
November 26, 2007 at 8:49 am
Sure... the "N" part of the N(N) thing is just a way of assigning the derived table an alias of "N". The "(N)" part of that assigns the only...
November 26, 2007 at 8:38 am
Concur... We'd all be in deep doo-doo if we had to write "generic" solutions that met all needs from SQL Server 6.5 through 2k8.
November 26, 2007 at 8:20 am
Hi Rudy,
Do you happen to have an MS URL that states that so that I can calm some of the current "panic" occurring at work?
November 26, 2007 at 8:14 am
Viewing 15 posts - 53,926 through 53,940 (of 59,068 total)