Viewing 15 posts - 39,736 through 39,750 (of 59,072 total)
You bet. Thanks, MJ.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2010 at 2:45 pm
CirquedeSQLeil (2/17/2010)
If the...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2010 at 1:50 pm
My recommendation would be for you to post the transform script and the trigger. Let's see what we can do to convert this to a set based process and...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 17, 2010 at 5:46 am
How many indexes do you have? How many are out of order compared to the order of the inserts? And why are you trying to insert 10 million...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 8:50 pm
mohammed moinudheen (2/16/2010)
Is there anyway this could be avoided. Like if we can maintain an...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 7:50 pm
Hamid-Sadeghian (2/16/2010)
for now, i create a temp table and insert all the vouchers into temp table. then select...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 7:43 pm
John Esraelo-498130 (2/16/2010)
if you want you can write in FarsEnglish and I can translate that for...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 7:40 pm
John Esraelo-498130 (2/16/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 7:37 pm
LOOKUP_BI-756009 (2/16/2010)
Msg 156, Level 15, State 1, Line 10
Incorrect syntax near the keyword 'IF'.
DECLARE @minutes INT, @word VARCHAR(255),@hours INT,...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 7:14 pm
I'm thinking that it will all boil down to the video card which is likely quite a bit cheaper on the server than on anything else. It takes time...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 6:45 pm
I don't have an answer to your good question but you might also want to throw in a note about how many users are going to be hitting this server...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 6:41 pm
It does sound like fun. Thanks for the feedback. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 6:34 pm
Steve Jones - Editor (2/10/2010)
Can we perhaps send the customers and OPs through DBCC TimeWarp instead? Move them to tomorrow, 2020?
Nah... make that 1920... don't have to look forward to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 5:54 pm
C# Screw (2/16/2010)
Thanks Jeffappologies for the delay...
When I get a moment I might try and build a function that fully supports the PATINDEX sytax.
I agree with Barry on this... a...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 1:10 pm
Thanks for the feedback, Surya. I do recommend that you reconsider the form of your Periods table as I demonstrated. It will likely make your life a lot...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2010 at 6:07 am
Viewing 15 posts - 39,736 through 39,750 (of 59,072 total)