Viewing 15 posts - 61 through 75 (of 325 total)
A logical processor is not the same as a core. A core can have 1 or 2 logical processors. Reference: TechNet: Computing Capacity Limits by Edition of Microsoft SQL Server
The...
July 13, 2012 at 7:05 am
Right off the bat, I would recommend to try converting the multi-statement function into an in-line TVF. In-line TVFs offer better performance when compared to multi-statement TVFs. Here's a BOL...
June 25, 2012 at 2:46 am
Nice question, however, I must admit, the first answer that came to me was "Depends upon the file system."
June 20, 2012 at 2:43 am
muthukkumaran Kaliyamoorthy (6/13/2012)
Server is listening on [ 'any' <ipv4> 5555].
Dedicated admin connection support was established for listening remotely on...
June 13, 2012 at 10:34 am
Koen Verbeeck (6/13/2012)
So there is a chance DAC will succeed for the default instance as it tries...
June 13, 2012 at 12:32 am
Koen Verbeeck (6/12/2012)
The MSDN article Using a Dedicated Administrator Connection says the following:
SQL Server listens for the DAC on TCP port 1434 if available or a TCP port dynamically...
June 13, 2012 at 12:08 am
Nice & easy for a Friday. Thank-you, and have a great week-end, everyone!
May 31, 2012 at 10:33 pm
Hugo Kornelis (5/31/2012)
george sibbald (5/31/2012)
May 31, 2012 at 4:19 am
Hugo Kornelis (5/31/2012)
Nakul Vachhrajani (5/30/2012)
May 31, 2012 at 1:37 am
It is my understanding that the service packs/upgrades have the potential to modify all databases on the SQL Server instance, therefore, simply replacing the resource database to rollback an SP/update...
May 30, 2012 at 9:36 pm
Nice & easy question. Brings back memories from a couple of days ago 🙂
May 29, 2012 at 10:50 pm
Hugo Kornelis (5/29/2012)
May 29, 2012 at 1:17 am
john.straver (5/23/2012)
the answer is 0 rows when xact_abort is set to onthe answer is 2 rows when xact_abort is set to off
By default, SET XACT_ABORT is OFF.
May 23, 2012 at 12:43 am
Good question with a couple of learning points.
1. By default SQL does not abort the entire transaction if it encounters a statment-level failure. In this case, the primary key violation...
May 22, 2012 at 11:55 pm
Good question!
This one takes us back to the basics, and requires the reader to read and think carefully - and after you think through it, you realize that there is...
May 18, 2012 at 2:36 am
Viewing 15 posts - 61 through 75 (of 325 total)