Viewing 15 posts - 1 through 15 (of 18 total)
Thanks all for the reply. I was able to pin point where problem is. In the query belowe if i remove Cast() part the query works without any errors. ANy...
June 2, 2011 at 6:02 am
--I can not disable the sorting option in this combo box because this combo box is stored in the table and this table contains other combo boxes along with this...
July 4, 2007 at 9:01 am
Following is the stored procedure I am using to insert dates in the drop down list. I have added comments in the code so that you can understand what I am trying...
July 4, 2007 at 7:50 am
Thanks Peter, but the query you sent me will work only when i am sorting it in the SQL query. I want my drop down (list) in the front end which is of...
July 3, 2007 at 4:37 pm
Thanks. The second solution worked.
November 8, 2006 at 12:47 pm
Thanks but it doesnot remove the decimal from the final value.
For example I ran the above query with @n=740002.64
SELECT RIGHT(REPLICATE('0', 13) + CONVERT(VARCHAR(15), 740002.64 ), 13)
I got the result as...
November 8, 2006 at 12:43 pm
What is the purpose of this statement?
EXEC sp_msForEachTable 'EXEC sp_recompile ''?'''
Thanks
July 20, 2006 at 8:01 am
Can anybody answer my question please? I really need to know this.
April 21, 2006 at 4:40 pm
Hi Ryan,
Sorry I didn't see your post before. I tried your script and it is working
That's great. Thanks a lot.This is really cool....
April 20, 2006 at 7:42 am
yes. I tried this function it returns 1 instead of 5.
April 19, 2006 at 7:43 pm
Thanks Much all..
Kavita
April 18, 2006 at 1:24 pm
Thanks much.That helped me a lot. I am going to try function instead of view.
Kavita
April 12, 2006 at 1:42 pm
My text file is too large. I can not import every thing in the table before I search it.
I only need to exctract one word for example 'WORK ORDER NUMBER'...
September 13, 2005 at 1:12 pm
Viewing 15 posts - 1 through 15 (of 18 total)