Viewing 15 posts - 1 through 15 (of 18 total)
Hi,
I have this solution but mainly I want to know whatz the reason????
Why it below block of code gives error.
Declare @user varchar(200)
set @user = 'mymachine\vishal'
GRANT EXECUTE ON mytest_sp TO @user
GO
June 2, 2006 at 9:43 am
Hi,
Thankz mike for you reply.... Please send me utility.... It will really help me....
Please send me at vishu_prajapati@yahoo.co.in
Thanking
March 1, 2006 at 1:02 pm
Hi,
Thankz for your reply.
Global #table will not work as it in Client-Sever Architecture and at time there are 4-5 users logged in accessing may be same SP.
Please help
January 9, 2006 at 7:36 am
Hi,
Please help on it......
Are you finding it difficult to get the solution or you not getting what I want......
January 9, 2006 at 5:08 am
Hi,
Thankz for your reply. It really added some idea in reaching to a solution. But still actual problem is not addressed.
Let me explain you with example:
At fornt end I have...
January 9, 2006 at 5:02 am
Hi,
Thankz for your reply. Same we have also thought of but where to create the # table.
If in SP I have to create then any how the problem remains...
January 8, 2006 at 10:31 pm
Hi,
ALL PC in a company are of NTFS file system.....
Please help..... We are not able troubleshoot.....
December 1, 2005 at 11:22 pm
Hi,
I have set this at Infinite ( connection timeout = 0)
And that too at both end. At Sql Server also and in ADO connection also. BUT 🙁
November 24, 2005 at 8:54 am
HI,
Sorry to bother you....
But it does not take any parameter. I just call the SP and it gives me the result for 12 months. The same SP when I...
November 24, 2005 at 8:32 am
Hi,
Thanks for reply.....
I told in my original post that it works locally very fine. Also when the SP is run through the Query Analyser of client server, there also...
November 24, 2005 at 7:46 am
Hi,
Thanks for you reply.....
But this does not help out as we are making use of client side cursor only......
Please help
November 24, 2005 at 5:28 am
Hi,
Here is the SP ........
ALTER PROC getaverage
AS
SET ANSI_WARNINGS OFF
SET NOCOUNT ON
CREATE TABLE #tblAverage (
[ID] int,
[Month] varchar(100),
[Value] varchar(20))
DECLARE @NoofMonth int
SET @NoofMonth = 0
WHILE @NoofMonth < 12
BEGIN
INSERT INTO #tblAverage SELECT...
November 23, 2005 at 10:23 pm
Hi,
Thankz dear. Your help really worked out. I have never tried CROSS JOIN this way.
November 21, 2005 at 8:02 am
Hi,
Vishal again...
Thankz to all for your reply.
But the solution which you have given is specific to the arithmetic error. I want to have the general solution. If any type...
November 16, 2005 at 2:22 am
HI,
THANKZ A LOT to all of you. I got the solution. It really helped me out. I was not knowing about sp_executesql SP as I was new to Sql Server....
October 20, 2005 at 1:11 am
Viewing 15 posts - 1 through 15 (of 18 total)