All About Microsoft Azure Technology
” typeSpeed=”61″ startDelay=”0″ backSpeed=”40″ backDelay=”500″][typed string0=”
and More
” string1=”
and Beyond …
” typeSpeed=”61″ startDelay=”5000″ backSpeed=”40″ backDelay=”500″]
Recent Posts
List Heap Tables
Heap table are the tables which they don’t have any clustered index. : -- List all heap tables SELECT SCH.name + '.' + TBL.name AS TableName FROM sys.tables AS TBL INNER JOIN sys.schemas AS SCH ON TBL.schema_id = SCH.schema_id INNER JOIN sys.indexes AS IDX ON...
Check remaining days of Remote Desktop Services
By using the following command you can check the remaining days of RDS. Open CMD, and run the following command : wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !="") CALL GetGracePeriodDays
Storage Pools For SQL Server
By following the next steps you are able to create storage pools for a SQL Server installation. Storage Pool Best Practices Column Size = Number Of Disks In The Storage Pool, example 2 Disks = Column Size 2 Interleave = For OLTP Best is 256KB , For TSQL Best is 64K...
How to merge multiple vmdk’s into single vmdk
In order to merge split vmdk files into one, you need to use the vmware-vdiskmanager command. However, this is only available if you have VMware Fusion or VMware Workstation installed. VMware Player doesn’t have this. There is a utility which it can be downloaded...
