Viewing 15 posts - 166 through 180 (of 183 total)
The original took about 40 minutes.
The current is still running but running right now at an hour and 25 minutes.
I appreciate all the help 🙂
August 9, 2009 at 7:36 pm
No problem.
Yes it is taking much longer than 40 seconds, but also the main table actually has over 50 columns. I am not sure if that would make a difference...
August 9, 2009 at 6:42 pm
Ok sorry about that, I figured since it was easily importable that it was readily consumable...my apologies 😀
That is very cool and yes I use SQL Server 2005. Tomorrow when...
August 9, 2009 at 2:20 pm
Ok I have uploaded a text file with the sample data which contains 426 records. I import this into my database as Order_Table and run the code below (I tested...
August 9, 2009 at 1:10 am
I don't use them often, but inevitably I find myself using them on a rare occasion 😀
I have a batch of code that updates a record sequence based on current...
August 8, 2009 at 9:41 pm
Ah sweet thank mr or mrs 500 😀
I completely forgot about cross joins!
August 7, 2009 at 10:12 pm
Wow I did not know all of that!
Ok I guess I need to make some modification to my maintenance plans!
Thank you all for your help!
July 29, 2009 at 10:56 am
Brilliant,
Works like a charm. I have a stored procedure already in place that pre loads all of this. I just simply added a drop/create synonym statement to accommodate the...
July 22, 2009 at 6:36 pm
Thanks all.
I realized after posting the problem with the statement I executed.
Your tips helped me get the tempdb situated and the sql server instance is up and running!
July 15, 2009 at 11:37 am
Thank you everyone for your responses, I have managed to come up with a solution. I got the Fiscal calendar broken down by week from Finance and reviewed it. I...
June 19, 2009 at 1:33 pm
Sorry here is a sample of the data this returns.
Calendar_DateYearStartFiscalWeekFiscalDayNum
2007-12-30 00:00:002007-12-29 00:00:0011
2007-12-31 00:00:002007-12-29 00:00:0012
2008-01-01 00:00:002007-12-29 00:00:0013
2008-01-02 00:00:002007-12-29 00:00:0014
2008-01-03 00:00:002007-12-29 00:00:0015
2008-01-04 00:00:002007-12-29 00:00:0026
2008-01-05 00:00:002007-12-29 00:00:0027
2008-01-06 00:00:002007-12-29 00:00:0028
2008-01-07 00:00:002007-12-29 00:00:0029
2008-01-08 00:00:002007-12-29...
June 18, 2009 at 4:29 pm
Yes, I saw that to, I guess the part I get hung up on is I validated it earlier and it worked. I must have missed something or did something...
June 18, 2009 at 4:28 pm
Alex, I really like that idea.
The only problem is, I have no idea how to create an ODBC connection or how to set up those privileges to it 🙂
May 8, 2009 at 2:22 pm
Actually I found out the problem.
I had a column in the query that was a minor subquery. I changed this to a variable instead and now it works fine...
March 30, 2009 at 5:12 pm
Viewing 15 posts - 166 through 180 (of 183 total)