Forum Replies Created

Viewing 15 posts - 1 through 15 (of 40 total)

  • RE: Login Fixed Server & Database Roles

    If you need to run it across 35 servers and considering 3rd party tools- you can look at SQL Farms. You can run your sql script to get login info...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Linked Servers and Nolock

    Use SET TRANSACTION ISOLATION LEVEL instead of (NOLOCK) - this has the exact same effect as (NOLOCK) over linked servers.

    Example:

    If you wish to do the following (which is not permitted):

    SELECT...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Pulling data from different servers

    If you are considering third party tools- look at SQL Farms- they have a tool that allows you to run anything across databases and servers.

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Job status and Information

    I wrote a script long ago that does most of the things you are looking for and it is avaialble here:

    http://education.sqlfarms.com/ShowPost.aspx?PostID=58

    (sorry for pointing to another knowlegde base site, but that's...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Same changes on many databases

    If you're considering the use of 3rd party tools, you can look at SQL Farms- they have a tool that allows you to run the same change script against all...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: THE way to monitor mulitple servers - trends

    If you're considering 3rd party tools, then you can use tools like SQL Farm Combine to run all your scripts that you write in parallel against all databases and servers...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Monitoring Servers Using SQLCentric

    HA HA !!! No sour grapes The point I was trying to make is that there...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Monitoring Servers Using SQLCentric

    There are many monitoring solutions at similar price points that provide so much more information than this tool. I am not sure I understand why this tool is useful- using...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Altering Identical Trigger in many databases.

    If you're considering the use of 3rd party tools, look at SQL Farms- they have a tool with which you can connect to all databases/server in parallel and run any...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: SQLServerCentral Rules of Conduct

    Steve,

    While I do believe that the article you posted is good and provides constructive guidance, one thing is still a little itchy... Red-Gate bought this site so it can better...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Multiple Databases vs. Minimal Databases

    I used to work as the lead DB architect for the 4th largest SW company in the world, and we were facing the same issue when we started building the...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Good or bad idea?

    Terrible idea. Good products will not mandate that you install any types of agents on your databases and servers. You can never hold a vendor responsible for loss of data...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: run a query against all servers...

    If can run a query against all your databases and servers using third party tools like SQL Farm Combine. You can query hundreds of databases and get a single result...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Deploying Scripts To Multiple Instances

    If you use tools like SQL Farm Combine you can run this script, or any other scripts against any number of servers with zero effort or coding (adding/removing remote servers,...

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

  • RE: Recommendations for Monitoring tools

    What are you trying to monitor? Can you elaborate?

    Editor's Note: : Dr. Omri Bahat works for SQLFarms, a software vendor of SQL Server tools.

Viewing 15 posts - 1 through 15 (of 40 total)