Viewing 15 posts - 541 through 555 (of 598 total)
It is on a cluster, can you elaborate on the steps I would need to take?
July 21, 2009 at 7:48 am
If I put it at the top of statement, it says 'completed' but when I go back in and look at the proc, the isolation level part I just added...
April 21, 2009 at 1:43 pm
Thanks for answering and yes they know the risks Gail.
And hey, not my call...they want it on every one of these procs.
Guess I was just wondering if putting it as...
March 18, 2009 at 8:46 am
THANKS !!! Everyone...!
That did the trick
Good karma to you all.
February 20, 2009 at 11:30 am
Thanks GSquared.
Here's the proc that calls the two functions:
USE [FL16_QA]
GO
/****** Object: StoredProcedure [dbo].[_TPX_NameSearch_SEL] Script Date: 02/19/2009 13:55:08 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER PROCEDURE [dbo].[_TPX_NameSearch_SEL]
@fullname varchar(100)
,@minPercentage...
February 19, 2009 at 12:36 pm
much thanks for the comments..we are using if's and they seem to preform okay...
Why do I have a feeling the case statments would have worked better..or..some other form of case..?...
February 12, 2009 at 9:54 pm
Thanks Gail,
We went to the link you provided and re-wrote the proc.
It seems to be working well.
Thanks again.
February 12, 2009 at 7:38 am
Here's the defiition.
The reason for dynamic sql, the front end has various fields the user may/may not enter and we don't know which they'll send.
USE [LoggerSource]
GO
/****** Object: Table [dbo].[Logger2]...
February 11, 2009 at 1:36 pm
Thanks Carolyn,
I got a syntax error and moved the "+" outside of the single quote on @RequestId and Convert(Unique......
Now I'm gettting the following error: Operand type clash:...
February 11, 2009 at 12:34 pm
AAAhhhhh I seeee said the blind man.....thanks Greg!!!
February 11, 2009 at 9:45 am
I'd like to avoid using dynamic sql, so I'm open to any suggestions. There are 12 potential parameters in all.
I tried Greg's suggestion, but in my case,...
February 11, 2009 at 9:33 am
Thank you all VERY much for taking the time to help me. Good karma to all of you.
You know, after getting a little sleep..I think the overall theme here is...
February 6, 2009 at 9:35 am
Viewing 15 posts - 541 through 555 (of 598 total)