SQL Server 2012 Questions

1

Backup and Restore different SQL Server 2012 Editions
Does anyone know if it is possible to backup a database on a SQL Server 2012 Enterprise Edition and restore it to a SQL Server 2012 Business Intelligence Edition using SQL Server Management Studio? I would like to go the other way as well.

Answer Question   |  May 23, 2013  10:05 PM
backup database, Business Intelligence, Enterprise, Restore Database, SQL Server 2012
asked by:
45 pts.

Best practice when using a shared table across multiple databases
Hi everyone! I thought I would easily find a discussion on the internet about this subject but I didn’t find anything to really help me. I have many applications that need to share common tables. Think about an Employee table for example. I don’t want to have this table duplicated in each project’s database! With [...]

Answer Question   |  March 7, 2013  1:24 AM
SQL Server, SQL Server 2012
asked by:
5 pts.

Importing data into SQL server from Intersystem Cache Database
I have been trying to import data to SQL Server 2012 R2 from Cache database (Inter system Cache). How could I do it? I have tried by using SSIS through which I can export data to Cache? Am I going in the right way? Please help me? Thanks in advance

Answer Question   |  November 15, 2012  6:18 AM
SQL Server 2012, SSIS
asked by:
5 pts.

1