Showing posts with label guide. Show all posts
Showing posts with label guide. Show all posts

Tuesday, March 27, 2012

Best SSIS scripting tome?

Is The Rational Guide to Scripting SQL Server 2005 Integration Services Beta Preview by Donald Farmer the best way to learn how to use scripting in SSIS as of late 2006? I'm not a .NET developer, although I come from a Java and C++ background.

I already own Professional SQL Server 2005 Integration Server, but that one doesn't cover scripting so much.

Thanks in advance.

Donald is a frequent poster on this site. However, this question might be hard for him (and me) to answer because of conflict of interest issues.

I work with Donald and I can assure you that he is quite knowledgeable in the uses, misuses and intricacies of SSIS.

As one of our primary points of contact with customers he also owns a wealth of experience in typical and interesting uses for scripting.

I hope this helps inform your decision.

|||

I've read that book.. It gives you a nice understanding of the ScriptTask and ScriptComponent ( http://msdn2.microsoft.com/fr-fr/library/ms345171.aspx ) and gives you some tips and advices throughout the book. It covers input/ output variables and how to access them in the ScriptTask etc... The book has some practical realworld scenarios at the end.

However the real power of SSIS is hidden in the CustomComponent, but that's not even mentioned - well atleast imho (it's a lot easier to debug CustomComponents contra ScriptComponent which are nearly impossible)

Overall I was very happy with the chapters, the writing is clear and easy to understand. And if you understand Java it should be easy to get started with.

Monday, March 19, 2012

Best Practice Question - "Lowest possible privileges"

One of the MS Checklist Best Practices states to "Run SQL Server services
with the lowest possible privileges." Is there any definitive guide or
statement as to what these lowest possible privileges are or should be? Doe
s
this refer to SQL privileges or Windows privileges?Windows Previleges. Se BOL topic "Setting up Windows Services Accounts"
(topic updated July 2003). Let us know how you do.
dlr
"smaas@.newsgroups.nospam" <smaasnewsgroupsnospam@.discussions.microsoft.com>
wrote in message news:04A12ED4-9606-487D-8232-383BC175C498@.microsoft.com...
> One of the MS Checklist Best Practices states to "Run SQL Server services
> with the lowest possible privileges." Is there any definitive guide or
> statement as to what these lowest possible privileges are or should be?
Does
> this refer to SQL privileges or Windows privileges?|||I could not find this topic in BOL - there was a "Windows Services Accounts"
topic, but it was greyed out. I can't find it on the MS web site either.
Would it be possible for you to post a link to the article or e-mail it to
me? The e-mail address is apioinc.com instead of newsgroups.nospam.
"Dennis Redfield" wrote:

> Windows Previleges. Se BOL topic "Setting up Windows Services Accounts"
> (topic updated July 2003). Let us know how you do.
> dlr
> "smaas@.newsgroups.nospam" <smaasnewsgroupsnospam@.discussions.microsoft.com
> wrote in message news:04A12ED4-9606-487D-8232-383BC175C498@.microsoft.com..
.
> Does
>
>|||The minimum permissions, rights are listed in the following:
HOW TO: Change the SQL Server or SQL Server Agent Service
Account Without Using SQL Enterprise Manager in SQL Server
2000
http://support.microsoft.com/?id=283811
-Sue
On Fri, 12 Nov 2004 15:56:02 -0800,
"smaas@.newsgroups.nospam"
<smaasnewsgroupsnospam@.discussions.microsoft.com> wrote:

>One of the MS Checklist Best Practices states to "Run SQL Server services
>with the lowest possible privileges." Is there any definitive guide or
>statement as to what these lowest possible privileges are or should be? Do
es
>this refer to SQL privileges or Windows privileges?