Viewing 15 posts - 61 through 75 (of 85 total)
i haven't tried it yet but will try
Thanks
Shaun
September 16, 2013 at 11:37 am
Hi
You can use rownumber
Select * from (
SELECT ROW_NUMBER() over(partition by columna order by columnname <desc or asc>) Get_Rows
FROM Table_Name
) m where Get_Rows = 2
I...
September 16, 2013 at 8:35 am
the client wants to see one e-mail only either been success or failed..
August 28, 2013 at 12:50 pm
thanks.. i will test it.let u know..
shaun..
August 15, 2013 at 12:27 pm
so what should i do.. I am always saving the connection password but it is saved as "EncryptSensitiveWithUserKey"..
So wht should i do to make it run in the prouction..
August 15, 2013 at 8:41 am
i am still getting error.. as i moving oracle data from one source to destination. and destination columns will not accept null values..so any idea how to move data for...
August 13, 2013 at 1:52 pm
thank u its working but how to do for date column..
August 12, 2013 at 9:09 pm
thank you so much, it is working now..
Shaun..
August 7, 2013 at 7:25 am
i had created variable but not sure how to use it in the execute sql task query.
I had created varriable
Mydate as datetime- data type.
and i have execute task to delet...
August 6, 2013 at 8:15 am
U need to connect to the Cube datasource. To conenct the datasource go to the data tab and click on connections from u can select ur cube datasource and then...
September 13, 2010 at 11:50 am
Hi Jeff,
I never got the time to test it, got involved some other project. So as i test it i will definitely let u know!!
Thanks!!!
March 12, 2009 at 5:47 am
Hi Jeff,
Thanks for the code, but i will be test the code tommorrow @ my work and i will be able to tell you the performance of this logic with...
February 16, 2009 at 12:26 pm
Hi Jeff,
Yes, i'm gonna have more than 1000 could be from 5000 to no limit.
So could you please show me the better way in sql 2008
thanks
February 16, 2009 at 10:15 am
i had tested this code in sql 2000
SELECT id,
days,
days - COALESCE((SELECT max(days)
...
February 15, 2009 at 7:12 pm
hi,
it is working but will it work in sql 2008 using same function for coalesce.
thanks
February 15, 2009 at 10:40 am
Viewing 15 posts - 61 through 75 (of 85 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy