Viewing 15 posts - 301 through 315 (of 612 total)
I have never had any problems but I need to ask why you need to do that?
Secondly, backward compatibility is normally not too much of a problem but going forward...
March 7, 2015 at 12:24 pm
sm_iransoftware (2/2/2015)
Our DB was slow from yesterday.
(some times is good and some times long waits)
I Run sp_who2 And many Blocked spid found.
Such as : n spid blocked by 54
When...
March 6, 2015 at 12:45 pm
Firstly, a development license cannot be used on a production machine.
Secondly, before you worry about licensing consider which version of SQL Server will be used? Would the Express version...
March 6, 2015 at 12:40 pm
GilaMonster (1/15/2015)
The backups.
Definitely but more importantly, the restoration process.
March 6, 2015 at 12:36 pm
Not using traditional backup and restore methodology but it could work with BCP.
March 6, 2015 at 12:31 pm
hcip.77 (3/4/2015)
First why you need to go back with SQL 2012 standard from SQL 2012 Enterprise.
Licensing costs is a good reason. Especially if the machine is running on a...
March 6, 2015 at 12:28 pm
Hi,
as long as you aren't using any features associated with the Enterprise version you could simply take a backup and restore it on the downgrade machine.
March 6, 2015 at 12:27 pm
How many software installations of differing versions on one box: 1
How many instances? 1 if it is possible. I have instances that require different collations for example.
How...
March 6, 2015 at 11:34 am
ramyours2003 (3/5/2015)
from one of my colleague he said by changing the compatibility mode while restoring the backup from sql 2014 to sql 2012
Your colleague is most definitely wrong. ...
March 6, 2015 at 11:07 am
ramyours2003 (3/5/2015)
March 6, 2015 at 11:04 am
Hi Gianluca,
brilliant! Thanks for the link. I'll post again with my solution.
As for your suggestion......
It would be a good one in most cases but unfortunately for us it...
March 6, 2015 at 12:10 am
GilaMonster (2/24/2015)
kevaburg (2/24/2015)
February 24, 2015 at 5:41 am
GilaMonster (2/5/2015)
February 24, 2015 at 5:32 am
Jim Mackenzie (2/20/2015)
Jeff Moden (2/20/2015)
Jim Mackenzie (2/20/2015)
However I can't help but think this would be better handled in Powershell?
Do you happen to have a working example of such a thing?...
February 24, 2015 at 4:55 am
Hi Folks!
Firstly, thanks for all the Input. I decided to try the same procedure as a Loop using BULK INSERT.
It isn't perfect, but it works!
create procedure sp_Ladung_OptionGroesseKollektionStatistik
as
--Create a holding...
February 24, 2015 at 4:51 am
Viewing 15 posts - 301 through 315 (of 612 total)