Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / English Query / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
SQL Server 2000 on XP31 Oct 2004 18:43 GMT1
 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 entries29 Oct 2004 07:56 GMT4
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 decimal29 Oct 2004 01:17 GMT9
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 server27 Oct 2004 22:30 GMT1
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 open27 Oct 2004 17:43 GMT2
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 Query25 Oct 2004 14:20 GMT4
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 clause23 Oct 2004 05:37 GMT2
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 Question18 Oct 2004 22:56 GMT1
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 tables18 Oct 2004 06:54 GMT1
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 tables17 Oct 2004 14:53 GMT1
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 information13 Oct 2004 21:52 GMT1
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 issue13 Oct 2004 21:45 GMT1
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 removal12 Oct 2004 08:48 GMT2
I've a problem to remove certain character from one
column/field eg. 500000000000ABC. How to remove ABC ?
Thanks in advance.
Consolidate Rows on Select12 Oct 2004 08:45 GMT1
I want to condense several rows of a table using a select
statement, function, or stored procedure
For Example
mytable :
Text Search07 Oct 2004 14:17 GMT1
  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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.