Filegroups

  • Is it possible to have data files from one database in the same filegroup as another database?

     

    Also I am getting blocked processes on one production database that are being blocked by processes from another database. Any ideas?

     

    1. Nope, datafiles are for use by a single database, why would you want to share the file?
    2. Check what is being run, you could have a cross database query that is causing the blocking. Run a DBCC INPUTBUFFER on the blocking and blocked spids to find out what is going on with the connections that could cause this.



    Shamless self promotion - read my blog http://sirsql.net

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

You must be logged in to reply to this topic. Login to reply