Viewing 12 posts - 136 through 147 (of 147 total)
Hi Lucky
Well yes I have gone thru it and am doing exactly the same. Everything goes amoothly and no error comes but still the image is not getting saved in...
January 6, 2006 at 12:29 pm
The guy takes out the report using query analyser only and yes there are more than 255 characters in the column.
December 5, 2005 at 10:12 am
Well tx a lot for that.But I will have to do that again and again or if i set it once it will be there.
The problem was that the guy who...
December 5, 2005 at 9:48 am
I had got this sql from the site only but it doesnt works
use
master
DECLARE
@Statement varchar (2000)
SELECT
November 8, 2005 at 12:44 pm
Hi
Well tx a lot..That solved the purpose....Could you please explain a bit too this solution..
Well the report just needs to me made and the text has to come in one...
October 26, 2005 at 1:53 pm
hi
Here is the entire procedure...
CREATE proc proc_LeadReport
@StartDate datetime,@EndDate datetime
as
declare @varhd1 varchar(40)
declare @varhd2 varchar(40)
IF (SELECT DATENAME(dw,dateadd(dd,1,@EndDate))) = 'Thursday'
BEGIN
declare @qstr varchar(6000)
set...
October 20, 2005 at 2:02 pm
Hi
Please check the sa login id and password u have given for the remote login.Probably it is not correct and so it is not allowing u to access.
October 20, 2005 at 10:08 am
Ans1)No there is no foreign Key relationship between Calllist and CaptureCalllist. Also there is no PK in the Calllist table and no index.
Ans2)The data is inserted into the capturecalllist so that...
October 11, 2005 at 11:55 am
Hi
The definition of the trigger is like this
CREATE trigger Tr_Data_update ON dbo.capturecalllist
FOR INSERT AS
Declare @DispoType Varchar(255)
Declare @I3_RowID Varchar(30)
Set @DispoType=(Select DispoType From INSERTED)
Set @I3_RowID=(Select I3_RowID...
October 11, 2005 at 7:30 am
Hi RSharma
Yes the transaction happens like this only and the updation happend through a trigger which is fired on insertion in table A.
Well the link u had given was really great...
October 10, 2005 at 2:45 pm
Well no they do not happen under the same process id...Yes I have gone thrugh it but could not resolve the problem.
October 10, 2005 at 8:35 am
Why r u creating a procedure for this.When you can do the same from the enterprise manager.When you have scheduled the backup then there only you can specify the criteria...
July 4, 2005 at 1:02 pm
Viewing 12 posts - 136 through 147 (of 147 total)