Forum Replies Created

Viewing 15 posts - 6,391 through 6,405 (of 7,164 total)

  • RE: Reference a view in a foreign key

    dankwart menor (5/19/2011)


    Thanks for the snippet,

    It's about what I tried when I hit the problem that the existing references to the table dbo.product now have to reference a view in...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Reference a view in a foreign key

    A view named dbo.products with three INSTEAD OF triggers on it (one for INSERT, one for UPDATE and one for DELETE) may be what you are after.

    Here is a code...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: User can't connect to any servers via name; only IP (SSMS)

    amenjonathan (5/19/2011)


    One of my users is having an issue connecting to any of our SQL instances via name in SSMS, but she can connect fine via IP. She can ping...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need to force ODBC version 2.0 ?

    So much for the .NET object underneath SSIS bubbling up the actual error message from the failed network call. Thanks for posting back...hopefully it helps someone else.

    PS nod towards the...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need to force ODBC version 2.0 ?

    Wow, that's neat! I have seen the error you originally posted on different forum sites but don't ever remember seeing a resolution where the original poster traced it back to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need to force ODBC version 2.0 ?

    Wait, glad you got it sorted, but what was a firewall issue? What did you do about the original SSIS error? Or are you sticking with some existing process?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need to force ODBC version 2.0 ?

    Are you seriously wanting to run 2GB datasets through SSIS as a part of a regularly scheduled job or are we talking about a migration here? If that ODBC driver...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need to force ODBC version 2.0 ?

    Sorry to hear that.

    This may sound wonky and will be a bit slower than direct connections from SSIS but given the situation I figured I would throw some mud at...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: pattern matching for unicode characters!

    Jin Kazama (5/18/2011)


    ah yes works like that, silly me.

    thanks for that. i guess there is no possibility for pattern matching, things like suggesting miss spelled words etc. but the suggest...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Where is the Powershell GUI in SSMS?

    Grant Fritchey (5/18/2011)


    There is no gui from SQL Server. It's worse than that. If you launch from SSMS, you're going to have a brain dead version of PowerShell. Better to...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Is this a bug in SQL Server? A trailing space in a database name = Backups fail.

    It's kind of a corner-case but I did not want to bother stating the obvious about not adding trailing spaces in the first place 😎

    Did you read my post?

    It was...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Is this a bug in SQL Server? A trailing space in a database name = Backups fail.

    It does seem like a bug but in terms of T-SQL code SQL Server does not seem to mind. It appears you can safely rename it to remove the trailing...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Where is the Powershell GUI in SSMS?

    What, no mention of ISE? Imperative for PS development.

    Located at %SystemRoot%\system32\WindowsPowerShell\v1.0\powershell_ise.exe on my system. Even though it says v1.0 it actually runs against the PS 2.0 runtime. The PS dev...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Need to force ODBC version 2.0 ?

    Wow, Informix, ODBC 2.0, PHP...say hi to Fred Flintstone for me 😀

    SSIS (it's really .NET under the covers) is going to make those calls to the driver asking for metadata...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SET ISOLATION LEVEL - Proper usage?

    Be careful in choosing an identity column over the solution that is in place. There is a major difference which is that identity can introduce gaps.

    Is there a requirement that...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 6,391 through 6,405 (of 7,164 total)