Viewing 15 posts - 10,876 through 10,890 (of 15,381 total)
chinye2020 (8/31/2012)
AccNo Commision Add_By_AccNo Level
2 6.000 0 MANAGER
3 4.000 2 SUPERVISOR
5 3.000 3 SALEPERSON
Tbl_Transaction //this is the example insert query success
AccNo Commision Amount
5 1% $0.10
3 2% $0.20
2 2% $0.20
This is...
August 31, 2012 at 11:23 am
pawana.paul (8/31/2012)
On Instance1, it is something similar to the below statement:
SELECT A.COL1, B.COL2,C.COL3, A.COL4, B.COL5, C.COL6 FROM
ABC A JOIN DEF...
August 31, 2012 at 11:19 am
chinye2020 (8/31/2012)
Msg 319, Level 15, State 1, Line 13Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context...
August 31, 2012 at 11:16 am
RBarryYoung (8/31/2012)
Sean Lange (8/31/2012)
Sure for DBMail it works well. I just never saw anything in here that indicated that. Global temp tables can just a pain to deal with so...
August 31, 2012 at 11:15 am
chinye2020 (8/31/2012)
Sean Lange (8/31/2012)
chinye2020 (8/31/2012)
AccNo Comm Add_By_AccNo Level
2 6.000 0 MANAGER
3 4.000 2 SUPERVISOR
5 3.000 3 SALEPERSON
Tbl_Transaction //this is the example insert query success
Transaction_AccNo Comm Amount
5 1% $0.10
3 2% $0.20
2...
August 31, 2012 at 11:13 am
RBarryYoung (8/31/2012)
Sean Lange (8/31/2012)
Potso (8/31/2012)
August 31, 2012 at 11:04 am
chinye2020 (8/31/2012)
AccNo Comm Add_By_AccNo Level
2 6.000 0 MANAGER
3 4.000 2 SUPERVISOR
5 3.000 3 SALEPERSON
Tbl_Transaction //this is the example insert query success
Transaction_AccNo Comm Amount
5 1% $0.10
3 2% $0.20
2 2% $0.20 //how...
August 31, 2012 at 10:55 am
deepeshdhake (8/31/2012)
No there is no network down. Stored proc is working good. But I cannot see the result in crystal reports.
This isn't a crystal reports forum but I can try....
August 31, 2012 at 10:53 am
m.rajesh.uk (8/31/2012)
Thanks for u r reply.. i mean the data base not available corrupted... i need to take back up is there option available
You said it is corrupted? What good...
August 31, 2012 at 10:48 am
pawana.paul (8/31/2012)
Need your help in achieving one requirement, below are the details:
From Instance1, DB1, I am retrieving data from 6-8 tables using joins.
Form Instance2, DB2, I am retrieving data from...
August 31, 2012 at 10:46 am
chinye2020 (8/31/2012)
Luis Cazares (8/31/2012)
You should pay more attention to your code...
August 31, 2012 at 10:13 am
deepeshdhake (8/31/2012)
I have created the stored procedure. Now I am accessing the same in the crystal reports. But when I preview the report, there is no data.
What can be...
August 31, 2012 at 10:06 am
Potso (8/31/2012)
August 31, 2012 at 9:48 am
chinye2020 (8/31/2012)
how to in select query save the last row Commision Value?have any idea?
I am not at all sure what that means??? Keep in mind that tables are unordered set...
August 31, 2012 at 9:42 am
You really need to read the article I suggested. You need to provide ddl (create table scripts) and sample data as inserts. We are all volunteers around here and I...
August 31, 2012 at 9:41 am
Viewing 15 posts - 10,876 through 10,890 (of 15,381 total)