Is it possible to copy and paste a diagram from one DB to another. If so,
what are the steps?
Thanks!The following applies to SQL Server 7 and 2000:
How To Move a Database Diagram
http://www.support.microsoft.com/?id=320125
-Sue
On Mon, 9 Oct 2006 20:41:25 -0400, "Chris Marsh"
<cmarsh@.synergy-intl.com> wrote:
>Is it possible to copy and paste a diagram from one DB to another. If so,
>what are the steps?
>Thanks!
>|||Thank You!
Now for the next part of this question. Is there a manual way to migrate
them to SQL2005 as well. About 1/2 our clients are in 2000 and the other
half in 2005 yet we use it in version 8 (sql2000) compatability mode.
"Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
news:bt1mi2t9frgh2oh5tki41leesnsnma9usp@.4ax.com...
> The following applies to SQL Server 7 and 2000:
> How To Move a Database Diagram
> http://www.support.microsoft.com/?id=320125
> -Sue
> On Mon, 9 Oct 2006 20:41:25 -0400, "Chris Marsh"
> <cmarsh@.synergy-intl.com> wrote:
>>Is it possible to copy and paste a diagram from one DB to another. If so,
>>what are the steps?
>>Thanks!
>|||I don't think you will get that scenario to work. On SQL
Server 2005, you can't even create diagrams unless the
database is in 90 compatibility mode.
-Sue
On Tue, 10 Oct 2006 09:41:49 -0400, "Chris Marsh"
<cmarsh@.synergy-intl.com> wrote:
>Thank You!
>Now for the next part of this question. Is there a manual way to migrate
>them to SQL2005 as well. About 1/2 our clients are in 2000 and the other
>half in 2005 yet we use it in version 8 (sql2000) compatability mode.
>"Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
>news:bt1mi2t9frgh2oh5tki41leesnsnma9usp@.4ax.com...
>> The following applies to SQL Server 7 and 2000:
>> How To Move a Database Diagram
>> http://www.support.microsoft.com/?id=320125
>> -Sue
>> On Mon, 9 Oct 2006 20:41:25 -0400, "Chris Marsh"
>> <cmarsh@.synergy-intl.com> wrote:
>>Is it possible to copy and paste a diagram from one DB to another. If so,
>>what are the steps?
>>Thanks!
>>
>|||Oh...well then I guess we should consider doing this. Do you know of any
obvious reason that we should not have our SQL 2005 clients in V9 mode?
"Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
news:4ecni2lcpn54eqmor49hbbn3dunfo6pqlv@.4ax.com...
>I don't think you will get that scenario to work. On SQL
> Server 2005, you can't even create diagrams unless the
> database is in 90 compatibility mode.
> -Sue
> On Tue, 10 Oct 2006 09:41:49 -0400, "Chris Marsh"
> <cmarsh@.synergy-intl.com> wrote:
>>Thank You!
>>Now for the next part of this question. Is there a manual way to migrate
>>them to SQL2005 as well. About 1/2 our clients are in 2000 and the other
>>half in 2005 yet we use it in version 8 (sql2000) compatability mode.
>>"Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
>>news:bt1mi2t9frgh2oh5tki41leesnsnma9usp@.4ax.com...
>> The following applies to SQL Server 7 and 2000:
>> How To Move a Database Diagram
>> http://www.support.microsoft.com/?id=320125
>> -Sue
>> On Mon, 9 Oct 2006 20:41:25 -0400, "Chris Marsh"
>> <cmarsh@.synergy-intl.com> wrote:
>>Is it possible to copy and paste a diagram from one DB to another. If
>>so,
>>what are the steps?
>>Thanks!
>>
>|||I assume you mean "why we should not have out client databases in 90 compatibility mode"?
The reason is if you haven't tested and ported your application to support SQL Server 1005 yet.
Compat mode is there to give you a little extra time. You test the app in 2005 under 80 mode and do
the small amount of fixes you need to support that. You can now run the app on 2005, and you can
take your time to do the rest of the fixes needed to run in 90 mode.
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://www.solidqualitylearning.com/
"Chris Marsh" <cmarsh@.synergy-intl.com> wrote in message
news:OGUMm0H7GHA.3760@.TK2MSFTNGP02.phx.gbl...
> Oh...well then I guess we should consider doing this. Do you know of any obvious reason that we
> should not have our SQL 2005 clients in V9 mode?
> "Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
> news:4ecni2lcpn54eqmor49hbbn3dunfo6pqlv@.4ax.com...
>>I don't think you will get that scenario to work. On SQL
>> Server 2005, you can't even create diagrams unless the
>> database is in 90 compatibility mode.
>> -Sue
>> On Tue, 10 Oct 2006 09:41:49 -0400, "Chris Marsh"
>> <cmarsh@.synergy-intl.com> wrote:
>>Thank You!
>>Now for the next part of this question. Is there a manual way to migrate
>>them to SQL2005 as well. About 1/2 our clients are in 2000 and the other
>>half in 2005 yet we use it in version 8 (sql2000) compatability mode.
>>"Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
>>news:bt1mi2t9frgh2oh5tki41leesnsnma9usp@.4ax.com...
>> The following applies to SQL Server 7 and 2000:
>> How To Move a Database Diagram
>> http://www.support.microsoft.com/?id=320125
>> -Sue
>> On Mon, 9 Oct 2006 20:41:25 -0400, "Chris Marsh"
>> <cmarsh@.synergy-intl.com> wrote:
>>Is it possible to copy and paste a diagram from one DB to another. If so,
>>what are the steps?
>>Thanks!
>>
>>
>|||You are correct - we will get testing very soon and hopefully won't find too
many tweaks.
Thank You!
"Tibor Karaszi" <tibor_please.no.email_karaszi@.hotmail.nomail.com> wrote in
message news:uFFGq3H7GHA.4604@.TK2MSFTNGP03.phx.gbl...
>I assume you mean "why we should not have out client databases in 90
>compatibility mode"?
> The reason is if you haven't tested and ported your application to support
> SQL Server 1005 yet. Compat mode is there to give you a little extra time.
> You test the app in 2005 under 80 mode and do the small amount of fixes
> you need to support that. You can now run the app on 2005, and you can
> take your time to do the rest of the fixes needed to run in 90 mode.
> --
> Tibor Karaszi, SQL Server MVP
> http://www.karaszi.com/sqlserver/default.asp
> http://www.solidqualitylearning.com/
>
> "Chris Marsh" <cmarsh@.synergy-intl.com> wrote in message
> news:OGUMm0H7GHA.3760@.TK2MSFTNGP02.phx.gbl...
>> Oh...well then I guess we should consider doing this. Do you know of any
>> obvious reason that we should not have our SQL 2005 clients in V9 mode?
>> "Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
>> news:4ecni2lcpn54eqmor49hbbn3dunfo6pqlv@.4ax.com...
>>I don't think you will get that scenario to work. On SQL
>> Server 2005, you can't even create diagrams unless the
>> database is in 90 compatibility mode.
>> -Sue
>> On Tue, 10 Oct 2006 09:41:49 -0400, "Chris Marsh"
>> <cmarsh@.synergy-intl.com> wrote:
>>Thank You!
>>Now for the next part of this question. Is there a manual way to migrate
>>them to SQL2005 as well. About 1/2 our clients are in 2000 and the other
>>half in 2005 yet we use it in version 8 (sql2000) compatability mode.
>>"Sue Hoegemeier" <Sue_H@.nomail.please> wrote in message
>>news:bt1mi2t9frgh2oh5tki41leesnsnma9usp@.4ax.com...
>> The following applies to SQL Server 7 and 2000:
>> How To Move a Database Diagram
>> http://www.support.microsoft.com/?id=320125
>> -Sue
>> On Mon, 9 Oct 2006 20:41:25 -0400, "Chris Marsh"
>> <cmarsh@.synergy-intl.com> wrote:
>>Is it possible to copy and paste a diagram from one DB to another. If
>>so,
>>what are the steps?
>>Thanks!
>>
>>
>>
>
sql