Viewing 15 posts - 886 through 900 (of 1,062 total)
Do they provide the same heading name every time they send you the file?
What kind of format do they send you the file ? ',' delimited or fixed length?
November 29, 2006 at 12:38 pm
If you want all columns of your query into a temp table
select colA, colB, colC
INTO #Temp
FROM XX
WHERE tff_id = '108' and tap_from_dt > '07/01/2006'
November 29, 2006 at 12:27 pm
I agreed there are a lot of web site developers not knowing SQL, maybe they know the basic 'SELECT * FROM Table', 'INSERT TABLEA...', 'UPDATE TABLE A...', 'DELETE TABLEA...'.
The DBA...
November 29, 2006 at 6:38 am
cliffb,
I could use checksum, I was just in a hurry so I wrote it in using 'OR' especially there were only two values to check. However I would not use surrograte key...
November 29, 2006 at 6:10 am
If I rated my previous employer as -1000 (from a scale of 1 to 10), and they found out it was me, then I would be doomed.
November 28, 2006 at 8:09 am
The surrograte key is an identity field, how can it have zero in it?
What I usually do is loading all the data in a staging table. Then using left join...
November 28, 2006 at 7:59 am
Because I did not want to work with the offshore "developer", I asked my manager why we could not go to a local university to hire an intern, at least...
November 27, 2006 at 3:02 pm
Dell was famous for their customer service. As a matter of fact, the reason I bought a Dell PC and a laptop was because of the customer service. They moved...
November 27, 2006 at 2:51 pm
Since there are so many companies outsourced to India, I think the government should limit the H1 visa (working visa) for Indian people coming to work in US.
BTW, most of...
November 27, 2006 at 1:18 pm
I totally diagreed with Mr. Gates comments. The education in Asia is not better than US. I am from HK. I agreed when I was 12th grade, I studied all...
November 27, 2006 at 9:20 am
I am just a SQL Server developer. I have no power to choose products for my company so even I go to SQL Server Central everyday, I totally ignore the...
November 24, 2006 at 12:54 pm
Most of the jobs I applied did not require any certificate. However most big company requires a degree though. Also the salary is based on the level of position not...
November 21, 2006 at 1:13 pm
I never took Microsoft exam but I took a lot of brainbrench exams.
All the microsoft certs, cisco certs, oracle certs were hot a few years ago but not anymore. ...
November 21, 2006 at 8:00 am
When I worked for the marketing researching company, one of my project was changing a lot of main fields (name, address, ...) to unicode because they wanted to expand the...
November 17, 2006 at 9:40 am
Viewing 15 posts - 886 through 900 (of 1,062 total)