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 / March 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Performance problem... again  :(31 Mar 2005 21:41 GMT1
This is not my 1st post related with performance. I am experiencing serious
performance problems with a VB6 application running over a SQL Server 2000
database. I have already used SQL Analyser, SQL Profiler and Performance
Monitor to collect data that might help resolve this ...
query assistance -return most recent date30 Mar 2005 23:10 GMT5
I have a table that has two fields, pkg_num, which is a number, and
del_date_time, which is a date-time.  The table can contain duplicate pkg_num
values, as long as the del_date_time values are different for any given
number.  I need a query that will return the most recent ...
A  Challenging Query24 Mar 2005 23:09 GMT1
Here is a very interesting SQL which I failed to solve.
I have two tables called Main and Notes.Table notes has id field which is
primary key of the Main table and foreign key in notes table. Notes table has
an identity column called NotesId.
SQL Query Analyzer24 Mar 2005 00:37 GMT2
I can not get this query to work right it returns the records for the dates
03/19/2005 and 03/20/2005 but not 03/21/2005. Could this have any thing to do
with my SQL Server collation set? My collation set is
SQL_Latin1_General_CP850_CI_AS.
Summing Rows with certain values in return set22 Mar 2005 21:43 GMT1
I have a query that returns a detailed resultset but I need to create a
summary of it as follows:
ResultSet of Detail:
--------------------
Help with Query and Null22 Mar 2005 17:29 GMT1
I have the following syntax
Sum([SalesQty1]+[SalesQty2]+[SalesQty3]+[SalesQty4]+[SalesQty5]+[SalesQty6]+[SalesQty7]+[SalesQty8]+[SalesQty9]+[SalesQty10]+[SalesQty11]+[SalesQty12])
AS YrSales
This works fine if none of the fields are NULL
how to get max date of a month22 Mar 2005 08:27 GMT1
How to get last (maximum) date of a month through sql
query.
ex: if 31st is the last date of a month then i should get
31(dd) or 31/03/2005(dd/mm/yyyy) format or 20050331
Help with Query18 Mar 2005 14:21 GMT1
Is it possible to do this all in one stored procedure?
I have 3 separate queries which returns all the correct records with
Stockcode being the field to join
Q1 is my main query from which I want to return all the records.
Comparing two rows in a Table18 Mar 2005 11:15 GMT3
Hi Gurus,
Is there any automated way to compare the contents of TWO rows in the same
table of  SQL Server ?
Thanks in advance.
Help with Where clause17 Mar 2005 17:54 GMT2
I want to return records based on a linetype and classtype
Here is what I have so far
Where (LineType = '1' OR LineType = '7')
or (LineType = '5'AND ClassType NOT LIKE '[_]%')
Populate Temp Table from SP?16 Mar 2005 23:59 GMT3
I have a question that I haven't been able to find an answer to in either the
help files or Technet/MSDN searches. First a little background. I have a
number of SPs that pull the same basic data but manipulate it in different
ways (e.g. some add address information for targeted ...
Can you select from a Derived table calling a stored proc?16 Mar 2005 23:27 GMT4
I know the sql is incorrect on this but was wondering if something like this
was possible:
select * from
(
SQL code help16 Mar 2005 23:08 GMT1
I am trying to create a record number.  Don't ask why LOL.  Below are the
items I need in my record number.  Here is the format I'm looking for.  I am
also having problems trying to get it to display zeros before numbers such as
1.  Ex. 1 should be 01.  This would be stored in a ...
summing up values for all rows meeting a criteria14 Mar 2005 23:20 GMT1
I need to run a query that does the following:
A table exists as such:
ID (Number)
Letter (VarChar)
Need help with stored procedure.14 Mar 2005 19:49 GMT1
I am using SQL Server 2000 on Windows 2000 server. Here is my problem:
@String = 'word1word2word3word4word5' - This value is passed to Stored
Procedure from the script.
Column1 in a table1 has many rows with "words" . One row in this column1
Pages: 1 2 February, 2005
 
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.