Archives for Language features, Development Methodologies - Page 11
Newer technologies for the
Some recent libraries and products that are making today's development task easy (this is an ongoing list will be updated periodically) Background Task Processing Caching and Messaging Redis is basically…
DisplayPort or HDMI port takes over audio of PC
You can either revert back to your PC speakers or you can continue to use your HDMI monitor as the audio output you want to revert to the PC speakers…
Add single quotes around values in excel column
Go to Format –> Cells –> CustomType '@'
Oracle RAC equivalent for SQL Server?
There are two main reasons for using an Oracle RAC. A shared, 'multi-tenant' environment which scales seamlessly to increasing load. And a high-availability cluser which provides a redundant node (or…
Oracle RAC equivalent for SQL Server?
What RAC features are you interested in? If you are interested in having a large SHARED memory pool that can host multiple tenants (multiple apps), then SQL Server Enterprise can…
Oracle RAC equivalent for SQL Server?
There are two main reasons for using an Oracle RAC. A shared, 'multi-tenant' environment which scales seamlessly to increasing load. And a high-availability cluser which provides a redundant node (or…
Enabling ports in Windows Firewall (for SQL Server Access)
If you are having trouble connecting to a newly created default instance on SqlServer , try this msdn article (it DOES seem to contain every possible thing that could be…
Hide gridlines in Excel
Select multiple sheets , On the View tab, in the Show/Hide group, check/uncheck the Gridlines check box.
Default instance SQL Server
Each SQL server can contain many INSTANCES ( a set of SQL Server Services). An instance is either the default, unnamed instance, or it is a named instance. When SQL…
.NET Framework 2.0 and 3.5 feature install fails on Windows 8.1
I tried to enable this feature on Windows ( as part of a SQL Server 2014 installation) - it failed. I tried downloading the redist executables separately - and installing.…