Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: Search System

    Thanks for the replies, I'm trying to figure out the way to organize the data to achieve the speed needs.

    Also thanks for posting the Google's BIGTABLE, currently I'm reading, and...

  • RE: Search System

    What do you mean exactly?

    I'm thinking that maybe you talk about "slicing" (horizontally) in several tables but remaining on the same server?

  • RE: Search System

    It's a freetext search

    A search query is similar to one of this

    SELECT TOP 100 *

    FROM dbo.People

    WHERE freetext(Full_Name, 'sanders koernic john')

    The problem with this one is that I'm getting the sanders,...

  • RE: Search System

    Yes, It has one

  • RE: SQL SERVER CLUSTER ACTIVE/ACTIVE AND ACTIVE/PASSIVE

    Can anyone tell me where can I find tutorials for sql server clustering from zero?

    I'm new to the clustering... Can it solve a query using the different servers with different...

  • RE: Writing

    I've tried writing once when I was 16 but during that time I had much more time for me than this days. The reason why I don't write is because...

  • RE: Store Procedures at the same time on several servers

    No prob. Either way I'm reading stuff on Service Broker. Perhaps I should try my idea using jobs.

    🙂

  • RE: Store Procedures at the same time on several servers

    What I want is to execute store procedures from several servers, all at the same time.... I've been thinking in one way that involves jobs but I wanted to know...

Viewing 8 posts - 1 through 8 (of 8 total)