| Thread | Last Post | Replies |
|
| SORT QUERY AND VALUE ASSIGNMENT | 26 May 2004 09:44 GMT | 1 |
I need syntax for a Microsoft Access database query. I have a table with 40,000 records. One field has directory paths with backslashes for each subfolder. Let's call that field 'backslashes'. Some records go 9 (nine) levels deep. I have another field, let's call it ...
|
| Centura-Gupta 1.5 and Windows XP | 25 May 2004 20:27 GMT | 1 |
Good day We recently change our PC's to Windows XP. I reinstalled all of my application programs including Centura. This is a quite an old version (95/NT), but is the only one we are going to work with for now. Every time I try to run the program, the Windows Installer popup window ...
|
| Assing rows to a table | 25 May 2004 10:19 GMT | 1 |
I have a table where the columns are products and the rows are customers. It stores sales info by customer and product. I would like to add a row at the bottom af my customer list that would be used for totaling each
|
| NOT IN More Efficient??? | 22 May 2004 14:13 GMT | 1 |
Any ideas how to make NOT IN more efficient? I need to use it for a subquery on a table with 15 million rows and it's taking much too long. Thanks for any ideas!
|
| Count on a date column | 19 May 2004 13:49 GMT | 1 |
All I need to count dates in a column but how can i cut of the time hour minutes and seconds I need to rport how many records hav been added on one date... con someone help me getting on the richt track
|
| query | 18 May 2004 06:24 GMT | 2 |
Hi I have a column in an SQL table. the column is all numeric data from 100 to more than 400. I would like to convert the data in this column to something else. e.g.
|
| error message | 17 May 2004 18:13 GMT | 1 |
I get this message again when I run this script: BACKUP LOG wslogdb62 WITH TRUNCATE_ONLY DBCC SHRINKFILE(wslogdb62_log, 1) This is the error message
|
| DEC TO HEX CONVERSION WHILE IMPORTING | 15 May 2004 15:13 GMT | 4 |
I HAVE DECIMAL NUMBER IN MY TEST TABLE COLUMN CARD_NUMBER AS FOLLOWS 2571549730.0 2571549826.0
|
| convert rows into columns | 14 May 2004 22:16 GMT | 1 |
i have a table which gives me a list of months as records.. ie..columnname : mont row1: ja row2: fe
|
| Select Statement | 14 May 2004 21:31 GMT | 1 |
This is regarding a SQL Select statement I have a table with 3 columns First Name, Last Name , CompanyName I want a result of companyName, using a select statement
|
| Nested Query for newbie? | 14 May 2004 21:30 GMT | 1 |
thanks for reading I have 2 tables. The first has employee information and the second has payroll information. I need to find out people who are not
|
| Case Senstivity on SQL Server | 14 May 2004 21:26 GMT | 1 |
I have written several stored procedures on my local SQL server database. Through my coding i will occasionally change the case of a variable. For example I will declare a variable @SQL varchar(20) but later call it @sql (lower case).
|
| DB name changes daily | 14 May 2004 07:42 GMT | 1 |
I am trying to write SQL automation that runs SQL scripts against the daily drop of the database. Each day, a new DB is created using the format (Testdb + xxxxx )where xxxxx= computed build number. Thus today's db name might be TEST12345 and tomorrow would be Test12346. I have ...
|
| Return or Select Partial String value | 13 May 2004 17:43 GMT | 2 |
I need a SELECT query that can compare/match a string value, example, tableX.number = '12345' from tableX, to tableY.URL = 'http://www.domain.com/folder/name-12345' so the WHERE clause can match the two by the full value
|
| Want to Know Colunm exist or not | 12 May 2004 17:51 GMT | 2 |
Dear Friend I want to know that particular colunm is exist in table or not. if not exist then i want to create it regards ashish
|