Viewing 15 posts - 301 through 315 (of 319 total)
Thank you Hugo, refined questions very well prepared. It gave me a hard time, but it helped me this article:
http://blogs.sqlsentry.com/aaronbertrand/bad-habits-nolock-everywhere/
November 3, 2015 at 11:36 am
Very useful question Eirikur, thank you. 🙂 There is also interesting that COUNT_BIG(*) is here a deterministic function,
because the TOP is not specified with an aggregate clause.
October 22, 2015 at 9:17 am
Good afternoon Andy, thank you very much for your message and a link to the book.
I will study this book with interest, thanks again and have a nice weekend.
J.V.
October 16, 2015 at 8:43 am
Good evening Mr. Andy.
Your cleverly worded questions from the category FileTables according to MSDN documentation
is very difficult to answer . I have a "small" suggestion for you. Please, if...
October 14, 2015 at 4:09 pm
So this is something new for me, thank you Steve for this very interesting question.
September 11, 2015 at 4:33 am
In SQL Server 2014, for finding number of opened transactions you can still use these two DMVs:
sys.dm_tran_session_transactions, see https://msdn.microsoft.com/en-us/library/ms188739.aspx
sys.dm_exec_sessions, see https://msdn.microsoft.com/en-US/library/ms176013.aspx
In DMV sys.dm_exec_connections is column with number of...
September 4, 2015 at 5:44 am
I wish you all a good afternoon. It is difficult to decide on the correct answer... 🙂
https://technet.microsoft.com/en-us/library/ms179300(v=sql.105).aspx
--==================================================================
USE AdventureWorks2014;-- or AdventureWorks2008R2;
GO
SELECT TOP 10 BusinessEntityID [Employee Identification Number]
FROM HumanResources.Employee;
SELECT TOP 10 BusinessEntityID...
September 2, 2015 at 5:23 am
These two randomly selected references describe the issue of add- ins for Excel 2013:
August 21, 2015 at 4:00 pm
I wish you all a good afternoon.
Answer Query 2 is incorrect because for ADD FILE it is required to enter File option FILENAME.
See syntax checking Query 2: Msg 1036, Level...
August 3, 2015 at 10:25 am
Thanks Junior, interesting, but as you can see from the discussion, a bit piquant question.;-)
English is not my native language. So I had translated answer No. 1 that the result...
July 1, 2015 at 10:48 am
Thanks Shiva. However I had to translate it twice to Czech. Firstly, what is "Which one of these doesn't match the others?", secondly, what "Who is the odd man out?"....
June 29, 2015 at 9:12 am
Thanks Steve. A simple question with unexpected consequences. For me, it was to repeat the lessons about usages of the CONVERT_IMPLICIT functions and the related performance issues.
June 25, 2015 at 4:42 am
Thank you for this question. References to this issue opens up wide possibilities for study
issues related to the theme Show Plan.
May 13, 2015 at 11:25 am
Viewing 15 posts - 301 through 315 (of 319 total)