Viewing 15 posts - 301 through 315 (of 389 total)
Hi Carlo,
sysdepends is notoriously unreliable due to deferred name resolution - which means that I can create a stored procedure before the objects it references exist.
In the stored procedures I...
December 30, 2008 at 12:53 am
I've been waiting a long time for an article like this.
Finally kerberos is explained in words even I can understand.
Well done!
December 11, 2008 at 12:52 am
I've since found another couple of issues. One is that it in the same way as I need and #endchars table to stop table1 matching on table12, I would...
December 9, 2008 at 6:27 am
Thanks Ian, that's a useful thread indeed!
December 8, 2008 at 7:44 am
Hi Ian,
I think you've misunderstood my question.
*= syntax will work under compatibility mode 8 (2K). It wont under level 9 (2K5).
I was talking about 2K5 features that still work...
December 8, 2008 at 5:09 am
yeah, me too. I don't get it!
Plus the question is wierd, as they're a 2005 feature. And answer 2 makes no sense, given the question.
But it is early....so...
November 13, 2008 at 12:46 am
I'd always go for separate databases, for a number of reasons, but starting with a drawback, you can't use DRI across databases, so you have to enforce Referential Integrity some...
September 19, 2008 at 6:31 am
In short you do
CREATE PROC myproc AS
followed by your SQL
and then you run this on your database which creates the stored procedure. Then on the SSIS side in the...
September 10, 2008 at 4:26 am
le 'probleme' (ce n'est pas le mot que j'employerai) est que si tu mets le sql dans SSIS, il essaiera d'envoyer cet SQL par la voie ODBC ou autre selon...
September 10, 2008 at 4:17 am
Oui, il y a une solution....celle que je t'ai donné.
Yes, there is a solution....the one that I have given you.
You can use it or not - c'est ton choix.
September 10, 2008 at 4:05 am
ce que tu dois comprendre c'est qu'il faut PAS mettre le sql dans SSIS!
Il faut mettre uniquement le 'exec xxxxxxx' dans SSIS.
September 10, 2008 at 3:54 am
desole...mais je n'ai rien compris de ta reponse! Peux tu etre plus clair...avec des exemples.
September 10, 2008 at 3:48 am
Viewing 15 posts - 301 through 315 (of 389 total)