Viewing 8 posts - 31 through 38 (of 38 total)
I think the answer to that question relies most on what it is your current role is and what the company needs out of it's databases.
My role requires that I...
October 11, 2002 at 12:06 pm
The longer I've been doing this (only about 4 years now), the more I write and diagram before I code.
Simple stuff I still just write off the top of my...
July 22, 2002 at 10:33 am
The last time I had to do this, I resorted to a cursor and temp table. I was thinking about it though, and if you can put the min...
July 19, 2002 at 8:24 am
I think Antares686 meant to say:
coalesce(column1,1) * coalesce(column2,1)
Matthew Galbraith
July 19, 2002 at 8:08 am
I've used all three methods, depending on the situation. I use packing bits most of the time when I need to "score" rows based on some criteria to determine...
June 27, 2002 at 11:06 am
That was a good article on packing bits into integer fields, I just wanted to add a little something. Before I begin, though, I want to note that this...
June 27, 2002 at 10:54 am
They call me a Database Analyst, but really my role is more of a programmer flavored with a hint of DBA...
I've done a lot of VB coding, SQL coding, and...
May 12, 2002 at 7:50 pm
Just a quick addition regarding the TS comment.
If your server isn't running Terminal Services, you can use a remote control program to remotely start the file copy. There is...
March 20, 2002 at 10:27 am
Viewing 8 posts - 31 through 38 (of 38 total)