Viewing 15 posts - 91 through 105 (of 270 total)
Jeff, a little issue with the Date used for weekly data
The daily data can be nasty.
For example I can get data for a week like these three cases:
1) Tue, Wed,...
October 3, 2010 at 9:40 pm
Thanks Jeff,
1) Yes week and month is the same logic, just that the [Date] used is different
a) Weekly mut be a friday
b) month is last...
October 3, 2010 at 9:27 pm
HI Jeff,
Max records : 40000
Average : 6000
October 3, 2010 at 7:36 pm
My confusion comes, from the fact that I have posted many threads with BULK INSERT of data setups, with no troubles at all.
But i take your point, easier is...
October 3, 2010 at 4:36 pm
..."Please provide ready to use sample data as described in the first link in my signature."..
But I have, I dont know what you mean, please be specific ?:w00t:
October 3, 2010 at 4:20 pm
Thanks
The CTE1 and CTE2
Are you sure you have the order round the correct way, that is the 01/04/2000 record is divided by the 01/03/2000, that is new date divided by...
September 28, 2010 at 1:16 am
Roger that !, Thanks !:-)
September 6, 2010 at 2:11 pm
Question
This code
ALTER TABLE #tempSumIndex
ADD PRIMARY KEY CLUSTERED (Date) WITH FILLFACTOR = 100
The FILLFACTOR = 100
My data could get into the 1000s of records,...
July 27, 2010 at 5:01 pm
Thanks, I am all good. Thanks for help !:-D:-):-D
July 27, 2010 at 4:38 pm
Thanks..
I did make changes
I changed the date from YYYYMMDD and INT field to a DATETIME field..
ALL seam to work ok, and YES I can read and understand TSQL.
So can I...
July 27, 2010 at 1:39 pm
The test data you use has DATE like this YYYYMMDD and is an INT
My real data has DATE like normal MSSQL date in a DateTime field ( like 23-07-2010 00:00:00,...
July 26, 2010 at 10:59 pm
.."Do you want the "setup values" to be hard coded or should they be stored in a "setup" table somewhere? '..
The result set should be
SELECT Date,Value FROM @temp
NO need to...
July 26, 2010 at 9:12 pm
Thanks for a response..
.." The .xls file appears to have only the "ADV" data. "
Sorry, more info for you to clear things up...in the XLS
B field is ADV: The number...
July 26, 2010 at 8:36 pm
Is this all thats need?
GRANT EXECUTE ON [dbo].[MyProc] TO [MyRole]
June 21, 2010 at 5:15 pm
Viewing 15 posts - 91 through 105 (of 270 total)