Viewing 15 posts - 55,201 through 55,215 (of 59,067 total)
I just discovered that bcp is missing rows in the flat files when importing, ... |
Ummm.... why don't you...
September 3, 2007 at 8:38 pm
Rog Pike... where the hell are you now? ![]()
September 3, 2007 at 8:31 pm
What's the source of information for the text file? A GUI??? or ??? In other words, what puts the data into the text file?
September 3, 2007 at 7:18 pm
You'd probably get more help if your output example matched the example inputs in your post... for example... where the heck did the "x", "y", and "z" come from???
September 3, 2007 at 5:13 pm
See what I posted here... http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=8&messageid=395869
Then, as Steve suggested, post the code you want to convert (provided it's NOT hundreds of lines long) ![]()
September 3, 2007 at 5:00 pm
The "key" to good, high performance "Set Based" code, is to forget everything you know about programming for row solutions. Instead, think about what you want to do to an...
September 3, 2007 at 4:48 pm
Never heard that, Eddie, but I'll be on the lookout for that from now on... one more chip taken from the language barrier. Thanks.
September 3, 2007 at 4:32 pm
You're welcome, Zia. And thank you for taking the time to explain your duplicates.
September 3, 2007 at 4:29 pm
Shamshad,
You forgot to include the offending code like I asked...
September 3, 2007 at 4:17 pm
We had similar problems finding the CPR (cut, paste, replace) code liberally sprinkled in some of our apps. It was a bit time consuming and certainly required some regression testing,...
September 2, 2007 at 7:05 am
I'm not sure why you have data duplicated in two separate tables... that usually constitutes a violation of 3rd Normal Form... but it's your database...
... something like this will do...
September 2, 2007 at 6:44 am
I've got to agree with David... I'm sick and tired of exams that have been written by folks that are simply not qualified to write exams. That includes the things...
September 1, 2007 at 12:39 pm
Any of your processes or stored procedures using Cursors, While loops, or other RBAR?
September 1, 2007 at 12:21 pm
The problem is likely not the Dynamic SQL... nor is it likely the fact that you are joining 6 tables... but it's real hard to figure out what it could...
September 1, 2007 at 12:18 pm
Viewing 15 posts - 55,201 through 55,215 (of 59,067 total)