Is there any way to extract Active Directory data from SQL Server 2008 R2 in order to restore it on another SQL Server 2008?
Thanks in advance
If you mean you need to transfer logins then I always use sp_help_revlogin.
Related
I took a backup of a database in SQL Server 2008 R2 via SSMS backup utility and restored the same backup in SQL Server 2014 via SSMS backup utility and the database restore. It was successful but am not seeing any tables in SQL Server 2014 after restoring the database. Can someone help me to restore the SQL Server 2008 R2 database backup (.bak) in 2014?
The sql 2008 r2 database backup file should be completely compatible on sql 2014. you can try to restore the database on sql 2008 r2 at first, and check if the table was deleted before the backing up.
we are planning to move biztalk database from one place to another as well as upgrade the sql server.
the initial database is in sql server 2008 R2 and target is sql server 2012.
but the thing is that we have to set up database on another system,
i tried to search it on msdn but they are providing reference to upgrade from 2005 to 2008 , or moving database from one server to another.
do you think that will work in my case !!
i found this article.http://msdn.microsoft.com/en-us/library/ee378547%28v=bts.10%29.aspx
relating to upgrading as well as moving..
but this is quite older one.
how can i upgrade as well as move biztalk database from sql server 2008 R2 to sql server 2012 on a different system (side by side upgrade).
do i have to follow same steps as upgrading a normal database from sql server 2008R2 to sql server 2012 or some other one ??
As long as the SQL Server edition (2012 in your case) you are migrating to is supported by your BizTalk Server edition, you can follow the procedure to move BizTalk databases.
You can check the version compatibility here.
I have two server in two areas "WAN" : "distributed system".
I applied a merge replication for these two servers (Microsoft Sql Server 2008 R2).
Now I'd like to generate the database script "Schema and Data", without replication data informations (rowguid column, ...) to run in a third local server (development server)?
how can I generate my script? thank you in advance.
You will need to use backup and restore. When doing the restore to your development server exclude the KEEP_REPLICATION switch. This will ensure that no replication metadata will be restored.
Can anybody tell me if it is possible using Attunity for Teradata database and a Sql Server 2008 R2 database to have the "false load" loaded in a database and the logs in a different database?
Thank you so much,
Bogdan.
If anyone else wants to know, YES it is possible to have a different dabase for error tables when using attunity connector.
If one uses SSIS package in which attunity connector is used, all you have to do is to go in properties for that dataflow task object, to section "[teradata destination].[ErrorTableName]" and there you can write the name for desired database.table_name.
How do i load a database into SQL Server 2008 R2 express? SQL Server 2008, have a right click function on databases to add it. R2 don'r have the database folder. I checked the FAQ as best I could to find an answer but found nothing.
Thanks
I'm not quite sure, if I understand the question, but I read it as you do not have a "Databases" folder under the connected database server. I am thinking if the problem is more on the connection..
I assume that you mean SQL Server Management Studio.
In my understand you can't create a database.Right click and add.Something missing in your installation.Try to full install it again.. or try to create using Query
Create Database <DB NAME>