Forum Replies Created

Viewing 15 posts - 46 through 60 (of 164 total)

  • RE: Query on converting the non Partitiontable to Partion table

    Hi,

    1. The actual benefit of the partitioned table will be achieved only when you place the partitions in different file groups and each file group in different disks.

    SQL...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Query on converting the non Partitiontable to Partion table

    Wht can't you do that?

    What is the error you are getting?

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Updating 9 million records takes too much time...

    You also need to consider, updating the records in small chucks at a time. Even though it will take more time than usual, the rest of the table will...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Partition Function

    I believe some of the tags I used within the code doesn't work with the editor. Please add the Tablename in those places..

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Partition Function

    From your mail I understand you already have the table with data. That adds complexity to the work you have.

    If you want the starting character of the last name to...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: The Differences Between SQL Server 2000 and 2005

    Hi Steve,

    Nice article. I have my doubts over the point where systems actually had permanant tables owned by actual users..

    As far as I know, People have get...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: C2 Auditing

    you can find a lot of information on C2 auditing over the web.

    Some of the articles, which I found useful are

    http://www.sqlservercentral.com/articles/Monitoring/basicsofc2auditing/1547/

    http://www.microsoft.com/technet/security/prodtech/sqlserver/sql2kaud.mspx

    Hope these are useful to you too!

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: SQL 2005 Data corruption issue

    Hi

    Did you add a drive, copy, replace or rename any data files files when the SQL Server was stopped, or the databases were offline? The message shows that SQL...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Primary Key and Unique key

    As Clustered Index has the leaf level stored with data pages, when you need to read other columns by Clustered Index, you don't have to do a separate operation. ...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Copy and rename a file

    You can use CmdExec method (Using operating system command) also to run the command.

    To Use the extended stored procedure xp_cmdShell, it needs to be enabled. By default it...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Audit listing of Select Statements

    Take care - C2 Auditing seemed to cause my server to crash.

    C2 Auditing is handled through trace events. I prefer to use customized trace (store them to a file.)

    You...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Lookup Table Madness

    I can see a few issues with MOCK tables:

    1. Extensibility:  If different information is kept in one table, and if after a few years you find that you have to...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: Lookup Table Madness

    Congratulations to Don. Even though your writing style has taken a bit of time for readers to understand, you have created a hurricane among the readers.  I won't be surprised if this article gets the...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: SQL 2000 to SQL 2005: Where have all the old features gone?

    It is a great surpise to see that in sql2k5 we have lost the fucntionality to script a set of objects based on the settings i want.  In sql2k,  I...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

  • RE: how to displays the procedures currently running at startup on sql sql server 2000 ?

    Hi,

    I am not sure of your question.  Do you want to find the procedures run during startup or the procedures currently running?

    to Find the procedures run during startup, you can...

    Cheers,
    Prithiviraj Kulasingham

    http://preethiviraj.blogspot.com/

Viewing 15 posts - 46 through 60 (of 164 total)