Hi,
this is another basic (?) newbie question.
I have successully set up a DTS step to import data from an Excel spreadsheet into a SQL server table.
However, is there any way of excluding data from the Excel spreadsheet? Basically if I have something like:
col1, col2, col3, col4, col5
ads cvb jhg excl jkjhj
mnb yts xcv jkl ert
dfg wer nbv excl sdfg
bvc rtt qwe zxc opi
I want to exclude rows where the value of col4='excl' so I would be left with rows 2 and 4 to be inserted into my table.
Is this possible? or do i need to import all the data into my SQL table, and then carry out a delete query?
thanks,
MrPeds
this is another basic (?) newbie question.
I have successully set up a DTS step to import data from an Excel spreadsheet into a SQL server table.
However, is there any way of excluding data from the Excel spreadsheet? Basically if I have something like:
col1, col2, col3, col4, col5
ads cvb jhg excl jkjhj
mnb yts xcv jkl ert
dfg wer nbv excl sdfg
bvc rtt qwe zxc opi
I want to exclude rows where the value of col4='excl' so I would be left with rows 2 and 4 to be inserted into my table.
Is this possible? or do i need to import all the data into my SQL table, and then carry out a delete query?
thanks,
MrPeds