Viewing 15 posts - 241 through 255 (of 606 total)
In that case I would suggest separating the task into separate jobs.
Firstly,
Save all the excel tabs as separate text files
Secondly,
Import each text file into a set of staging tables using dts
Thirdly,
Create...
June 15, 2005 at 6:06 am
Although I am very anti xml, I thank that this may help you out in this regards. I found this link a while back and it's very good if you...
June 14, 2005 at 10:55 am
Another way to accomplish is to use a dynamic properites task pointing the source table name to a value in an ini file. You only need to change the value...
June 14, 2005 at 2:26 am
As long as your data is not large or complex openrowset will work for you. You can also write the query so that both excel spreadsheets are queried and your...
June 13, 2005 at 8:58 am
I have built queries before around the sys tables, so i will probably go that way if needed.
June 10, 2005 at 6:54 am
Thanks, Remi. Unfortunately, whi is it that the boss IS always right, especially when they ask for so much detail?
I have a text comparison tool that runs like a pig, but...
June 10, 2005 at 2:33 am
Unfortunately we have fact tables with in the region of 1000 columns. Just to be that extra bit picky, my boss wants to see a visual report of the differences...
June 9, 2005 at 10:27 am
It sounds to me that what you really want is a generic package where you can specify source and destination objects as paramters and then run.
To do this you...
June 9, 2005 at 10:25 am
There is a way around this using some package settings. See this article for a simple explanation of what to do. Works every time:
June 9, 2005 at 7:50 am
After reading this post you got me thinking. I was near certain that the packages had no restrictions in them and there was no assocaited db role to execute. I...
June 9, 2005 at 5:43 am
It is always the account that executes the package.
IE If you schedule the package as a job it will be the account that the sql server agent runs as.
If you...
June 8, 2005 at 2:56 am
You can do it manually but you are better of using code. This function will work for you.
Just pass in the filename with .xls extension plus the tabs you want to save....
June 7, 2005 at 8:33 am
I jut realised I gave you a bit of a bum steer. I forgot that you need to save the speadsheet as a text file first. You cannot import excel...
June 7, 2005 at 7:57 am
There is no real difference between csv and excel. You just need to go into the task and make sure the columns are still mapping OK.
Bulk insert works with excel...
June 7, 2005 at 7:46 am
Viewing 15 posts - 241 through 255 (of 606 total)