Viewing 10 posts - 1 through 10 (of 10 total)
I was kind of hoping that there is a t-sql way of exporting data. Your can bulk insert wth t-sql, so why can't you bulk export.
April 22, 2010 at 5:02 am
Hi Lowell,
I must have copied it incorrectly, but it does work. I recopied and pasted the code and modified it to match my column names and it seems to...
March 30, 2010 at 7:24 am
"Mark says that if there is match between the values present in the columns, then he asks us to look at one priority table which will tel us which column...
March 30, 2010 at 7:14 am
Hi SSC-Enthusiastic,
it sort of works. This is what I get:
A B ...
March 30, 2010 at 6:58 am
If you look at the column priorties, Column E has a higher priority than Column A. There when both Columns E and A are = 1 then I would...
March 30, 2010 at 5:28 am
Thanks Lowell. But I wanted to include the priority settings as well, but can't figure out how to incorporate it.
March 30, 2010 at 5:13 am
What I need is a single computed field to tell me which of the 5 count columns has the highest value for that row
March 30, 2010 at 4:33 am
When using a cursor, does it pull out the entire row, or can I tell it what fields to pull out from each row to populate my cursor variables?
I have...
March 26, 2010 at 9:39 am
Viewing 10 posts - 1 through 10 (of 10 total)