Viewing 15 posts - 181 through 195 (of 433 total)
Aplogies, that was for Emmanouil.
More coffee? he he he... Being in the UK and being of a slightly insomniac disposition means I get a head start! 😀
January 24, 2008 at 6:10 am
Hi,
I noticed that on your example of your Format file you have 59 columns defined whereas the file you are importing only has 56 columns. The last line in your...
January 24, 2008 at 3:12 am
I suppose it depends on the individual; for some reason I have a penchant for DTS and SSIS. Although I also enjoy seeing if I can get a T-SQL based...
January 23, 2008 at 8:11 am
Ok, cool.... A simple data transformation task between the source file and the destination table would remove the trailing spaces in the fields.
In English, the DTS package (attached as...
January 23, 2008 at 6:55 am
Hi guys,
Have I missed something? Is using DTS or SSIS out of the question? :ermm:
January 23, 2008 at 5:51 am
The best way to answer any interview question is honestly. Any interviewer worth their salt will pick-up on insincere answers.
You may be leaving because the work that your presented with...
January 18, 2008 at 4:43 am
I'm afraid I have to agree, sometimes it's just not worth it.
If you really want to try it, you're best bet may be to insert the data from the XML...
January 14, 2008 at 5:23 am
With the sample data provided you could use MAX or MIN functions to return one record per first and last name:
SELECT First_Name, Last_Name, MAX(major)
FROM myTable
GROUP BY first_name, last_name
This would return...
January 14, 2008 at 4:20 am
If you want to see your leading zeros in Excel then you need to either:
1. Qualify the field with quotes (e.g. "0000123") when exporting to the csv
or as said before...
2....
January 14, 2008 at 3:42 am
Hi Sandy,
I like the question! It really got me thinking.
It's going to be a bit of a busy year for me I think. I've got 3 Open University Courses (in...
January 10, 2008 at 2:09 am
I'm afraid that we're all going to need a lot more information than that to help you..... Information such as:
What is the incoming XML and what does it mean?
What processing...
January 8, 2008 at 2:08 am
I guess it's just experience. For a lot of the RBAR solutions (now considered problems!!!) that I used to come up with, I can work out the set-based way of...
December 21, 2007 at 5:01 am
I'm so glad that you've got an interview! :w00t:
Remember to concentrate on what you can do, highlight what you have done in previous similar roles, and point out occasions where...
December 20, 2007 at 8:15 am
Hi,
I am not a scientist but I have worked on a number of database and reporting applications for an environmental services company in the UK. I have found that there...
December 18, 2007 at 9:15 am
I think that the question is quite useful, especially if you are starting a new DBA job or contract; poorly formatted coding is out there. The author may well feel...
December 13, 2007 at 8:42 am
Viewing 15 posts - 181 through 195 (of 433 total)