Viewing 15 posts - 1 through 15 (of 24 total)
Thanks for your comment Paul.
September 4, 2018 at 8:04 am
Hi there,
In your opinion what would be the advantage of this R approach compared to, say, direct graph visualization with GraphViz dot command, example:
digraph STG
{
"Kirk" -> "Scotty"
"Scotty"...
September 4, 2018 at 6:19 am
August 20, 2018 at 7:29 am
Many successful developers and DBAs have been practicing for many years (even decades) what the media and high profile companies have been calling DevOps for mere months.
Nice.
January 3, 2018 at 10:42 am
Hi David,
Do you think it's really a good idea to have both data (primary and secondary data files) and transaction logs of tempdb in the same disk/drive letter/volume ?
Cheers,
October 14, 2016 at 9:21 am
Of course not... people are dangerous not computers or commands.
September 16, 2016 at 7:53 am
Yesterday I felt inclined, in general, to agree with you but in the particular that cannot happen because you have no idea of the context and therefore you cannot generate...
July 5, 2015 at 8:27 am
1. Performance counters (OS & MSSQL in combination)
2. Red Gate's SQL Response, later, Monitor
3. SQL Server alerts, notifications, jobs, checks inspired in Brent Ozar stuff (I know, it's a wild...
April 18, 2015 at 5:52 am
Hi
Maybe I'm loosing something here, but what is the real advantage of this code against 'sp_linkedservers' ?
Cheers,
--
Paulo
October 6, 2014 at 7:49 am
Allright, I'm not the only one to think 99% of the meetings in IT World are pure waste of time and resources.
By the way, never ending meetings and Project Management...
June 23, 2014 at 8:23 am
That explains why last statement below won't work:
declare @dsql nvarchar(512) = ( SELECT TOP 1 'DELETE FROM [AdventureWorks2012].[Person].[BusinessEntityAddress] ' + CHAR(13) + 'WHERE [BusinessEntityID]='+CAST([BusinessEntityID] AS VARCHAR(50))+ CHAR(13) +...
April 23, 2014 at 8:07 am
And just for the record, it also works in SQL Server 2012 (why shouldn't it...). Had to get rid of some funky chars (most probably due to some enconding issue),...
January 21, 2014 at 10:36 am
Perry Whittle (1/15/2014)
Paulo A. Nascimento (1/15/2014)
January 17, 2014 at 9:03 am
Nadrek (1/14/2014)
...Perry's right - even for an illustration, 64MB autogrowth is horrifically small for any implementation I can see that would actually be experiencing the contention.
Well if tempdb database was,...
January 15, 2014 at 10:44 am
Viewing 15 posts - 1 through 15 (of 24 total)