Viewing 15 posts - 61 through 75 (of 332 total)
The .ni in the filenames refers to the "native image" version of the DLL. This is part of standard .NET functionality. Google for NGEN, JIT and MSIL.
Visual Studio can attach...
June 1, 2015 at 2:44 am
Check if other processes are running at the same time, which could cause blocking on the drive/file. Maybe a separate backup job (nothing to do with MSSQL) is locking files,...
May 8, 2015 at 7:04 am
Like several others posts, we have a mix;
Physical servers are generally dedicated to MSSQL (including Reporting & BI) and are reasonably powerful machines, often with local fast disks to...
May 8, 2015 at 6:54 am
The analogy could be extended: a chef-de-cuisine is *expected* to bring their own tools, and is automatically assumed to have a certain skill level and is treated with a commensurate...
February 19, 2015 at 1:47 am
Interesting and thought-provoking article.
In a nutshell, I think a task is fun if it is difficult yet solvable, expands your knowledge and broadens your experience. These tasks feel rewarding...
December 23, 2014 at 2:55 am
and you would be assuming that "ls" is correctly configured as an alias to "Get-ChildItem". Maybe only 99.994% correct.
November 6, 2014 at 6:14 am
As mentioned earlier by Alex, "dir" is an alias for "Get-ChildItem". It might, as a casual user, look like it produces the same results as the old DOS command of...
November 5, 2014 at 6:40 am
Alex gets a +1
It is a very important concept in the Powershell world; in this example, the "dir" alias doesn't just return a list of databases - it returns an...
November 4, 2014 at 6:53 am
An already very complex OS would become far more complex to manage, if patches were written for specific configurations. The possible variations would explode, along with the testing required. Nice...
October 9, 2014 at 6:24 am
Thanks for the question.
Absolutely agree that the documentation is poor and incomplete. The docs do make more sense if you really understand how an SPN works in a kerberos environment...
August 11, 2014 at 5:24 am
The idea behind this article, and the external link, was many developers don't want to be part of the testing cycle. They just want the results of the tests. And...
July 25, 2014 at 1:43 am
I find testing code, which I have not written, incredibly frustrating and fruitless. I'm sure I could learn better unit-testing skills, and ways of writing better test scenarios, but if...
July 24, 2014 at 6:34 am
Be careful that the prices really are "per core"; as Rudy has said, licences are sold in packs of 2; furthermore, the minimum licence is 4 cores so you may...
July 15, 2014 at 6:28 am
This link should provide all the info you need to compare the 2 drivers:
Updating an Application to SQL Server Native Client from MDAC
May 28, 2014 at 11:00 am
SNAC was introduced all the way back in SQL Server 2005. "SQL Server Native Client combines the SQL OLE DB provider and the SQL ODBC driver into one native dynamic-link...
May 28, 2014 at 10:51 am
Viewing 15 posts - 61 through 75 (of 332 total)