![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
we have created a temporary solution in our data warehousing dept. that is causing much havoc. We have a main instance of SQL 2000 with which we do all of our ETL work. another department has already migrated to SQL 2005, and we need access to one DB from that server to do our data pulls from. we have created a SQL 2005 instance on the same server as the SQL 2000 instance. they are not getting along well. performance has suffered by a factor of 4X. is there a way to configure memory management (we have 4 gigs available) to isolate the two instances from one another? is SQL 2005 smart enough to not try to use the 2 gigs allocated already to SQL 2000? has anyone attempted a hack of this nature before. we were forced into this position and cannot extricate ourselves, nor can we move to a single 2005 instance due to the complexity of existing DTS packages. |
#3
| |||
| |||
|
|
I would suggest you re-consider your scenario. Instead of trying to 'PULL' data from the SQL 2005, why not have the SQL 2005 'PUSH' the data to your SQL 2000 server. Then you would not 'need' the SQL 2005 instance on your ETL server (until you are ready to upgrade the ETL functionality to SQL 2005, that is...) -- Arnie Rowland, Ph.D. Westwood Consulting, Inc Most good judgment comes from experience. Most experience comes from bad judgment. - Anonymous "ggruber" <ggruber (AT) discussions (DOT) microsoft.com> wrote in message news:AEE1FBAC-4CD1-49F9-A8AF-E5054C26123C (AT) microsoft (DOT) com... we have created a temporary solution in our data warehousing dept. that is causing much havoc. We have a main instance of SQL 2000 with which we do all of our ETL work. another department has already migrated to SQL 2005, and we need access to one DB from that server to do our data pulls from. we have created a SQL 2005 instance on the same server as the SQL 2000 instance. they are not getting along well. performance has suffered by a factor of 4X. is there a way to configure memory management (we have 4 gigs available) to isolate the two instances from one another? is SQL 2005 smart enough to not try to use the 2 gigs allocated already to SQL 2000? has anyone attempted a hack of this nature before. we were forced into this position and cannot extricate ourselves, nor can we move to a single 2005 instance due to the complexity of existing DTS packages. |
#4
| |||
| |||
|
|
we have created a temporary solution in our data warehousing dept. that is causing much havoc. We have a main instance of SQL 2000 with which we do all of our ETL work. another department has already migrated to SQL 2005, and we need access to one DB from that server to do our data pulls from. we have created a SQL 2005 instance on the same server as the SQL 2000 instance. they are not getting along well. performance has suffered by a factor of 4X. is there a way to configure memory management (we have 4 gigs available) to isolate the two instances from one another? is SQL 2005 smart enough to not try to use the 2 gigs allocated already to SQL 2000? has anyone attempted a hack of this nature before. we were forced into this position and cannot extricate ourselves, nor can we move to a single 2005 instance due to the complexity of existing DTS packages. |
#5
| |||
| |||
|
|
I don't understand why you needed a 2005 instance just to access another 2005 instance? But in any case you can set the MAX Memory of each instance to limit how much memory each uses. -- Andrew J. Kelly SQL MVP "ggruber" <ggruber (AT) discussions (DOT) microsoft.com> wrote in message news:AEE1FBAC-4CD1-49F9-A8AF-E5054C26123C (AT) microsoft (DOT) com... we have created a temporary solution in our data warehousing dept. that is causing much havoc. We have a main instance of SQL 2000 with which we do all of our ETL work. another department has already migrated to SQL 2005, and we need access to one DB from that server to do our data pulls from. we have created a SQL 2005 instance on the same server as the SQL 2000 instance. they are not getting along well. performance has suffered by a factor of 4X. is there a way to configure memory management (we have 4 gigs available) to isolate the two instances from one another? is SQL 2005 smart enough to not try to use the 2 gigs allocated already to SQL 2000? has anyone attempted a hack of this nature before. we were forced into this position and cannot extricate ourselves, nor can we move to a single 2005 instance due to the complexity of existing DTS packages. |
#6
| |||
| |||
|
|
it is a 2000 instance that accesses a 2005 instance. we need it because we are ETL, not transaction processing. we are in the middle of migration pains, and for the time being, half the company is on one side of the fence, half on the other. we must be able to provide a solution for all. we cannot migrate to 2005 fully, but we must be able to access data that resided there. "Andrew J. Kelly" wrote: I don't understand why you needed a 2005 instance just to access another 2005 instance? But in any case you can set the MAX Memory of each instance to limit how much memory each uses. -- Andrew J. Kelly SQL MVP "ggruber" <ggruber (AT) discussions (DOT) microsoft.com> wrote in message news:AEE1FBAC-4CD1-49F9-A8AF-E5054C26123C (AT) microsoft (DOT) com... we have created a temporary solution in our data warehousing dept. that is causing much havoc. We have a main instance of SQL 2000 with which we do all of our ETL work. another department has already migrated to SQL 2005, and we need access to one DB from that server to do our data pulls from. we have created a SQL 2005 instance on the same server as the SQL 2000 instance. they are not getting along well. performance has suffered by a factor of 4X. is there a way to configure memory management (we have 4 gigs available) to isolate the two instances from one another? is SQL 2005 smart enough to not try to use the 2 gigs allocated already to SQL 2000? has anyone attempted a hack of this nature before. we were forced into this position and cannot extricate ourselves, nor can we move to a single 2005 instance due to the complexity of existing DTS packages. |
![]() |
| Thread Tools | |
| Display Modes | |
| |