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 / February 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Date Range28 Feb 2006 22:49 GMT2
I have a query that I have to place a beginning and ending date to select the
information needed.  The date is always 30 days for the current date.  Is
there a way to set up a query to select current date minus 30 days that I
will not have to change the date each time?  
SELECT ~~ OVER(PARTITION BY ~~) in SQL Server 2005?27 Feb 2006 05:38 GMT3
I'm using VS 2005 with SQL Server 2005 (all are release versions).  I read
about the new Windows Functions SQL commands in a book, and, using the Query
Designer, created a SQL Query against my database that included
SELECT COUNT(field1) OVER (partition BY field1) AS Num
Eliminating Duplicated25 Feb 2006 10:29 GMT1
I have 3 tables Employee (empno,name,city)  , Emp-Pl (empno,noofleaves) , and
Emp-Cl (empno,noofleaves).  Now i require the report in the following format
Sample Data
employee
question on date (or string after using convert function) comparis14 Feb 2006 21:56 GMT1
select case when '02/12/2005' >=  '01/02/2006'  then 'T' else 'F' end
the result return is 'T' why?? (2005 should be < 2006)
select field contain chr(10) (Line Feed character) usng T-SQL10 Feb 2006 21:52 GMT1
How to retrieve all record which has chr(10) in the value of a specific column?
select column1 from table1 where............? (how to write the where
statement)?
Thx!!
Date Selection08 Feb 2006 19:38 GMT4
I thought this was simple but...
I have a table with a transdate of data type datetime and I want to select
all transactions either for today or for getdate() minus some value.  Looks
to me like the time portion is getting in the way of "where transdate =
Selecting data from one table based on conditions in another table07 Feb 2006 21:39 GMT2
I'm used to doing simple queries from individual tables, so I hope someone
can help with this.
I need to select unique data from a column in table1 based on the value of a
column in table2.  The data in the column of table1 is not all unique, so I
Datetime Selection II06 Feb 2006 23:35 GMT1
I posted this earlier and got an unusable answer, so I'm trying again...
I have a table with a transaction date of datatype datetime.  I need to
select all where where the transaction date is 2 days ago.  If I use
"where transaction date = (getdate( ) -2)" the selection fails ...
Changing Ordering06 Feb 2006 23:10 GMT4
Not quite sure how to word this.
Is there any way to change the ordering of SQL Server
I need it to order
ABC2 then ABC12 then ABC110 (this is by entire string, rather than
 
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.