Viewing 15 posts - 136 through 150 (of 583 total)
Roger Sabin (8/7/2014)
I tried what you suggest and it does force the "bad" plan when I use 40 and a "good" plan when I use 17. Thanks.
So now you verified...
August 7, 2014 at 3:33 pm
I dont think it would be a problem but not sure. It might be safe to just uninstall VS as well just to be safe as long as you dont...
August 7, 2014 at 2:18 pm
once the plan is created, that plan will always be used until it is bumped out of cache or invalidated (recompiling proc invalidates plan). recompile your proc then run it...
August 7, 2014 at 12:52 pm
This is most likely a parameter sniffing issue. The "bad plan" has a compiled value of 40 for marketID and the "good plan" has a compiled value of 17. I...
August 7, 2014 at 12:39 pm
Once you do have that uninstalled you might be better off getting the SSDT installer here(http://msdn.microsoft.com/en-ca/data/tools.aspx). It is the most up to date one. you would probably want the SSDT-BI...
August 6, 2014 at 9:07 pm
I would suggest just uninstall sql server data tools via programs and features. then once uninstalled. try to install it again with the sql server installer selecting only sql server...
August 6, 2014 at 2:41 pm
SpeedSkaterFan (8/6/2014)
August 6, 2014 at 2:25 pm
Integration services does not come with express so you would only have one SSIS. even so SSIS is a shared feature so even if you installed multiple enterprise instances only...
August 6, 2014 at 1:16 pm
It was added in SQL Server 2012
August 6, 2014 at 8:02 am
Check for a duplicate SPN for that server registered to a different account.
August 6, 2014 at 7:50 am
roadkillchicken (7/25/2014)
HiDoes replication require clustering? It can be delayed if needed so real time isn't a massive issue..
Thanks
If you can have server B delayed then log shipping with a stand-by...
July 25, 2014 at 2:52 pm
Always On AGs or replication. You could also do log shipping but this be delayed.
July 25, 2014 at 12:13 pm
These two collations are effectively the same. They are both Case-insensitive, accent-sensitive, and have the same codepage, 1252.
select collationproperty('SQL_Latin1_General_CP1_CI_AS','CodePage')
select COLLATIONPROPERTY('Latin1_General_CI_AS','CodePage')
One is windows collation and one is SQL collation but I...
July 23, 2014 at 3:12 pm
Specifies the total number of I/O buffers to be used for the restore operation. You can specify any positive integer; however, large numbers of buffers might cause "out of memory"...
July 22, 2014 at 1:10 pm
My guess is that when you installed the service pack on the secondary, the databases involved in AG were not updated as the message said. If they were then the...
July 19, 2014 at 6:33 am
Viewing 15 posts - 136 through 150 (of 583 total)