| Thread | Last Post | Replies |
|
| Number to Date | 28 Sep 2004 06:38 GMT | 2 |
I have a legacy system that uses a strange date format, wich I'd like to convert for datetime on a new table. The date is in this format: 104001(2004-01-01), 104002(2004-01-02), 104271(2004-09-27)
|
| how to suppress zeroes after decimal and whole no. should remain same | 28 Sep 2004 02:44 GMT | 5 |
but it is not working for whole number like ex:11120 it is fetching it as 11120. (with point at the end) how to do that. thanks,
|
| format a numeric values with commas | 28 Sep 2004 02:40 GMT | 2 |
hi Steve, Thanks for that. it is working fine. But for the whole numbers like 123456 it is not doing so. it is formatting to 1,234,567.00 (with two zeroes after
|
| SUBSTRING question | 27 Sep 2004 19:26 GMT | 3 |
I have a field that is made up of several important values all in one string. (Location.Serial# + '-' + ID). I need help seperating this field in a query. I can use Substring to take everything to the right of the '-'. Can anyone
|
| Sequel query pulling up duplicate data | 27 Sep 2004 17:47 GMT | 1 |
Not sure if this is the right forum, if not, please direct me. When I create a link to a SQL 2000 server database via Dreamweaver MX, for some reason on one account retrieved,
|
| Query can not be executed in SQL Enterprise Manager Query Designer on W2000 Serv | 27 Sep 2004 17:46 GMT | 1 |
The following error message when you execute queries in the Query Designes throuht SQL-Server Entreprise Manager (SEM): The query cannot be executed because some files are either
|
| How do i perform a case sensitive search?? | 27 Sep 2004 17:18 GMT | 1 |
i've just realized i've installed my mssql to be case-insensitive, now all my queries seems to be case insensitive. Is there any workaround?? How should i write my sql statements to be case sensitive now??? because i get the same results for:
|
| how to suppress zeroes after decimal point at the end in a value | 26 Sep 2004 05:58 GMT | 4 |
i have a sql table field price and datatype is decimal 13(20,6). when i insert values to this field, values are being inserted correctly. i.e. 13.45 inserted as 13.45 and
|
| CHECK DOUBLE RECORD | 23 Sep 2004 08:17 GMT | 1 |
I've problem to check row which having duplicate value for fieldA and fieldC. Eg. rec 1
|
| format a numeric values with commas | 22 Sep 2004 04:50 GMT | 1 |
I have requirement. I want to format a numeric value with commas. is there any function to use in transact-sql query to do this. for example if the numeric value is 27519.37 then it
|
| NOT IN Query Returns No Results | 17 Sep 2004 18:12 GMT | 2 |
When running the following query and subquery with a NOT IN clause, I'm getting no results with SQL Server 2000 SP3. Has anyone seen this before ? =======================================
|
| how to convert varchar into smalldatatime | 17 Sep 2004 17:38 GMT | 1 |
I import text file into SQL table, one column name 'date', datatype is varchar and string in field like 'dd/mm/yy'. I want to convert varchar into smalldatetime and output is 101 'mm/dd/yyyy'. my query is:
|
| How to Convert Character String to Numeric- Thanks! | 16 Sep 2004 21:16 GMT | 2 |
How to convert character string to numeric? Thanks!
|
| Order By - Conditional | 16 Sep 2004 09:51 GMT | 4 |
I wish to include a condition in my order by statement. i.e. If the value of Field X > Y then Order by Field X, else Order by Field Z. I have tried inserting a select case but i cannot get it
|
| passwrd | 14 Sep 2004 19:21 GMT | 1 |
i am new in mssql7.Using sp_password i put login password for the server.How can i put a password for a particular database in the server. Thank you.
|