I have designed a database on a Windows NT machine and wanted to copy it to my Windows 98 PC... However a simple transfer of MDF and LDF files doesn't accompliesh this task. It would be nice if someone can help me figure out a way of transferning a whole databse without a network connection.
Hi Guys ; I badly need your expertise. I am bringing in a schema in oracle8i to sql server2000 by the help of DTS. This is done through odbc connection. all the tables are broght in with data but the relation ship among the tables. I have to do it asap as the requirment is like this.
Please help me on what to do about this::::::::::::::::::::;
HI, Recently i copied data from one server to another server. Later i checked the data too. It was fine. I checked no of tables, views ,sps, users , roles and also permissions and no of records in each table. Every thing looked fine, but my users are saying data got meshed up. I dont know why they are complainting like that? Can anyone tell me why it is happening. Did i made any mistake while copying data. i copied data using bcp. Before that i copied structure without data using DTS. pls tell me. thank u.
I developed a web application with MS Access there is a destop application that works with MS SQL SERVER 2000. The web application is just meant to allow user to view data and very little modification. I need to transfer from MS SQL Server to another MS Access database on another machine for security reasons and then to the internet server. Please can someone help me on this or any better method to go about this
I am trying to transfer data from a sql server 2000 database to a Sql Server 2005 database... and i just want to transfer around 2 tables.. and my sql server 2000 database is located in one machine and the 2005 database is located in the other machine.. So i am trying to insert data into the sql server 2005 database. So can i do it like this..
Insert into SqlServer2005comp.Databasename..TableName
(
Columns
)
Select
Columns
From
sqlserver2000comp.Databasename..tablenames
Where UserId = @UserId.
Is this the right way to do it.. and can i give this query in the sqlserver2005 db or the 2000 db
i have a old database in foxpro and it has to be converted to sql server 6.5 database . the table in the foxpro has been broken into more than 1 tables in the sql server . so how can i transfer the data from 1 foxpro table to different tables in sql server 6.5. vineet
I have a client who was installed improperly on a Case InsensitiveCollation SQL system and have been working with this system for over ayear. For them to move forward in application software versions, theywill need to be reinstalled on a Case Sensitive SQL system. I waswondering if anyone has tried this and was willing to provideinformation that may be of assistance? I have tried various someoptions within DTS but without success.
I had Sql Server 2005 installed on my machine, with that I am working on Visual Studio 2005. I just need to add an existing database into the app_data folder. The database is existing in the Sql server, it contains 180 tables so I cannot manually copy that tables in the app_data folder. for that is there any another way to copy all the tables into the database into the folder app_data with the data in the table. Thanks & Regards Girish Nehte
I am trying to transfer my database from my computer where built it to another computer. I have microsoft SQL server 2005 CTP on my computer and the other computer has Microsoft SQL server. Does anyone have any suggestions on how to do this??? I cannot find much info on SQL server 2005 CTP. I have found some info about the copy database wizzard, but I cannot find that in CTP. Please any ideas or info would be wonderful Thanks Sarah
Anybody has idea how to transfer database from SQL Server 7 to 6.5? I know how to migrating/upgrading database from 6.5 to 7.0, but from 7.0 to 6.5 seems not an easy one. DTS only transfer tables and data but not trigers, SPs, etc. The script generated in 7 can not be applied to 6.5. Any ideas? Thanks in advance.
i transferred the database on 6.5 SQL server to 7.0 , only the tables were transfered . none of the stored procedures or triggers were transfered. how can one transfer these objects also.
Transfering DB from one collation in SQL 2000 to a different collation in SQL 2000.
We need to transer our databases from codepage 850 to 1252.
We have succesfully transfered all objects and data EXCEPT stored procedures and triggers using the "Import/Export Data Wizard." We then scripted all the stored procedures and triggers from the cp850 database and installed them into the cp1252 DB. However for quite a few stored procedures and triggers we get the error "Cannot resolve collation conflict for equal to operation." I have tried scripting the sp's with the option 'Only script 7.0 compatible features' on and off but get the same errors each time.
reena writes "how do i transfer my database with data from local machine to server..should i generate scripts and then take back up and dump...or can i directly import...what is the difference"
I am using SQL Server 2005 Express Edition which has a 4gb database limit and wanted to confirm that if I backed up a database from Express and restored it on SQL Server 2005 Standard Edition, then I wouuld have no problems with the database being an unrestricted size (i.e. over 4gb).
I had created a database of my own having 6 tables.I want this database to transfer it one of my friends who will link it with VB.Net platform to run a software.Pls help in this context.
How can I transfer the schema of a database from one SQL Server app toanother? I've used MySQL in the past and all I had to do is create a..sql file with the DDL statements for the database, then import thatfile in the other db. Can I do the same kind of thing with SQL Server2000? If so, how?Also, is there a way to transfer the schema and data?Thanks in advance for the help!!!
Hi All, I am using Databaseobject transfer wizard to transfer objects and data between two sql server 6.5 servers on schedule basis.unfortunately i specified non existing log directory for transfering these objects.Is there a way to change this this directory in 6.5 or to modify existing object transfer package.. I created several object transfers packages it will take lot of time for deleting and recreate them..
I was wondering if any one out there could help me out here. We are using SQL Server 7.0, we have purchase a new server, what will be the best procedures to transfer the current database to the new server? I look forward to hearing from anyone, also I wish you all a Merry Christmas & Happy New Year.
Hi, I am new to the database concepts, maybe my questions are very basic. I transfered data from one sql server to another thru object/database transfer. The transfer was successful, ie., all the data was present in the new server too. I am using an application with ASP as front end and SQL server 6.5 as back end. So i am able to all new records, delete them, update them thru my ASP programs. But, i am not able to update the records which where transfered from the old server. I hope some one of can help me, as i said earlier i am new to databases, so give me a detailed solution.
SQL 7.0 seems to be missing Database/Object Transfer tool, which allows to transfer single objects or whole database from one to another. Also I couldn't find Backup/Restore one single object option eigther.
When I am trying to transfer a database from one server to another everything comes over fine except the Stored Procedures and views. What am I doing wrong? I'v tried just transfering the SP and views and I am still having the problem.
We are currently in the process of transferring a database from one server (sql 6.5) to another (SQL 6.5) but in order to successfully transfer the database we have to transfer the master database first. Any ideas on how to transfer the Master database successfully ???
Hi All, I am using Databaseobject transfer wizard to transfer objects and data between two sql server 6.5 servers on schedule basis.unfortunately i specified non existing log directory for transfering these objects.Is there a way to change this this directory in 6.5 or to modify existing object transfer package.. I created several object transfers packages it will take lot of time for deleting and recreate them..
May I know how to transfer Microsoft SQL Server's database from 1 PC to another PC? What I doing now is export the Microsoft SQL Server database to Microsoft Access format, then import it to the SQL Server of another PC. But the field type have to reset again.
Any method that the table's field type is same after transfer to new PC??
it must be simple, but not for me! there's a folder called db in the ftp part of the server and the admin told me to upload my database there,i don't know how to transfer my database in that folder.can you help me?
there is applications which were written in FoxPro. Recently it has been redone in SQL. How can I check that Whether their server designated to host the database is ready and fully up to spec on revs and patches,If not how and who can bring it up. and How can I determine what else needs to be addressed to ensure a smooth transition and implement? Define ongoing maintenance requirements.
I am trying to run a transfer database task in IS. The tasks fails saying that a defined role already exists in current database. This occurs if I try a destination overwrite to an existing database and even if the database is not currently allocated with destination overwrite = false.
Has anyone experienced these problems. I am just learning IS and have never experienced this type of problem with the old DTS version.
On the web site for MS SQL Server 05 Express the description at the top of the page says, "Transfer any database created in SQL Express to other editions of SQL Server 2005." http://msdn.microsoft.com/vstudio/express/sql/powerful/ How do you transfer a database from SQL Express to SQL Server 2005? I am creating a data-driven web site using Visual Web Developer 05 Express, SQL Server 05 Express, and MS SQL Server Management Studio Express. My host uses SQL Server 2005, ASP.net 2.0, and FrontPage extensions. Thanks for your help.
I am attempting to utilize the 'Transfer Database Task' to copy a SQL 2000 database to 2005. I would like to set up the task as a job to run nightly and update the 2005 database from 2000.
I have the DestinationOverwrite set to true, the Action set to Copy, the Method is DatabaseOnline.
I receive the following message... ERROR: errorCode=-1073548784 description=Executing the query CREATE ROLE[RSExecRole] failed with the following error: "User, group, or role 'RSExecRole' already exists in the current database..."
If I set overwrite to true...why is this an issue? Suggestions? Comments?
Does SQL Express support Database Transfer services? If not does it have something like that. I am trying to transfer data from my database to a web server but cannot seem to find the 2005 equivalent to SQL 2000 Database Transfer Services
Ok, so thank you first off to Arnie for helping with my auto-increment problem. I'm not in the office now, but I can't wait to try out what he showed me to get this thing running.
My bigger problem that I'm hoping you guys can help me with though is this:
I have two servers, and two databases, lets call them dev, and staging. These are exactly the same, except in different physical locations, and changes are made on dev, and then the info is updated to staging. I am writing a C# script to automate the process of updating the information from the dev database on the dev server, to staging. I am profficient with C#, but this is the first time i've ever touched SQL.
So by using the INSERT and SELECT method, I can get the info over properly, I am assuming (as I said I haven't been in the office to try it out yet) but for each table on the database there are different sets of column names, so I can't do a simple
Loop{
SqlCommand del = new SqlCommand("Truncate table " +MyTable", connectionstring)
del.ExecuteNonQuery();
SqlCommand com = new SqlCommand("INSERT INTO MyTable (MyColumn)
SELECT MyOtherColumn FROM MyOtherTable", connectionstring);
com.ExecuteNonQuery();
}While(...) and change the MyTable/MyOtherTable values for each loop.
Is there a quick and easy way of calling a list of columns for each table, so that I can change the table value, get the list of columns, and assign those as a variable? That way it can run through every table on the database, and no matter what the number or names of the columns in each table, it will grab all the necessary data and pass it over.