Viewing 15 posts - 16 through 30 (of 78 total)
Just checked in Profiler on which stage its stuck
February 11, 2011 at 2:26 am
A sp is made for that purpose. You can download it from
http://www.vyaskn.tripod.com/code.htm
Regards
Vijay
August 9, 2010 at 3:01 am
some sample data required for the fast result.
July 26, 2010 at 1:57 am
BCP is only used for bulk loading the database...
For other operation you need, link server connectivity. A simple wizard is available for creating the same.
For reference
http://msdn.microsoft.com/en-us/library/aa560998%28BTS.70%29.aspx
July 26, 2010 at 1:56 am
Vinay,
Add some sample data and expected result.
So it will help u help us
June 24, 2010 at 12:21 am
I Got the solution.....
Mentioned below
--===== Declare the working variables
DECLARE @clnt_id INT,
@tpl_id INT,
@ast_cls_cd VARCHAR(25),
@cumReturn NUMERIC(18,9)
--===== Calculate the portfolio using return multiply by previous available value for every row
...
June 17, 2010 at 8:58 am
Thankx Jeff Sir, For your replay,
how r u and how is your health???
Actually i got the solution of this problem but stuck again with this problem as a change...
June 17, 2010 at 5:46 am
I thought I am right, above mention is a feasible Solution.
June 16, 2010 at 7:08 am
Kindly provide the test script for batter result
June 16, 2010 at 7:04 am
I thought we can not use corelated query with in inner join..
Modified query.......using corelated join (But not recomended)
SELECT L.LogTableKey
,L.CreateDate
...
June 16, 2010 at 6:38 am
You simply use co-related join as sub query...
It may be help you...
SELECT L.LogTableKey
,L.CreateDate
,L.DictionaryTableKey
...
June 16, 2010 at 6:21 am
How can u connect server with out link server??:cool:
As you told you want to retrieve information from a centralize server, then centralize server should be connect to each and every...
June 16, 2010 at 6:09 am
I used below mentioned approch to solve this problem... Is this approch is right.
Output and solution attached for my both (Same Data And Actual Data) problem.
-- DROP TABLE #blnd_bnmk
CREATE TABLE...
June 15, 2010 at 5:51 am
Is there any additional information required for this query as provide actual data (attached) and sample data???
Any ideas or suggestions will be highly appreciated!
June 15, 2010 at 1:09 am
Viewing 15 posts - 16 through 30 (of 78 total)