Viewing 15 posts - 40,066 through 40,080 (of 59,072 total)
CirquedeSQLeil (1/27/2010)
I am wrapping up an article and would like somebody else to review it if...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2010 at 6:32 pm
CirquedeSQLeil (1/27/2010)
Jeff Moden (1/27/2010)
Alvin Ramard (1/27/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 28, 2010 at 6:30 pm
Alvin Ramard (1/27/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 4:36 pm
Thanks for the compliment, Nabha. :blush:
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 3:28 pm
tan110 (1/27/2010)
Had to loop through all the records.
Heh... GAHHH!!!! 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 3:23 pm
If the machine you do this on has more than one processor, you really need to add OPTION(MAXDOP 1) to the update query. It's also been determined that the...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 3:14 pm
Ah... sorry Wayne... didn't see your post which is the same as what I just suggested.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 1:03 pm
I know the problem has already been solved but DATEADD isn't the solution you need here because that requires that you do split the data into its various time components....
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 1:00 pm
As a sidebar, this is where BCP and BULK INSERT really shine... you can tell both to automatically sequester bad rows while still processing the good ones with just a...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 12:54 pm
Simple... setup a BULK INSERT in T-SQL to read whole lines of data from the file into a scratchpad table. Then do something like the following to find extra...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 12:51 pm
No... heh... I've never seen a single script so large. As a side bar, you've just got to ask how someone tested it if it can be executed as...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 11:06 am
It's been a while since I've used 7-ZIP but I beleive one of the parameters available is an "unzip all from here down" type of parameter. 7-Zip comes with...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 11:04 am
Thanks for the feedback, Steve.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 27, 2010 at 10:55 am
Can we see the BCP command, please, John? Be sure to remember to not include your server password. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2010 at 11:10 pm
Shifting gears, I don't believe the OP was talking about data files, though... It sounds like the OP has a T-SQL script that's 200MB long and is trying to execute...
--Jeff Moden
Change is inevitable... Change for the better is not.
January 26, 2010 at 11:06 pm
Viewing 15 posts - 40,066 through 40,080 (of 59,072 total)