Viewing 15 posts - 226 through 240 (of 269 total)
I tried that, no luck. It didnt use the index when I selected just 2 columns..
September 19, 2008 at 1:49 pm
Sorry, that was a typo.
select * from sales where (sales_id = 1123013 AND sales_in_no >= 199901 AND sales_in_no <= 199701)
This is the output I get from the execution plan:
Physical...
September 19, 2008 at 1:18 pm
Thanks a lot for all your help. It worked!!!!!!!!
I appreciate it
September 17, 2008 at 11:23 am
THanks, I tried the same:
select distinct cl.table_name, field_name, t.name, inc, svalue = '(' + cl.table_name + '.' + field_name + CASE cl.hval
WHEN c1.lval THEN ' ' +
...
September 17, 2008 at 10:15 am
If it can help, we use the below in Oracle:
Decode(oper,'!=','=',oper)
But the only difference is, in Oracle the condition for m1.inc='E' is the where clause of the select statement....
September 17, 2008 at 9:58 am
Not sure if my previous message was clear. I tried using CASE for the condition. It didnt work. I think its the syntax error.
select distinct cl.table_name, field_name,t.name,inc,
svalue = '('...
September 17, 2008 at 9:38 am
Okay. Thanks.
Somehow, I found where exactly we are having problem with in the stored procedure. Below is that bit of the code:
select distinct cl.table_name, field_name,t.name,inc,
svalue = '(' + cl.table_name...
September 17, 2008 at 9:20 am
Hmm, I just downloaded the trial version of Visual Studio 2005 I dont see a debug option when I right click on the stored procedure. Is it because of the...
September 16, 2008 at 3:13 pm
Oh yes, I just realized that I installed the trail version of Idera Diagnostic Manager last week. I did not use it because I found the SQL profiler was more...
September 16, 2008 at 8:55 am
Hi all,
I am back again. Not sure if it just the application issue. We are trying to exec sp_setapprole without the encrypt option now by passing all the parameters...
September 10, 2008 at 12:44 pm
But this is not executing query from the front end.. it is through the application so I have to go with the session details..
thanks
September 10, 2008 at 11:02 am
Thanks, Do you know of a site I can download the trial version of the profiler??
I tried a few, the link has expired.. Thanks again
September 10, 2008 at 10:32 am
Rbarry, This worked.
Thanks a lot!!!!!!!!!!!!!!!!!!!!!!!
I appreciate it!
September 3, 2008 at 12:58 pm
Rbarry,
Thanks for your comments. It is considerably small table and this will be a one time update statement for the existing records. I think it should be fine.
Do...
September 3, 2008 at 12:17 pm
Viewing 15 posts - 226 through 240 (of 269 total)