| Thread | Last Post | Replies |
|
| How to specify whether to match case (upper or lower) in WHERE condition? | 27 Aug 2006 21:35 GMT | 1 |
In this sample: Create Cursor aaa (f1 c(2), f2 n(3)) Insert into aaa (f1, f2) values ( "f ", 1) Insert into aaa (f1, f2) values ( "F ", 2)
|
| Sql Command | 26 Aug 2006 16:31 GMT | 3 |
I wish to do the navigate function for Top, Previous, Next and Bottom through a table using Sql command but I found that it is very slow for the following example when the table has more than 50,000 records: Top:
|
| Problem in sql query | 26 Aug 2006 16:16 GMT | 8 |
Dear friends my view statement ---------------------------- create sql view rorder_line_items as SELECT DISTINCT .F., Requestdtl.sl_no,
|
| bulk insert from FoxPro CSV file into SQL Server | 23 Aug 2006 03:58 GMT | 1 |
I have a couple of legacy FoxPro databases where production information is still being written. Currently this data is being moved to SQL Server via a DTS package that takes several minutes to run. I know I can bulk insert very large files very fast, and I can output the FoxPro
|
| SQL - MAX | 02 Aug 2006 18:01 GMT | 4 |
I have a data set like: Std Num Date Comment 111 6/29/06 Apple 111 7/29/06 Orange
|