Viewing 15 posts - 3,301 through 3,315 (of 6,486 total)
Chris (5/15/2008)
Matt,Good show! I do have Crystal 9 that I'm starting to get a handle on.
Would you have any buzzwords that could point me in the right direction?
Thanks!!
Chris
Look at...
May 15, 2008 at 10:30 am
You're running the "unpatched" or RTM version (the original version of SQL server without any patches).
I get all my patches through Microsoft Update. It automatically picks up what I...
May 15, 2008 at 10:26 am
deekadelic (5/15/2008)
May 15, 2008 at 10:19 am
Depending on the output mechanism - you may find it easiest to handle this kind of output in the output mechanism. For example - SSRS and Crystal both have...
May 15, 2008 at 10:15 am
etxeb (5/15/2008)
Matt Miller (5/14/2008)
May 15, 2008 at 9:48 am
Please don't cross-post. This has already been answered over here:
May 15, 2008 at 9:43 am
hmm - that's strange - because I get 6 rows, not 5.
ActionTimeactionName
2008-01-02 12:40:51.000BUY
2008-01-02 12:41:41.000SELL
2008-01-02 12:42:01.000BUY
2008-01-02 12:42:41.000SELL
2008-01-02 12:42:51.000BUY
2008-01-03 12:41:31.000SELL
It might make a difference that your SECOND definition of actions returns different...
May 15, 2008 at 9:30 am
I hate to say this - but doing a straight select like the initial loop you have, and....I get 10,000 selects, all with the SAME date value.... The only...
May 15, 2008 at 9:21 am
I'm hoping you screwed up your sample again, because if you didn't - you're SOL. (you'd be wanting us to rely on "physical order" to break these things, which...
May 15, 2008 at 9:01 am
Are you running the statement from the database where test1.emp is? Sounds to me that you're in the wrong DB at the time....
May 15, 2008 at 8:43 am
premnathk.chn (5/13/2008)
I am at the final stage of my project(developed in java and db as sqlserver 2000) and now we are doing the data migration and we have this...
May 15, 2008 at 7:16 am
Karthik -
With all due respect - this might be a great opportunity to wade on in, roll the sleeves up, and see how many of these you can take...
May 15, 2008 at 7:07 am
Sure you can. It's actually a rather common operation in my shop.
UPDATE TableA
SET TableA.columnA=TableB.ColumnB
FROM TableA
INNER JOIN TableB...
May 15, 2008 at 6:59 am
I for one am eagerly anticipating Part II, where we get to hear about multi-phase projects, and no doubt the highly useful Phase II/refactoring tool as shown here:
May 15, 2008 at 6:52 am
Viewing 15 posts - 3,301 through 3,315 (of 6,486 total)