Viewing 9 posts - 1 through 9 (of 9 total)
You're absolutely right !! I've thought that link http://sqlserverbuilds.blogspot.com.br/ was correct, but in wikipedia the correct code name is SQL14.
Thank you Gail.
May 1, 2014 at 9:49 am
Thank you Gail in other words there an infinity of variables to study. 😉
April 30, 2014 at 3:49 pm
GilaMonster (4/30/2014)
Hekaton isn't a version (SQL Server 2014 is a version), hekaton is a feature and the features often get their own code names (eg xVelocity).[/url]
Nice Gail, but hekaton is...
April 30, 2014 at 3:18 pm
My question is specifically if there is kind of rule like high selectivity uses hash and others .
April 30, 2014 at 1:25 pm
Lowell (4/24/2014)
As a result,DDL events go into the default trace, or any other traces audits that are also watching for it, but ti's not an error, per se;
Thanks.
April 24, 2014 at 12:29 pm
My question is why a start service like agent is logged and a drop database isn't ? Is there a sort of distinction between both statements ?
April 24, 2014 at 10:29 am
with trace ok but why doesn't log in ErrorLog ?
April 24, 2014 at 10:19 am
should become
case data_type
when 'float' then 'cast([' + column_name + '] as decimal(38, 10))'
when 'ntext' then 'cast([' + column_name + '] as nvarchar(max))'
when 'text' then 'cast([' + column_name + ']...
March 17, 2014 at 2:08 pm
Viewing 9 posts - 1 through 9 (of 9 total)