Viewing 15 posts - 1,171 through 1,185 (of 1,228 total)
Lynn Pettis (2/11/2010)
February 11, 2010 at 3:07 pm
You can't solve this without a precise and complete definition of 'this year' and 'last year'. They mean different things to different people.
February 11, 2010 at 2:35 pm
It's more difficult without fixed boundaries but I don't think it's unsurmountable. Thanks for the extra info Elias.
February 11, 2010 at 2:30 pm
Hi Elias
The code I sent you yesterday is primarily an attempt to identify facilities by means of a single surrogate key, and introduce a parent for common facility/collateral pairs, with...
February 11, 2010 at 1:35 pm
Hi Elias
This job will be quite a bit easier if you could split table [dbo].[zzzCovers] into three, as follows:
Collaterial information, which should have unique CollateralId.
Facility information, which should have unique...
February 9, 2010 at 2:29 pm
Can you show what you are trying to do with the aid of a couple of sample tables and a result set?
All the better if the sample data is...
February 8, 2010 at 3:39 pm
fmeuriot (2/6/2010)
I'm new to SQL and have a problem with a query that I just cant seem to be able to solve.
So, I have an Access database containing iclient number,...
February 7, 2010 at 8:01 am
Use a column list for each of your three inserts into the temp table so that you know for sure that your query output columns are going into the correct...
February 7, 2010 at 3:27 am
Anybody wanna beer? It's friday! My shout. Get yer shoes on. Lynn I'll get you a coke.
February 5, 2010 at 12:53 pm
sgmunson (2/3/2010)
February 3, 2010 at 12:53 pm
Hi Steve
I've had a play with this one as well - obviously - and from what I remember you can get it out in 4 passes: 2, 2, 1, 1.
The...
February 2, 2010 at 3:15 pm
sgmunson (2/2/2010)
February 2, 2010 at 1:57 pm
Hi Jorge, can you post the CREATE TABLE statement for dbo.sipDimensionPos please?
Cheers
ChrisM@home
January 25, 2010 at 3:04 pm
Using all or most of the suggestions so far, and including gadget type depending on the source table:
ALTER VIEW [dbo].[vw_AssetCommonDetail]
AS
SELECT DISTINCT d.[Gadget], d.AssetID, d.Location, d.Tower, d.[Floor], d.Cubicle, d.BaseVendor,...
January 24, 2010 at 4:22 am
Viewing 15 posts - 1,171 through 1,185 (of 1,228 total)