Viewing 15 posts - 46 through 60 (of 201 total)
thanks ,,,,,,,no it's not a home work
its again an interview question but I got an answer already...
this can be done using a corelated query
SELECT DISTINCT (a.age) FROM test55 A...
November 15, 2010 at 2:44 pm
Thanks....I did google it, but was more confused with the results and hence wanted a general yet simple answer to the question that can be given in an interview.
http://www.geekinterview.com/kb/Data-Optimization.html
In this...
November 10, 2010 at 12:21 pm
Hi,
Creating test data is becoming problematic as its getting very confusing.
Let me explain the complete scenario first :
(Please be patient..it will go long)
We have a details table from where I...
November 2, 2010 at 2:33 pm
ok then let me create some test insert statement, I will reply soon
November 2, 2010 at 1:47 pm
Thanks but, I cannot use it in a subquery as I have to store the Level value in a variable and then have to add a LOOP to generate...
November 2, 2010 at 1:40 pm
yes, it is dynamically passed ,the list of column is passed through a parameter
it is dynamic sql, Can be any column in the table like Age ,Salary, Name, Address,...
October 19, 2010 at 2:41 pm
your synax is missing some condition here:
SELECT
CSP.Provider_Address1,
CSP.Provider_Address2,
CSP.Provider_City,
CSP.Provider_State,
CSP.Provider_Zip,
CSP.Provider_County,
CSP.Provider_Email,
CSP.Provider_Web_Addr
FROM dbo.CMD_Staging_Providers CSP
INNER JOIN dbo.Providers P
ON P.Provider_NPI = CSP.Provider_NPI#
AND P.Provider_Tax_ID = CSP.Provider_TAXID
WHERE CSP.Has_Errors = 0 AND
CSP.Provider_Address1 NOT IN ( SELECT Street FROM...
October 12, 2010 at 2:54 pm
I don't understand how this applies to my given data...??
In my given data is there any way to do this..
Please let me know a way to do this using my...
October 12, 2010 at 2:51 pm
why would you want to lookup all the columns as you need only the dimension KEY in the fact table...you can just lookup the business key and the primary key...
September 30, 2010 at 2:47 pm
Hi,
thanks for your reply
-I got a way to do what I was trying to in this useful link
but now I was using a File System task (instead of SCRIPT task...
September 2, 2010 at 9:01 am
You can create an excel file with separate sheets for easch package and paste a screenshot of your package then below that expalin what every task does.
August 27, 2010 at 1:41 pm
In BIDS you can use EPT to run a package, but in SSA, you require to create a JOB to run a package,
Try creating a job first then , Start...
August 27, 2010 at 1:38 pm
This is simple..
You have to use a SORT transformation and de-duplicate on LOOKUP columns.
You can remove duplicates either before using lookup Tx or after that before inserting into your destination.
August 20, 2010 at 9:43 am
Viewing 15 posts - 46 through 60 (of 201 total)