Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I would like to know if there is any way i can restore a 2012 MS sql server database into MS sql server 2008 thanks in advance .
The short answer is no, not using backup and restore like I'm guessing you'd prefer, however a few other options are discussed here if you are feeling adventurous:
https://dba.stackexchange.com/questions/20588/restore-sql-server-2012-backup-to-a-sql-server-2008-database
Sorry not to have happier news!
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am trying to install SSIS in SQL Server (not the SSIS in Visual Studio). And the way I see this should be done is with SQL Server installation center. However try as I might, I can not find it. I saw in this (https://youtu.be/reamHZ4hKdU) YouTube video to click on setup, but I can't find that either. Where can I find SQL Server Installation Center?
sql server installation center
For some reason I didn't think of this. I am on Window Server 2012 R2 and when I did a search for Sql Server Installation Center it came up. Thank you Jacob H for your help.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I need to migrate from SqlServer 2008r2 to SqlServer 2016. While migrating will I face any code changes that i have written in SqlServer 2008 and also Confirm is there any other impacts..
Thanks in advance
Check the Deprecated Database Engine Features in SQL Server 2016
Do the search on that page for "discontinued", these features will break your code if you've used them
General rules :- There is no impact comes when you go higher version migration in SqlServer.
I give you one by one answer.
I need to migrate from Sql Server 2008r2 to sql server 2016. While
migrating will I face any code changes
No impact comes in code, if everything same you migrate. Only your connection string will change as per new db.
i have written in sql server 2008 and also Confirm is there any other
impacts.. Thanks in advance
I think you telling about Database objects, so my answer is nothing impact. no single change you need.
See other answer : Impact on application in migrating from sql server 2005 to 2008
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
Can I install SQL Server and IIS on Windows 8.1 professional Edition, and run it as a web server?
-- edited --
How about Microsoft Server Essentials 2012 R2?
Yes. But there are connection limitations with IIS on workstation editions of Windows:
http://weblogs.asp.net/owscott/archive/2012/11/13/windows-8-iis-8-concurrent-requests-limit.aspx
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I wonder if it possible to use mediawiki 1.18 with MS SQL server(particullary, MS SQL server 2008 r2), and, if possible, where to find some info about them working together. I know that mysql is much better solution, but our client insist on oracle DB or MS SQL. And i'd prefer MS SQL because i nether worked with oracle db and we still would have to buy it. Can somebody give me any help?
Current version of my mediawiki is 1.18
Try this
https://bugzilla.wikimedia.org/show_bug.cgi?id=9767
(i'm know that not 1.18)
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Can anyone tell me what is the limitations of this version like some features not to be supported or something.
I am going to create this type of Windows Azure VM for my application.
The full control of sql and Compatibility is my first consideration.
Thanks
The SQL Server 2012 running in Windows AzureVM is exact version which you have installed by your own and the only difference is that it is evaluation version so you can try it before make it final. Once you have tried it and know this is what you want, you can have your own SQL Server 2012 running on a VM you could create to fit your need.