Viewing 15 posts - 1 through 15 (of 29 total)
Hi,
Thank you...its working fine..
Regards,
Ezhilan
January 25, 2008 at 4:28 am
Thank you...Gail Shaw. Its working now.
Regards,
Ezhilan
December 24, 2007 at 3:22 am
I am just copying the procedure. Not the the database.
Regards,
Ezhilan
December 24, 2007 at 2:18 am
Yes..you are correct. In one server it is Case sensitive and in other it is not. It is deliberate. How can we resolve this issue?
Regards,
Ezhilan
December 24, 2007 at 12:02 am
Hi,
This is where view comes from...
CREATE VIEW dbo.VW_ATSR_OETC_AUD_HIPO_SIDE_ONLY
AS
SELECT *
FROM OPENQUERY(AM_ATSR_NV, 'SELECT * FROM openmsg.OETC_AUD where INST_BROK = ''I''')...
November 28, 2007 at 5:20 am
Hi Sugesh,
I am also facing the same kind of errors,
How to enable xp_cmdshell?
Please suggest
Regards
November 15, 2007 at 4:32 am
USE [master]
GO
/****** Object: StoredProcedure [dbo].[RL_ERC_DBA_Grant_DB_INTACT] Script Date: 11/13/2007 01:48:57 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Procedure [dbo].[RL_ERC_DBA_Grant_DB_INTACT] as
set nocount on
Declare @cmd1 varchar(250),@cmd2 varchar(250)
set @cmd1='osql -SUSXS4001 -E...
November 13, 2007 at 11:11 pm
Hi Karthik,
I would suggest you to read SQL SErver 2000 for Expereinced Users by Rober Vierra.
This is very Good Book.
Regards,
Ezhilan Ekambaram
September 10, 2007 at 11:34 pm
Thanks it is working fine..
I have used..this..
select convert(datetime,convert(char,getdate()-datepart(dd,getdate()),103),104)
Is it OK.
Regards,
Ezhilan
September 10, 2007 at 4:14 am
Thanks...
Its working fine..
August 23, 2007 at 2:32 am
Hi..
I have one more query...
How about using this Dynamic Query extensively in the procedure..(In almost all the Updates and Inserts)
Will performace gets affected because of this?
Regards,
Ezhilan
August 17, 2007 at 5:39 am
Thanks a Lot prasad...
It is working fine..
Warm Regards,
Ezhilan
August 17, 2007 at 5:15 am
Hi,
I have modified it...
Still I am getting that error in the line...
/********/
EXEC('Insert into temptable1'+ @sp_id + 'values (10,''XXXXX'')')
/**********/
I think problem should be somewhere here - 'values (10,''XXXXX'')')
Could you please check...
August 17, 2007 at 4:56 am
Viewing 15 posts - 1 through 15 (of 29 total)