Viewing 12 posts - 1 through 12 (of 12 total)
Sure,
I'd like the output to be like this.
Name | Oct 2010 | Nov 2010 | Dec 2010 | 2010 Total | Jan 2011 | Feb 2011 | Mar...
March 28, 2011 at 8:32 am
Jeff,
Great article, thank you.
I have a quick question - is it possible to have a total column for each year if the date range spans multiple years?
March 28, 2011 at 1:06 am
Everybody - thank you very much for the great suggestions.
Eralper - I went with your one because it suited my requirements the closest.
January 3, 2011 at 7:47 am
Thank you for your replies.
Eralper - I would like the function to return one record not a record per split word.
December 2, 2010 at 9:14 am
Chris, thanks for the reply. Here's a small sample
QualificationsLength
DepthMustBeNumeric
HeightMustBeNumeric
WidthMustBeNumeric
DepthNotValid
HeightNotValid
QuantityIsMandatory
QuantityNotValid
WidthNotValid
FactorNotValid
DimensionNotNumeric
DimensionNotValid
StartDateEarlierThanCurrentDate
CostCodeIsMandatory
QuantityMustBeNumeric
InvalidRatioNumeric
MissingRatio
December 2, 2010 at 7:27 am
quote:
set @sqlstring = N'select * from ' + @DBName
Silly question, but what's the significance of...
November 20, 2003 at 2:22 am
OK still can't get it to work. Here is a simular example of what I'm doing using the Northwind database.
This is the proc I'm executing
exec crosstab2 'select top 20 shipvia...
November 18, 2003 at 6:54 am
stax68 - thank you, could you show me what you mean please?
November 18, 2003 at 5:09 am
Oops, sorry about crosspost.
Thanks for the help, I just figured it out also.
August 21, 2003 at 8:04 am
Fixed it myself. I forgot to add this to my command object:
.Parameters("@Quantity").Precision = 7
.Parameters("@Quantity").NumericScale = 2
.Parameters("@Discount").Precision = 5
.Parameters("@Discount").NumericScale = 2
August 21, 2003 at 7:52 am
I've been using SQLDiff by Lockwood http://www.lockwoodtech.com/index_sqldiff.htm
I found SQLCompare very slow.
July 3, 2003 at 2:12 am
Viewing 12 posts - 1 through 12 (of 12 total)