Viewing 15 posts - 106 through 120 (of 311 total)
yeah... of course it should!
It Appears i've had a bit of a blonde moment! I don't know why I didn't think of that
Thank you!
October 12, 2010 at 10:03 am
This is such a great forum. I'd agree with all the above comments and it's great to be able to call upon others experiences and equally use your own...
October 8, 2010 at 4:09 am
Have a read through the attached troubleshooting document.
Very useful document, which covers everthing you need to know, including some common example scenarios and also set SPN commands.
😉
September 28, 2010 at 3:22 am
wow. Thanks for all the quick responses!. That's perfect thank you.
As always the ladies and gents of sqlserver central have been a great help.!
Everyday is a school day...............:-D
September 9, 2010 at 10:04 am
Sure,
I've got no problem in creating an article for it. 🙂 Should be pretty quick to knock together.
August 18, 2010 at 2:13 am
Tim - Thanks for posting.
I've managed to create a dynamic ETL process to split data into SQL tables (including creating the table if required) using this process with a few...
August 17, 2010 at 9:50 am
well, for now I'm going to use the Kimball SCD as amongst other things it doesn't destroy the data flow when I need to make a change.
Also it has...
August 13, 2010 at 8:36 am
right,
I've come up with this t-SQL to give me almost what I need:
SELECTDISTINCT
s1.voyno
,s1.sco as [sco1]
,s2.sco as [sco2]
,s3.sco as [sco3]
,s4.sco as [sco4]
,s5.sco as [sco5]
,s6.sco as [sco6]
,s7.sco as [sco7]
fromdbo.VoyageSCOss1
LEFT OUTER JOINdbo.VoyageSCOss2
ons1.voyno=s2.voyno
ANDs1.sco!=s2.sco
LEFT...
July 15, 2010 at 5:37 am
Here a useful reference which is what pointed me in the right direction:
July 15, 2010 at 2:54 am
Hi,
I never posted back, but I did manage to get FTP to as AS 400 working.
Manually putting a file on the server, you would do something like the following from...
July 15, 2010 at 2:50 am
Hi thanks for letting me know.
Turns out a simple restart of the SSIS service worked!
could you give an example of using the GAC tool though, I colleague has since...
June 30, 2010 at 1:28 am
Hi
I'm just setting up reporting services in Sharepoint Integrated mode.
Should I be able to view the Report Manager site as you would, with a non-sharepoint integrated report server?
Everything in the...
June 25, 2010 at 2:03 am
Although, I've just seem your screen shot, so If I can dynamically generate the logfile each time then that may actually be a good way forward.
June 10, 2010 at 3:30 am
skcadavre (6/10/2010)
You could always declare a variable, then change it at "fail" to whatever task had failed.
Not a bad suggestion. but I think it would be easier just to...
June 10, 2010 at 3:26 am
Viewing 15 posts - 106 through 120 (of 311 total)