Viewing 15 posts - 1,276 through 1,290 (of 5,685 total)
Hm, neat. I see what you did there. The Parsename had me all sorts of scragged up until I broke it down and figured out what you were...
August 16, 2012 at 6:19 pm
Welsh Corgi (8/16/2012)
You have two choices, a USB drive direct attached or a nas network attached drive. I don't have any other options. Sorry....
August 16, 2012 at 6:10 pm
I'll have to agree with Lynn on this one. Setup a test between a map and a locally generated and run multiple timing tests. Present those results to...
August 16, 2012 at 5:45 pm
I'm not sure I'm seeing what the difference is between your code and what I'd posted earlier Sergiy... am I missing something there?
Nevermind, I see it. Why round trip...
August 16, 2012 at 5:42 pm
How up to date does the copy need to be kept? Snapshot replication isn't going anywhere anytime soon as far as I know, and should work in standard.
... which,...
August 16, 2012 at 3:16 pm
M_E_K (8/16/2012)
August 16, 2012 at 3:04 pm
ESpigle (8/16/2012)
August 16, 2012 at 2:56 pm
To add to the above information, merely adding an order by to the update from statement will not guarantee the ordering of the internal components. SQL Server does whatever...
August 16, 2012 at 2:40 pm
david.ostrander (8/16/2012)
How can I upload my excel...
August 16, 2012 at 2:35 pm
DataAnalyst011 (8/16/2012)
August 16, 2012 at 1:41 pm
Yeah, preflattening might be a best choice here, but somewhere in your ETL you'll end up doing a pivot somewhere. Have you looked into SSAS and attaching reports to...
August 16, 2012 at 1:29 pm
Lynn Pettis (8/16/2012)
Evil Kraig F (8/16/2012)
Books online; data types. Check out int, bigint, decimal, numeric, float,...
August 16, 2012 at 1:13 pm
You can't avoid a pivot here (that's exactly what this is), you're going to do that or cross-tab, which is a series of grouping functions with your pivot pre-built, basically.
Out...
August 16, 2012 at 1:11 pm
I would agree with SSIS in general, but if that's not an option and you must stay in T-SQL the easiest way is to quick-hack the results for BCP, like...
August 16, 2012 at 1:09 pm
*blinks* Homework question? I feel like it's being setup for a punchline.
Books online; data types. Check out int, bigint, decimal, numeric, float, and money, for starters.
August 16, 2012 at 1:04 pm
Viewing 15 posts - 1,276 through 1,290 (of 5,685 total)