Forum Replies Created

Viewing 15 posts - 826 through 840 (of 1,884 total)

  • RE: OPENROWSET w/ ALTER LOGIN fails w/ SQLOLEDB but not MSDASQL only on SQL 2005!

    Hi,

    This is only a guess: you are using Trusted Connections (your Windows authentication). It just could be that your token somehow could be used by  MSDASQL but not SQLOLEDB. Did...

  • RE: Migrating to SQL Server 2005 on same machine

    Greg,

    Running a named instance is a bigger problem than running 2 versions:

    1. Named Instances don't support all features

    2. Each service has to run on its own Port Or IP Address....

  • RE: Limit SQL TRACE to selected a DB

    Use sp_trace_setfilter in your code if you do it as a server trace. Use Database ID. I could not make Database name work as a filter, but Database ID works...

  • RE: copy data between two sql servers on in DMZ

    Steve,

    How to implement a linked server between a network and DMZ?

  • RE: Whose the owner??

    If you did disconnect and re-connect with your EM than make sure you are connecting to the correct database or correct server. This is NOT a joke, this is from...

  • Viewing 15 posts - 826 through 840 (of 1,884 total)