Viewing 15 posts - 10,261 through 10,275 (of 13,879 total)
Can you share the code inside the Script Component?
January 1, 2013 at 6:47 am
How about this... Go find a random person, show him or her your copy of SQL Server, then ask how he or she feels about it.
I thought I'd give this...
December 31, 2012 at 12:29 pm
mksunel (12/31/2012)
I want to do sentiment analysis, I need to know how I can achieve this using SQL Server?
Oh come on. Please see the link in my signature regarding how...
December 31, 2012 at 11:15 am
If you really need to do this, you might have to resort to dynamic SQL. At the moment, SQL is treating 'USA','CAN' as a single-valued list (so if the country...
December 31, 2012 at 10:12 am
Roland, I tweaked your query a little to include a WHERE clause & was consequently able to simplify the CASE construct. Also, your update needed to reference the alias (t1)...
December 31, 2012 at 7:14 am
so that means Brenda Smith was subordinator of Alexander Tuckings
Why? Why not a subordinate of someone else?
There is no ordering of data and there is no way for SQL...
December 31, 2012 at 3:28 am
popq79 34287 (12/31/2012)
If there is one order placed, then I want both min/max to contain the same long with...
December 31, 2012 at 2:51 am
Does the OrderId column follow an ascending pattern? What I mean is, can we assume that, for each customer,
Min(OrderId) is the first order
and
Max(OrderId) is the most recent order
?
Also, if a...
December 31, 2012 at 1:58 am
axwack (12/26/2012)
December 31, 2012 at 1:44 am
Saravanan, can you answer Dave Ballantyne's question? It is a critical point.
December 31, 2012 at 1:35 am
ngreene (12/28/2012)
I added the string conversion "(DT_STR,50,1252)" incase you are inserting into a varchar field. ...
December 28, 2012 at 2:28 pm
Jon Jaroska (12/28/2012)
There...
December 28, 2012 at 9:12 am
krishnasrisatya (12/28/2012)
December 28, 2012 at 6:10 am
Jon Jaroska (12/26/2012)
December 28, 2012 at 2:13 am
This is an essential troubleshooting tool for variables (though there may be others) that will help you nail down the problem.
There are others - simply setting a pre-execute breakpoint on...
December 28, 2012 at 2:09 am
Viewing 15 posts - 10,261 through 10,275 (of 13,879 total)