Viewing 15 posts - 91 through 105 (of 125 total)
I agree with everything said, but Steve, you sound older than I am. I still do my 48 hours non-stop when needed, especially at a game LAN and I am...
July 5, 2006 at 4:17 am
The problem is that there is not enough time spent on testing? TRUE!, but I believe that there is a limit to where the programmer must test. The ONLY...
May 8, 2006 at 5:17 am
OK, lets be more specific. Maybe I will get a better understanding which direction to go. I work in South Africa and because of the brain drain; we have...
March 9, 2006 at 2:16 am
You could consider using “scalectric” engines to do it yourself. The engines you find in radio controlled cars and airplanes. Many people think that a small engine like that...
March 9, 2006 at 2:12 am
If you give a group access to a database, what prevents an AD Administrator from adding himself to the group, look up what he/she wants to see, and removing himself...
March 7, 2006 at 10:46 pm
I believe the best way to get data into sql is to import it first into a temp table with no key and all the columns allowing nulls.
Now use a...
February 3, 2006 at 4:38 am
I work for a Mining company in South Africa and we are expected to go on 1 to 2 training courses per year, fully paid by the company, with no strings...
January 25, 2006 at 3:47 am
I have used this method for years (because I hate cursors), but does it slightly different. I use a #Temp table and then select the TOP 1 at the beginning...
January 17, 2006 at 4:03 am
In the DTS package you must add a connection to the database. Then add a "Execute SQL task". In this task you can enter your Sql code to execute a...
November 1, 2005 at 1:40 am
I am responding because I would also like to hear an answer (if any) on this one. I do log backups every hour to keep them small.
October 21, 2005 at 1:34 am
Assuming it is not a live table and you know what and why you want to do this, you can remove the identity from the column, update the column and...
October 21, 2005 at 1:09 am
English is not my first language, so maybe I am not phrasing myself correctly, but it is not about being offensive. Asking questions about certain topics is being seen...
October 18, 2005 at 6:22 am
I do not know about other countries, but in SA it is forbidden to ask certain questions in an interview. Like are you gay?
So a lot of interviewers are using...
October 18, 2005 at 5:06 am
I ALWAYS use a staging table (I actually have a staging database) and remember to allow for NULLS on every field. You do not want your import to fail. It...
September 21, 2005 at 1:10 am
Viewing 15 posts - 91 through 105 (of 125 total)