Viewing 15 posts - 121 through 135 (of 152 total)
I know this is an old thread, but I was faced with the same problem and found out some useful stuff.
I had a batch job that ran for 9 minutes.
By...
March 30, 2010 at 12:21 pm
This is an old post, but I just fought thru some of these issues, and it might help somebody. (Maybe even me in a few months when I've forgotten....
March 29, 2010 at 12:41 pm
Well, this answer is a bit late for you (I hope!!), but it might help someone else.
The biggest variable you gave us no info on is the network load aspects...
March 16, 2010 at 1:00 pm
Is the ssms2008 tool on the same computer as the ssms2005 tool? Or a different box?
Because if it's a different box, you may be losing your user authentication crossing...
March 16, 2010 at 12:12 pm
Trying to keep the CLIENT's identity value in YOUR identity column is a mistake.
Client A sends records with identities of 1-500.
Client B sends records with identities of 1-500.
Both want their...
March 15, 2010 at 8:05 am
Well, I've been using create or replace for over 10 years now.
I remember when I had to code in Oracle before it was introduced, and how much simpler the coding...
March 13, 2010 at 5:36 am
The point is that I don't have to write all of that code to test for it's existence.
March 11, 2010 at 1:22 pm
GilaMonster (3/11/2010)
quote]
Just signed up to it. I'll do that after a...
March 11, 2010 at 11:15 am
You are right, I could use alter if the object exists.
The whole point of "create or replace" is that I don't have to know, OR CARE, if the object exists!
It...
March 11, 2010 at 11:10 am
Dynamic SQL is over-used by ignorant programmers who do not know what a SQL Injection attack is, or by lazy unprofessional ones who don't care.
There can be performance penalties for...
March 10, 2010 at 4:19 pm
I inherited a system where the database designer believed that identity columns should be used as the primary key because joins were faster that way.
This particular database design was a...
March 10, 2010 at 11:52 am
I think I would rather get my teeth drilled - every day - than use Visio to design a database with more than one table and column in it.
March 10, 2010 at 11:20 am
At one company, I convinced the CIO to budget 4 hours per week, per developer, for self-directed technical or business learning.
Staff were directed to pick their time and schedule their...
February 17, 2010 at 3:02 pm
The average level of skill of IT workers is well below the professional level of skill needed to do the job right.
My complaint is that so few make ANY effort...
February 17, 2010 at 11:05 am
There are a host of excuses for being below average at a job. I've heard quite a few of them over the years.
99.9% of those excuses are pure BS.
Don't...
February 17, 2010 at 9:44 am
Viewing 15 posts - 121 through 135 (of 152 total)