Viewing 15 posts - 10,381 through 10,395 (of 13,879 total)
Elliott Berkihiser (10/29/2012)
This runs fine in my set-up:
Select * from OpenQuery(MyLinkedServer,'Declare @name varchar(50) Set @name=''RemoteDB'' Select * from sys.databases where name=@name')
Note the declaration...
October 29, 2012 at 8:39 am
harri.reddy (10/25/2012)
TH*4.2*857463*01**20091015*1045*P**~~IS*7564*ORACLE~
i have two table
table : TH
ID TH1 TH2 TH3 ...
October 25, 2012 at 9:51 am
bobd125 (10/25/2012)
October 25, 2012 at 7:02 am
dwilliscp (10/23/2012)
October 23, 2012 at 1:47 pm
Suppose you have a large database and lots of users. Using the update method, I doubt that two users can pull the same report...running sum, at the same time.
I...
October 23, 2012 at 12:56 am
bobd125 (10/22/2012)
I'm using the SORT transformation.
Just a quick note on this. If you can avoid using the SORT transformation, I recommend that you do - it's a blocking component and...
October 23, 2012 at 12:50 am
sdhanpaul (10/22/2012)
I used the nested subquery method in ms access before and it was slow.
You need to post ddl ( create tables...
October 22, 2012 at 1:23 pm
That's fine, glad to help. Good look with the automation.
October 22, 2012 at 1:17 pm
Please help us by posting the info which Sean itemised.
If you take the time to do that, someone on this forum will post a working solution within an hour, I...
October 22, 2012 at 1:10 pm
24 hours? Get some sleep!!
I think you can do this without using a cursor, but can't be sure without seeing more info about the source. Are you able to provide...
October 22, 2012 at 12:43 pm
asita (10/22/2012)
i am also on the same way, i added pk (identity column name rowID1) and i can generate another column with "D:\ssis\" + rowID1 + ".txt"
then here my...
October 22, 2012 at 10:48 am
asita (10/22/2012)
thanks for your response,
just assume
it is a variable or just static d:\ssis\master.txt is the file to update path to each row
and then D:\ssis\individuals is for all body...
October 22, 2012 at 9:32 am
Where does the target file name come from?
October 22, 2012 at 8:10 am
Yes it can be done. Have a look here for some pointers.
I'm assuming that you are using a flat file source and not SQL Server? Otherwise there may be a...
October 21, 2012 at 7:00 am
If you check BOL for BCP (see here), you'll see that it can take a table, a view or a query as an argument. But not a proc.
October 11, 2012 at 5:37 am
Viewing 15 posts - 10,381 through 10,395 (of 13,879 total)