| Thread | Last Post | Replies |
|
| SQL 2000 fails to detect NULL values | 30 Nov 2004 05:06 GMT | 6 |
I have this query in SQL 2000, I get wrong answer SELECT B.ID, ISNULL(B.ID,'Is Null') FROM secuenciales A LEFT JOIN (
|
| Updating several fields in a table with a select statement | 29 Nov 2004 22:00 GMT | 2 |
Is there a way in T-SQL to update several fields of a table with fields from another table using a select statement based on a key? I remember doing that in Oracle. If so, can you please give me the syntax. Thanks.
|
| How to FTP via VPN to sites with real adresses on different IP's ? | 29 Nov 2004 21:51 GMT | 1 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|
| Optional Inner Join | 29 Nov 2004 21:50 GMT | 1 |
I have a select proc that will take a bunch or criteria parameters. Based on how many are not null I would like to decide how many inner joins to do. for example: select H1.Priceid as HotelPriceId,H2.Priceid as AirPriceId,
|
| Max Number of Stored Procs in 1 Database (sql server 200) | 29 Nov 2004 07:44 GMT | 1 |
Whats the maimum number of stored procedures you can have in one database? Would I notice any performance degredation if I had over 2,000?
 Signature will
|
| change date format | 25 Nov 2004 09:04 GMT | 6 |
I have a table with a date field. I need to convert the date so that it returns in a text format of DDMMYY - no separators. How do I do this?
|
| "Length" in table design view | 24 Nov 2004 07:44 GMT | 1 |
I haven't been able to find an answer to this simple question from any of the online documentation. In table design view, each one of my columns has a datatype and length. Specifically, I have a column of dataype "ntext" with a length of 16, but I don't know what that "16" means. ...
|
| Odd pivot table type query | 24 Nov 2004 07:37 GMT | 3 |
I've been unable to find a way to write the following query. Assuming this table: Year Quarter
|
| SQL problems | 23 Nov 2004 22:42 GMT | 2 |
Hi! I ran the upgrade pack for Microsoft last night and now my localhost on my laptop won't work. I use SQL to demonstrate a website on the laptop but the "homepage" - http://localhost won't open.
|
| pb with "QUOTED_IDENTIFIER" | 22 Nov 2004 00:35 GMT | 1 |
I've a problem with a trigger : this trigger update a file with an index field but it's return an error
: UPDATE stop because the Set option : "QUOTED_IDENTIFIER" return bad parameters
|
| format a numeric values with commas | 10 Nov 2004 07:24 GMT | 3 |
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
|
| SQL-query, optimizing | 08 Nov 2004 13:45 GMT | 1 |
I have some SQL-statements that are very slow, and I'm wondering if I can do this in a more efficient way. The problem is that I need to list out _detail information_, but the where condition check _sum of the group_.
|
| How: Persistant record order | 08 Nov 2004 08:36 GMT | 1 |
Does anyone know a (relativly) easy way of keeping records in their created order? (or a specific order, and maintaining that order through additions/deletions/changes) I'm interested in a general method (ie, works for everything), but I'll use
|
| DateDiff problem | 07 Nov 2004 16:29 GMT | 1 |
I have a db with a table that records details about order transactions. The main columns I am concerned about are the "Transacton_Type" column and the "Date_Time" column. Each order has more than one transaction/rows in the table (ie. Pending, Shipped, etc...), with each ...
|
| Help with a multiple table query | 04 Nov 2004 10:08 GMT | 1 |
I need help in constructing a query against my Db I have. The DB I have has 122 Tables and 15 columns in each. I have information in a column in one table that I need to query with data in a column on another table. In other words, In Table ad, i have a column called ENTRY_ID ...
|