Viewing 15 posts - 1 through 15 (of 18 total)
we got this data from a sharepoint source and need to get the specific value from column A regular expression..
November 15, 2019 at 1:44 pm
If i use group by left(OU, 7) am getting the desired output only in terms of total count. what should i do to get both OU and total count as...
January 24, 2019 at 1:43 am
The error description needs to be altered and customized as per the requirement for which i cant use Execute sql task. the requirement is to use Script task. am using...
May 17, 2016 at 9:17 pm
This was my initial query where i was considering only Bios ID. Based on latest time stamp, i was able to merge both source table.
WITH Combined As(
SELECT MachineID,TimeStamp,Account,BiosID,SerialNumber,HostName
FROM TEST1
UNION
SELECT...
February 28, 2016 at 10:45 pm
Sorry.
My source tables are read only which are structured by some one else.
MachineID is not primary key. There is no primary key in both source tables.
Destination table does not have...
February 26, 2016 at 9:47 am
Hello,
Both Test1 and Test2 are source tables and result should be stored in a different destination table.
I even posted the table structure with values.
Result tale should be:
Result:
MachineID |Timestamp |Account |BiosID...
February 26, 2016 at 3:38 am
Drew's query is perfectly fine. The issue was with my data. when i checked the data from source table, Machine ID and Instance Key were not primary key. hence few...
February 12, 2016 at 1:53 am
It is just dummy table name. Query is working fine now.
Am able to get single record based on time stamp.
Thank you.
February 10, 2016 at 8:28 am
Hi Allen,
The query is returning duplicate rows. i have same MachineID and InstanceKey in both tables. only Account. Schema class and time key is different. I mean Work_Station_Admin_1 got updated...
February 10, 2016 at 4:56 am
This works perfectly fine for me. Thank you.
But if you don't mind, can you explain me the code please?
February 5, 2016 at 2:36 am
Yes. For each combination of machine ID and instance ID, which ever gets updated at latest in both the tables, that i should insert in another new table.
This is because...
February 4, 2016 at 9:44 am
1st table Name: Work_Station_Admin_1
MachineIDInstanceKeyTimeKey RevisionIDrowversion AccountSchemaClass
167772831 ...
February 4, 2016 at 9:07 am
Sorry i did not understand clearly.
Can you please give me some real example with the below query?
Thanks in advance.
February 4, 2016 at 8:43 am
Thank you Phil,
Is there any example to do that?
i have row version in my source table. using row version can i do the incremental load? will the performance is fast...
January 29, 2016 at 5:40 am
Hi phil,
yes i have sufficient data in source table and am able to use lookup and conditional split for incremental data load.
problem is i have huge number of records in...
January 28, 2016 at 6:15 am
Viewing 15 posts - 1 through 15 (of 18 total)