Click here to monitor SSC

Splitting of one datafiles of a Database in to two datafiles

Last post 08-13-2009, 10:45 AM by homebrew. 2 replies.
Sort Posts: Previous Next
  •  04-16-2009, 7:56 AM Post number 73158

    Splitting of one datafiles of a Database in to two datafiles

    Hi everybody,

                         Here i want a solution for this question.

                        I want to split a Large datafile in to two datafiles with out causing any effect to the application and doesn't effects the performance.

     

    Thanks for all,


    Venu gopal.K
    India.
  •  05-18-2009, 4:53 AM Post number 73442 in reply to post number 73158

    • Myme2 is not online. Last active: 09-10-2009, 3:28 AM Myme2
    • Top 500 Contributor
    • Joined on 03-31-2009
    • Level 1: Deep thought

    Re: Splitting of one datafiles of a Database in to two datafiles

    What sql server are you using?
  •  08-13-2009, 10:45 AM Post number 74377 in reply to post number 73158

    Re: Splitting of one datafiles of a Database in to two datafiles

    You can add a new file to the filegroup and data will get put in there if the first is filled or restricted. Or you can make a new filegroup and specifically move tables and or indexes into it.
View as RSS news feed in XML