Hi,
I'm creating on .NET 2.0 platform and I'm wondering how do you synch your local mssql 2000 with a remote sql 2000 on jodo?
I tried to use DTS and copy tables/views, but that doesn't seem to include store procedures that .NET 2.0 membership/roles/etc API needed.
So I end up dropping the old db, create it again, use aspnet_regsql to manually create the .NET 2.0 db, only then I upload the tables I used in my own app.
Any suggestion is appreciated. Any tutorial links will be really helpful too.
Also, I submitted a ticket to jodo because I had a permission issue realted to using "dbo"... I'm wondering if there is anything I can do to avoid submitting a ticket everytime like right now?
Thanks again.
I'm creating on .NET 2.0 platform and I'm wondering how do you synch your local mssql 2000 with a remote sql 2000 on jodo?
I tried to use DTS and copy tables/views, but that doesn't seem to include store procedures that .NET 2.0 membership/roles/etc API needed.
So I end up dropping the old db, create it again, use aspnet_regsql to manually create the .NET 2.0 db, only then I upload the tables I used in my own app.
Any suggestion is appreciated. Any tutorial links will be really helpful too.
Also, I submitted a ticket to jodo because I had a permission issue realted to using "dbo"... I'm wondering if there is anything I can do to avoid submitting a ticket everytime like right now?
Thanks again.