Forum Replies Created

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

  • RE: transaction log is full because of reindex job

    There are two ways of handling this situation

    1. Backup transaction log in between

    2. Are you taking a full backup after this task? Then you can change your...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: urgent -sql server transactional replication-issues with text data

    Try this:

    sp_configure 'max text repl size', 2097152

    GO

    RECONFIGURE WITH OVERRIDE

    GO

    This will set the maximum amount of data that could be transferred to 2 MB The default is 64 kb,

    hope this helps

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Managing multiple Servers

    thanks for the comments. My concern is how to receive SAN information. (Hard disk capacity used. Disk health etc.)

    I am actually developing an intranet to provide the data.

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Problem with Compare2Tables Script from Preethi

    The script uses SELECT DISTINCT and you can't use blog columns in comparing. It means you need to exclude them: Use the @Fields parameter to list the other...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Indexing a Large Table

    Hi

    You say, if you don't use the date parameter query takes longer time. It means query takes the data set correctly to get the rows. So, the...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: EMail notifications with the message

    hmmm...

    May be sending the content only when a new topic is added may be a useful thing. Later we can subscribe to the messages individually.

    I dont know what is...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: EMail notifications with the message

    I receive mails on all subjects (not only threads) I have subscribed to. For example, I receive mails on "Administering"

    It is different from the threads I have responded...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: EMail notifications with the message

    I felt that when we receive the mail with the message we will be more encouraged to respond.

    Generally, not all can respond to all questions. Additionally, some times...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: understand following concepts of resouce database:

    The database serves as read only database and will not be written when SQL Server instance is running.

    Like any other file backup, or registry backup, backup of these files...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Identity insertion and updation

    Oops I just realized that this is quite old thread. I am not sure why it suddenly came into my screen.

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Identity insertion and updation

    Removing identity property is something I have seen many people doing for some reason.

    Most of the time, they perform an additional query to get the next value and then...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Primary keys and indexes

    GilaMonster (1/24/2010)


    Is google down today?

    http://msdn.microsoft.com/en-us/library/ms190273.aspx

    There are several examples at the bottom

    As Google is not down, we expect you to do the search 🙂 Just kidding.

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: understand following concepts of resouce database:

    The only argument anyone can bring is in case of a failure during the middle, (which is equal to a crash I mentioned) how can you resolve it. In...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: understand following concepts of resouce database:

    Interesting.

    I am not sure why those statements were mentioned. I have done enough upgrades, and never went with this approach.

    May be you need to send a note to...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Query multiple descriptions from single field of codes

    You need to write a function which turns the multi valued char(10) column into multi rowed table.

    Then you can join that table to TableB and get the values needed.

    I...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

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