|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server database programmingmicrosoft.public.sqlserver.programming
this simple query returns too much records
Oscar -
14 Apr 2007 7:47 PM - 1 message
I want to find out which Employees have a contract and whether they've worked and if so, the last work day the tables concerned are : tblEmployee : table holding all records of Employees tblContracts : table holding all contract of Employees (not every employee ...
How to disable the query cache?
Oscar -
14 Apr 2007 3:19 PM - 1 message
I'm trying to improve the performance of my queries by measuring the process time. Since SQL Server also improves the performance by the query cache, I am not always shure whether the performance is due to the recoding or the ...
Using ranking functions in a subquery to feed a CLR function values in a specified order.
Nicholas Paldino [.NET/C# MVP] -
13 Apr 2007 3:21 PM - 1 message
For a long time, I have wanted to use SQL Server to perform some calculations which are based on running values (which imply an order). Of course, using SQL Server for this is not a good idea, since all operations ...
Range Window Workaround?
geoffrobinson -
12 Apr 2007 3:59 PM - 1 message
I want to have a SQL query can return the max value for a given time range. Let me give an example which can clear up what I mean: Over all the data we have, what is the value for the largest two hour ...
How many indexes are too many on a busy table?
Dan English -
11 Apr 2007 8:29 PM - 1 message
I know there is not a single answer to this, but... How many indexes are too many on a busy table? In a book, I read not more than THREE if the table is busy! How do you ...
Addition in sql
Mike K -
11 Apr 2007 4:30 AM - 1 message
Hi, I am trying to write a query that will add sequentially. For example, Month Week Amount Amount2 1 1 200 200 ...
Convert *= / =* to outer joins (ANSI compliant)
Joan -
10 Apr 2007 1:40 AM - 1 message
Hi, I'm working on converting *= and =* to 'left outer join' and 'right outer join'. I noticed the difference in behavior between the =* and the phrase "right outer join" and between *= and 'left outer join'. The result set is ...
SQL Include Empty Months
labsRcool@community.nospan -
9 Apr 2007 6:34 PM - 1 message
I am grouping total orders per month. Currently, as an example, I am able to get the following results. January 25 March 15 May 10 ...
MS SQL Server Development Team
Just D. -
9 Apr 2007 7:38 AM - 1 message
Is anybody here from MS SQL Server Development Team? I got couple ideas how to improve MS SQL Server Enterprise Manager, but I guess the community needs to discuss it first and maybe this NG is not the very worst place to start ...
|
|||||||||||||||||||||||