Viewing 15 posts - 1,831 through 1,845 (of 5,685 total)
Jon MM (2/2/2012)
If you know of a better approach I would love to hear about it!Thank you for your help 😀
I don't know of a better approach but I've thought...
February 2, 2012 at 12:10 pm
Out of curiousity, what's the problem with doing it this way:
Update t1
set status = 5
FROm
table1 AS t1
JOIn
table2 AS t2
ON
t1.DOC_CD = t2.DOC_CD
AND t1.DEPT_CD = t2.DEPT_CD
AND t1.DOC_ID = t2.DOC_ID
AND t1.VERS_NO = t2.VERS_NO
AND...
February 2, 2012 at 12:06 pm
Koen Verbeeck (2/2/2012)
Sri8143 (2/2/2012)
I am doing it thru transfer sql server objects tasks which was recomended initially in this conversation so going with it as i am unable to do...
February 2, 2012 at 11:23 am
JAZZ Master (2/1/2012)
Springer
Crying mothers in broken households who want to sue their ex husband and will have their five current boyfriends to show him all the reasons why!
February 1, 2012 at 2:51 pm
Star Trek (2/1/2012)
how can I get it for a particular query?Do I need to write a query for that?
The SPID itself needs to be reviewed during operations. You need...
February 1, 2012 at 2:34 pm
SQLKnowItAll (2/1/2012)
February 1, 2012 at 2:24 pm
sartis (2/1/2012)
Hey Craig, So i moved my where statement into my join statement and I got it to work correctly, thanks for trying to help.
:blink: I'm glad that made...
February 1, 2012 at 1:48 pm
SQLKnowItAll (2/1/2012)
February 1, 2012 at 1:47 pm
Rem70Rem (2/1/2012)
February 1, 2012 at 12:05 pm
Calling for backup here, if you could. Guy's got data that apparently is inconstently left out of his query in what he swears is a static system. I'm...
February 1, 2012 at 10:40 am
drew.allen (2/1/2012)
February 1, 2012 at 10:35 am
johnitech.itech (2/1/2012)
:w00t:Hello ,Why not found ,If you install excel 2007 ,You will found automatically
thanks
That's incorrect. You need to install Excel 2k7 or 2012, then still perform those tasks....
February 1, 2012 at 10:34 am
Not from SSIS, once it's handed off the VBA command. You'll have to log into the machine and directly stop the process via Task Manager. Stopping the process...
February 1, 2012 at 10:29 am
sqlzealot-81 (2/1/2012)
February 1, 2012 at 1:09 am
You have to go through a couple of hoops to hook SSIS to the new office documents (2k7+).
This walkthrough is a good place to get started:
February 1, 2012 at 1:06 am
Viewing 15 posts - 1,831 through 1,845 (of 5,685 total)