Viewing 15 posts - 16 through 30 (of 42 total)
Thanks 2 all
I could not understand this query because of less knowledge of relational algebra.
I got the ans after run below query
select A.*,B.* from TestTAble A right join TestTAble3 B...
March 12, 2010 at 2:59 am
Hi Calico,
May be something corrupted with your report. May be the 'image' of the SP is damaged in the .rpt file.
I did not find anything like that, I like...
August 27, 2009 at 10:44 pm
Yes It will be default I checked.
But can we set default size of columns
August 27, 2009 at 1:13 am
Hi,
After Step 4 I have alter my proc many time and also try all options in report " VArify Database, Set location, etc"
Just now I drop proc and create again...
August 26, 2009 at 11:07 pm
Yes
U will face collation error when u will create a temp table and join that table with yur Db Table.
I just change collation of My database due to this error.
To...
August 26, 2009 at 12:24 am
Hi,
All setting are same in sql server 2005 and is align with sql server 2000 database where report is running fine
August 26, 2009 at 12:12 am
My complete analysis is
1-- This report is running in sql server 2000
2-- I restore a copy of databse to Sql Sever 2005
3-- Report stops due to different collation between my...
August 24, 2009 at 3:10 am
But this report is running fine with blnk space and with sql server 2000
August 24, 2009 at 1:34 am
Yes If I just pass blank space report run correctly.
I like to remind once again that this problem comes only in report display if i run this proc in query...
August 23, 2009 at 10:41 pm
-- sp_helptext mms_r_py_payroll_summ_cs_rep_1
-- MMS_R_PY_Payroll_Summ_CS_Rep_1 'Y','01','','','R016','R016','0461','0461','CA','','SL','22/11/2008','21/12/2008'
Create PROCEDURE MMS_R_PY_Payroll_Summ_CS_Rep_1(
...
August 21, 2009 at 6:34 am
This is My Proc It execute correctly and return some data but report just pick one charcter of each char and varchar datatype
-- MMS_R_PY_Payroll_Summ_CS_Rep_1 'Y','01','','','R016','R016','0461','0461','CA','','SL','22/11/2008','21/12/2008' ...
August 21, 2009 at 6:30 am
but problem is still there
August 21, 2009 at 6:19 am
Question is that
IF control is not steping in
following condition
Becoz @Par1 never be blank
if @Par1=''
begin
select ' ' Par1,' 'Par2,' ' Par3----Notice paas blank space and report work fine
end
then why it...
August 21, 2009 at 6:03 am
Gail
I have no intention to change collation of system table.
look below proc
Suppose I had a proc attached with a report
Create Proc ProcName
@PAr1 varchar(4)
@PAr2 varchar(4)
@PAr3 varchar(4)
as
if @Par1=''
begin
select '' Par1,''Par2,''Par3
return
end
Craete #Temp
(
PAr1 varchar(4)
PAr2...
August 21, 2009 at 5:34 am
Dear Gail
that is my actual problem
I did every thing my DB
and then check that there some few other collation for these system table.
may be these table is creating trouble...
August 21, 2009 at 5:19 am
Viewing 15 posts - 16 through 30 (of 42 total)