Viewing 15 posts - 31 through 45 (of 54 total)
I have a couple imports that I do from a remote database, after which I update my own database with the calculations and manipulations on this new data.
I...
February 4, 2009 at 11:49 am
Thanks. I was able to schedule a job... though I'm surprised there's no way to run this sort of thing without opening the SQL Server Management Studio. ...
February 3, 2009 at 3:01 pm
From your suggestion, I read through some of the Intro to Service Broker at: http://msdn.microsoft.com/en-us/library/ms345108.aspx
Maybe I didn't describe what I was looking for well enough, because it seems...
February 3, 2009 at 10:56 am
I looked into the ROUND() function as you guys suggested. Maybe my implementation is off because while it rounds the value, it leaves on all the trailing zeros after...
January 8, 2009 at 9:24 am
Oh yeah, I am just running this query in the MS SQL Server Mgmt Studio if that makes a difference.
January 8, 2009 at 8:42 am
Here is a simplified version of the query. The actual query contains about a dozen items in the select statement similar to this calculation.
SELECT
...
January 8, 2009 at 8:41 am
Yeah, I figured it out. The final implementation is below. I've done the updates for all my past data, and now as new data comes in, I'll be...
December 17, 2008 at 7:33 am
This seems to work for the most part, but the version you posted had a slight quirk in that the calculations were a day off. This is a trailing...
December 15, 2008 at 9:45 am
Steve,
You've definitely got a good point that I had thought about as well. (Though for the moment, I'm most concerned with getting everything implemented correctly.)
But to...
December 12, 2008 at 8:28 am
Jeff,
I'm attaching the file with the formatted test data. It should generate about 150 rows of data for you. And because it makes things more interesting (:)),...
December 12, 2008 at 7:31 am
Thanks so much for the help. I've been able to implement your suggestions, but had to add quite a few work-around statements to skip over missing/NULL values (otherwise due...
December 11, 2008 at 2:18 pm
You were right - Jeff's article was very helpful for handling weekends in the function I'm writing, but I still don't have a very efficient way to account for all...
December 10, 2008 at 9:02 am
Is there a way to enter command line arguments for the bat file at run time as well?
Or is it possible to pass the result of one to...
December 9, 2008 at 6:44 am
I checked for double counting - and b/c of the way the MarketDate variable is stored, (as a datetime where the time is 4pm EST) there is no double counting....
December 8, 2008 at 1:20 pm
Viewing 15 posts - 31 through 45 (of 54 total)