Viewing 15 posts - 1 through 15 (of 47 total)
Awesome article, it's absolutly amazing, one problem though.... I'm already using it.. 🙂
The issue here is the following.
I need to insert two rows at the begining of the table...
December 4, 2009 at 8:29 am
This is absolutly amazing. There are some huge advantages to using CLR to export to excel. One of the issues you will run into whether using open row set or...
December 3, 2009 at 7:27 am
Hey, hope that it works for you, sorry I couldn't be more help. 🙂
October 15, 2009 at 7:19 am
Yeah, use and XML source and link each node up to a seperate OLE DB Destination. These can point to the same table; however, there needs to be a destination...
October 14, 2009 at 8:52 am
No problem, I'm glad I could clarify, and thanks for the advice grant, I appreciate it. If you want to learn more about data modeling check out amazon for data...
October 14, 2009 at 8:46 am
Can you post the Query and a sample of the data pulled? I think I see what you are asking, have you tried a select into clause?
Thanks,
Bradley Jacques
October 13, 2009 at 3:41 pm
No need to apologize. I just want to get this right. I had actually setup the Sales Order table so that it was dependent on the CustomerAddresses not the...
October 13, 2009 at 9:43 am
Here is a great site with some suggestions for using XML as a data flow destination in SSIS.
http://consultingblogs.emc.com/jamiethomson/archive/2006/07/11/4209.aspx
October 13, 2009 at 9:20 am
Can you post the CREATE statement for the tables referenced in the query? Just right click on the table in management studio and click SCRIPT TABLE AS->CREATE TO-> New Query...
October 13, 2009 at 9:02 am
1. Should the field in the Sales Order table be dependent on the CustomerAddresses table or the CustomerAddressesXref table?
2. If it should be the CustomerAddressesXref table should I add an...
October 13, 2009 at 9:00 am
Looks like you need to run the windows installer cleanup utility (not spyware I swear :-))
You can download it from microsoft here.
http://support.microsoft.com/kb/290301
Here is a forum where...
October 13, 2009 at 7:02 am
Hi!
I'd love to help you, can you post the create table statements for the tables you will be using with this query? I've posted what I feel is a correct...
October 13, 2009 at 6:53 am
Thanks for the answer mark, here's an example with a table create and some values.
create table TEST
(
size1 int
)
insert into test values (1)
insert into test values (2)
insert into test...
October 6, 2009 at 9:06 am
Here's a great article on an introduction to powershell for the DBA.
http://www.mssqltips.com/tip.asp?tip=1680
Thanks,
Bradley Jacques
October 5, 2009 at 9:33 am
Viewing 15 posts - 1 through 15 (of 47 total)