| Thread | Last Post | Replies |
|
| Inserting a string with an Apostrophe | 30 Apr 2004 14:51 GMT | 8 |
I would like to insert a value with an apostrophe into a character field. I keep on getting "commande text not set for command object". Is there a character that I can put before and after the string to show that the system should take the exact value and not look at the ...
|
| Multiple Server query | 28 Apr 2004 07:38 GMT | 1 |
I'm trying to write a query that will be used in a stored proc to grab data from a table on a different server. So I have SVR1 trying to get data from SVR2, so I'm trying to use this query:
|
| Stipping all alpha characters from a string | 27 Apr 2004 22:07 GMT | 1 |
I need to strip all characters that are not a number from a string variable in a sql procedure. There is not clear pattern to the character the user can input. Example input for the phone field
|
| Table Corrupt | 27 Apr 2004 04:55 GMT | 1 |
Could someone please tell me how to fix the following error? This error is appearing on several tables for 2 weeks now. I already ran a complete hardware diagnostics on the server and it is cleaned. Please help, I am
|
| create db | 24 Apr 2004 15:03 GMT | 1 |
How can i create and attach a database with out using enterprise managaer in mssql7.
|
| determine if value in field is number | 23 Apr 2004 19:04 GMT | 1 |
I have a varchar field in a table that could contain values such as 123, 345, ABC, or CDF I want to do a select statement on the table to return records where this field could be number (123, 345) and exclude those that are not (ABC, CDF).
|
| Help with Query | 23 Apr 2004 08:44 GMT | 3 |
I need help in generating a query that will give me all my DB tables and associated columns. Thanks
|
| isnumber | 23 Apr 2004 05:51 GMT | 1 |
Think that you have this string "1-345-456", is it possible to check what is number in this string and how can i remove those who isn´t a number Thank you for helping me
|
| Dates Result Set | 21 Apr 2004 23:37 GMT | 1 |
Hi, All, I need a single result set that just returns today's date plus 6 more days. I want to do this without a cursor. Any ideas?
|
| want to see duplicates INNER JOIN | 21 Apr 2004 18:48 GMT | 1 |
Below is my query where I want to see duplicate rows, but I don't SELECT dbo.tblItemOrder.Itemnumber, dbo.cp_IV00101.ITEMDESC, dbo.tblItemOrder.Quantit FROM dbo.tblItemOrder INNER JOI dbo.cp_IV00101 ON dbo.tblItemOrder.Itemnumber = dbo.cp_IV00101 ...
|
| Data Fixing. | 21 Apr 2004 09:42 GMT | 1 |
Just wondering if someone can help me whith some data I am trying to seperate out, the examples are shown as below Clarice Apartment - 2 bedroom Apartment The Beech - 4 bedroom Detached
|
| No of columns in a table | 20 Apr 2004 09:20 GMT | 2 |
Is there a limit on no of columns in a table. How it will affect the performance of a query. What is the optimum max no of columns a table can contain Pls give your expert advice .
|
| query to list field data types | 20 Apr 2004 05:28 GMT | 2 |
Can anyone tell me if there's a query command that will return information about a table's properties, such as field names, field data types, field lengths, index names, etc?
|
| Querry giving incorrect result | 20 Apr 2004 03:50 GMT | 1 |
Big problem here that is getting me frustrated i have TABLE A and TABEL B TABLE A TABLE B ID DATA ID (FK to TABLE A) DATA
|
| => Trigger to split Trailer Loads | 19 Apr 2004 22:25 GMT | 10 |
I am trying to design a trigger that upon record INSERT checks the number of pallets ordere and ensures that no record has more than 26 pallets, as this is the maximum tha will fit onto a trailer. Some how dividing 26 into the number of pallets copying all lines with les than 26 ...
|