Viewing 15 posts - 1 through 15 (of 71 total)
thanks everybody,my prob is solved now
November 11, 2011 at 11:23 am
hi
ok i found it under database but in different schema,how to change schema to dbo
November 11, 2011 at 10:13 am
DEV,i tried it ,it showing over there,but it is under different schema,not dbo,thats y it is not showing,how to change schema to dbo
November 11, 2011 at 9:40 am
no its not in the master database or under system stored procedure.Any other option,while creating it i didint use 'USE DATABASENAME'.
but i know i have selected correct database on the...
November 11, 2011 at 9:32 am
i am connected to the right server,i am able to execute it,but its not showing in the list
November 11, 2011 at 9:25 am
i did it,still its not showing
November 11, 2011 at 9:09 am
thanks a lot DEV,that's what i was looking ,u solve my problem.
November 9, 2011 at 12:09 pm
i want to order my result by 1,5 ..not with column name
November 8, 2011 at 1:01 pm
no my prob is
select order 2, book_id,table_name,account_id,account_name
from book,account
where book.id = account.id
union all
select order 1,column1,column2
from table1,table2
where-----
union all
select order3,column1,column2
from table1,table2
where-----
union all
select order4,column1,column2
from table1,table2
where-----
in this query,every select has order column,mens if i do...
November 8, 2011 at 12:07 pm
no.i want to use order by 1,5,do i need to include it in every select statement. i dotn know how to use it,coz every select stm has order by ,and...
November 8, 2011 at 11:24 am
how can i used order by, my function is like
select * from function_name('dae','account_name') order by 1,5
now the content of function is
select order 2, book_id,table_name,account_id,account_name
from book,account
where book.id = account.id
union all
select...
November 8, 2011 at 9:33 am
i tried it it gives me blank,not the valus,but i think rtrim and ltrim just remove blank spaces ,not the values
October 21, 2011 at 7:58 am
so it gives orderid values with no spaces on left or right ?
or it just says orderid should be blank.plz confirm me
October 21, 2011 at 7:48 am
account_date is declared as a datetime,but i want format CCYY-MM-DDThh:mm:ss
how to do it.coz i wan this parameter in cognos in this format
October 13, 2011 at 11:20 am
IS THIS correct
set @Account_date = convert(datetime,@Account_date,126)
October 13, 2011 at 11:10 am
Viewing 15 posts - 1 through 15 (of 71 total)