| Thread | Last Post | Replies |
|
| SQL Server 2000 on XP | 31 Oct 2004 18:43 GMT | 1 |
Can i install SQL server 2000 on XP Prof? is there any seperate version for XP Prof? Where can i get Free SQL Server 2000 book in PDF foramt. I cannot able to purchase books. I cannot bare.
|
| Get the smallest timespan between two entries | 29 Oct 2004 07:56 GMT | 4 |
we have a table with a column of type "datetime" We want to get the smallest timespan between two entries. Now we get this timespan with the following query (it works but it's to slow, it runs 5 secs with 250000 entries):
|
| convert from hexadecimal to a decimal | 29 Oct 2004 01:17 GMT | 9 |
We have a tableA with a varchar field whose contents are hexadecimal. We want to insert these hexadecimal contents from a varchar field into different table, tableB in decimal format.
|
| IIF in SQL server | 27 Oct 2004 22:30 GMT | 1 |
Is there a way in SQL Server to run the simple query having something like IIF function in Access. Similar to this easy query. SELECT Mobile,iif([PlanType]=1, "New", "Upgrade") As Type FROM Acts WHERE
|
| SQL Query Analyzer does not open | 27 Oct 2004 17:43 GMT | 2 |
Hi, I am new to MS SQL server. I installed the sql server 2000 evaluation edition on my PC( Windows XP Pro,SP 1). I can work with enterprise manager without any problem but I cannot open the SQL Query analyzer.
|
| Sum a Union Query | 25 Oct 2004 14:20 GMT | 4 |
I have data in 3 tables that I want to add together to get a total figure So far I have an sp that uses a union query that gives me 3 totals (1 from each table) How can I now add these 3 totals together? is it a subquery of somesorts or
|
| & in the where clause | 23 Oct 2004 05:37 GMT | 2 |
SELECT discounts.*, discounttype AS Expr1 FROM discounts WHERE (discounttype = 'Initial & Customer') This query in pub database does not bring anything because of ‘&’ in where
|
| Update Question | 18 Oct 2004 22:56 GMT | 1 |
can you update date a column with an if then statement. This is a simple example and I want to do something more complex, but I can't figure out how to do this simple example. can someone help? update car set field1 = (if (select passengers from car where id=1)='3' begin
|
| Problem doing a count query using 2 tables | 18 Oct 2004 06:54 GMT | 1 |
I've got one table that holds various information fields and a field for the city, and another table that holds city and state (and zip, etc). I want to query both tables to show the number of states for which records in the first table were submitted. Problem is that although ...
|
| Problem doing a count query using 2 tables | 17 Oct 2004 14:53 GMT | 1 |
I've got one table that holds various information fields and a field for the city, and another table that holds city and state (and zip, etc). I want to query both tables to show the number of states for which records in the first table were submitted. Problem is that although ...
|
| Qualify customer information | 13 Oct 2004 21:52 GMT | 1 |
Can anyone advise me of how to make sure that a customer is inputting correct information into the database. I am building a website, where customers are not logging in, but request info. by name, addr. and postcode/city, email. I want to check if the
|
| pivoting issue | 13 Oct 2004 21:45 GMT | 1 |
I have a expenses table, in this table I have the account, exp_date, exp_type and amount fields. I have three exp_type (real, budget and myu) I would like to create a table with
|
| part removal | 12 Oct 2004 08:48 GMT | 2 |
I've a problem to remove certain character from one column/field eg. 500000000000ABC. How to remove ABC ? Thanks in advance.
|
| Consolidate Rows on Select | 12 Oct 2004 08:45 GMT | 1 |
I want to condense several rows of a table using a select statement, function, or stored procedure For Example mytable :
|
| Text Search | 07 Oct 2004 14:17 GMT | 1 |
I have table for items, some of the Items codes are including text codes. When I try to use Select From **** Where **** like '****' I don't get the correct record until I put the Upper case or lower case text
|