0%
Loading ...
  • SQL – How To Convert String To Datetime

    How To Convert String To Datetime http://www.sqlusa.com/bestpractices/datetimeconversion/

    Click or not…

  • Freeing Disk Space on C: Windows Server 2008

    Freeing Disk Space on C: Windows Server 2008 Deleting any files/folders from C:windowstemp and C:Users%UserName%AppDataLocalTemp Delete all EventViewer logs Save to another Disk if you want to keep them Remove any unused programs, e.g. Firefox Remove anything in C:inetpublogs Remove any file/folders C:WindowsSystem32LogFiles Remove any file/folders from C:Users%UserName%Downloads Remove any file/folders able to be removed…

    Click or not…

  • Windows Directory Statistics

    Windows Directory Statistics

    WinDirStat is a disk usage statistics viewer and cleanup tool for various versions of Microsoft Windows. Note: if you are looking for an alternative for Linux, you are looking for KDirStat (apt-get install kdirstat on Debian-derivatives) and for MacOS X it would be Disk Inventory X or GrandPerspective. Please visit the WinDirStat blog for more…

    Click or not…

  • Windows Installer Folder – Is it safe to delete

    Windows Installer Folder – Is it safe to delete Over time this folder can grow to over a Gigabyte or more in size. Some laptops that may only be a few years old could have relatively small hard drives and free drive space is at a premium. Here is a relatively simple solution to the…

    Click or not…

  • Holidays and Observances around the World

    Holidays and Observances around the World    http://www.officeholidays.com/index.php   http://www.timeanddate.com/holidays/

    Click or not…

  • PerformancePoint 2013 Dashboard Designer fails to start

    PerformancePoint 2013 Dashboard Designer fails to start Issue: After the SharePoint 2013 October 2013 cumulative update (CU) the PerformancePoint 2013 dashboard designer fails to start and gives error “Application cannot be started.  Contact the application vendor.”   Cause: The dashboard designer files were not signed correctly during the CU build process.   Workaround: **This issue has…

    Click or not…

  • How to Set Up Endpoints to a Virtual Machine

    How to Set Up Endpoints to a Virtual Machine http://azure.microsoft.com/en-us/documentation/articles/virtual-machines-set-up-endpoints/    

    Click or not…

  • SSAS Cubes, Excel and SharePoint

    SSAS Cubes, Excel and SharePoint http://workerthread.wordpress.com/2012/01/10/ssas-cubes-excel-and-sharepoint-keeping-contributors-happy/

    Click or not…

  • Acronims

    Acronims: BI: OLTP – Online Transaction processing OLAP – Online Analytical processing Hardware: PCMCIA – People can’t memorize computer industry Acronims

    Click or not…

  • Cleverness – WordPress To-Do List Plugin

    Download at WordPress.org This plugin provides users with a to-do list feature. You can configure the plugin to have private to-do lists for each user, to have all users share a to-do list, or to have a master list with individual completion of items. The shared to-do list has a variety of settings available. You…

    Click or not…

  • How to find Object ID by name at SQL Server

    How to find Object ID by name at SQL Server Example of how to find ID of tables at database according to tables name: SELECT * FROM   sys.columns WHERE  object_id = Object_id(’employees’)

    Click or not…

  • What is SSAS? Analytic services learning resources

    What is SSAS? Analytic services learning resources

    Microsoft SQL Server Analysis Services, SSAS, is an online analytical processing (OLAP) and data mining tool inMicrosoft SQL Server. SSAS is used as a tool by organizations to analyze and make sense of information possibly spread out across multiple databases, or in disparate tables or files. Microsoft has included a number of services in SQL…

    Click or not…

  • All about SQL

    All about SQL

      Here you will find all you need regarding MS SQL: During the following Scripts, the following Databases will be used: 1. ACDB 2. hr_script 3. Northwind 4. AdventureWorks 2012 5. AdventureWorks 20146. AdventureWorks_2017 SQL Basics: 01 – SELECT-ALIAS-DISTINCT 02 – WHERE – ORDER BY – TOP 03 – SCALAR_FUNCTIONS 04 – GROUP BY – HAVING 05 -…

    Click or not…

  • Instant SQL Formatter

    Instant SQL Formatter

      This site will format your code and add colors a according to your source compiler. Here is an example: http://www.dpriver.com/pp/sqlformat.htm  

    Click or not…

  • Multiplication Table – Stored Procedure

    ALTER PROCEDURE [dbo].[Mulsp] @Size INT AS BEGIN DECLARE @X INT=2 DECLARE @Y INT=1 BEGIN try DROP TABLE [dbo].[multable] END try BEGIN catch END catch CREATE TABLE [dbo].[multable] ( c1 INT ) –create the rows  DECLARE @CN NVARCHAR(max)=” DECLARE @TSql NVARCHAR(max) WHILE @x <= @Size BEGIN SELECT @cn = ‘c’ + Cast(@x AS NVARCHAR) PRINT @cn SET @TSql=‘alter table MulTable add ‘ + @cn + ‘ int’ PRINT @Tsql EXEC sys.Sp_sqlexec @Tsql SET @x=@x + 1 END –at this point build each line query  SET @X=1 DECLARE @EachLineQuery NVARCHAR(max) WHILE @Y <= @Size BEGIN SET @EachLineQuery=‘insert into MulTable values (‘ WHILE @x < @Size BEGIN SET @EachLineQuery=@EachLineQuery + Cast(@x*@y AS NVARCHAR) + ‘,’ SET @x=@x + 1 END SET @EachLineQuery=@EachLineQuery + Cast(@x*@y AS NVARCHAR) + ‘)’ EXEC sys.Sp_sqlexec @EachLineQuery PRINT @EachLineQuery SET @EachLineQuery=” SET @y=@y + 1 SET @x=1 END SELECT * FROM   multable END

    Click or not…

  • w3schools.com – The world’s largest web development site

    w3schools.com – The world’s largest web development site

    Offline version mediafire.com – w3schools.com.rar thecrazyprogrammer.com – w3schools-offline-version-download-full-website   HTML HTML TutorialHTML Tag Reference CSS CSS TutorialCSS Reference JavaScript JavaScript TutorialJavaScript Reference SQL SQL TutorialSQL Reference PHP PHP TutorialPHP Reference JQuery JQuery TutorialJQuery Reference http://www.w3schools.com

    Click or not…

  • Arena – Simulation software

    What Arena Does Business Process Modeling Few business decisions are straightforward. Changes in one area of your business impact other areas—often in ways not anticipated. Business process modeling software is an effective way to evaluate the full implications of business decisions before they are put into practice.   How It Works Discrete Event Simulation Discrete…

    Click or not…

  • GNU Octave is a high-level interpreted language

    GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also…

    Click or not…

  • JMP – Statistical discovery from SAS

    JMP is a business unit of SAS that produces interactive software for desktop statistical discovery. Pronounced “jump,” its name suggests a leap in interactivity, a move in a new direction. John Sall, SAS co-founder and Executive Vice President, created this dynamic software and remains its chief architect and leader of the JMP division. Introduced in…

    Click or not…

  • The R Project for Statistical Computing

    R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS. To download R , please choose your preferred CRAN mirror. If you have questions about R like how to download and install the software, or what the license terms are, please read…

    Click or not…

  • Statista – the Statistical Portal

    Statista is the world’s largest statistics portal. Providing you with access to relevant data from over 18,000 sources, our focus is firmly based on professional, clear, quick and consistent results. Our customized search query form provides you with a list of statistics, studies and reports relating to your search request within a matter of seconds…

    Click or not…

  • Unity – Learning sources

    Unity – Learning sources

    Tutors and more General info Comparison Tutors and more Tutorials 2D UFO Tutorial 3D Roll a ball Documentation Top free assets General info tep by Step  tutorials Roll a Ball Space Shooter Youtube – Brackeys https://www.youtube.com/user/Brackeys/playlists Unity3dstudent http://www.unity3dstudent.com/ The New Boston https://www.thenewboston.com/videos.php?cat=93&video=19923 Game Geek https://www.youtube.com/channel/UCb-a_DDn5pAJNUGSdSwonmg/videos   Comparison https://www.gamesparks.com/blog/game-engine-analysis-and-comparison/

    Click or not…

  • Temp table Local / Global

    — Create TEMP Table Local — Disappears when windows of query is closed.  CREATE TABLE #tmp_table  ( id   INT, NAME VARCHAR(20) ) SELECT 1      AS ID, ‘John’ AS NAME — Create And Insert Into Temp Table INSERT INTO #tmp_table SELECT * FROM   #tmp_table — Temp Table Global  CREATE TABLE ##tmp_global_table — Create TEMP Table   (      id   INT,      NAME VARCHAR(20)   ) INSERT INTO ##tmp_global_table VALUES      (1,’One’) SELECT * FROM   ##tmp_global_table 

    Click or not…

  • Dynamic SQL – Demo of EXEC and sp_executesql

      This demo s pretty self explained, you just copy and paste it into SQL Management studio: DECLARE @cmd NVARCHAR(30) = ‘SELECT * FROM Person.Address’ EXEC (@cmd) go — Using Dynamic SQL With Parameter DECLARE @cmd_param VARCHAR = 1 DECLARE @cmd VARCHAR(100) = N’Select * from employees where employeeid = ‘   + @cmd_param EXEC (@cmd) — DDL – Create Table DECLARE @cmd VARCHAR(100) SET @cmd = ‘Create table TBL (col1 int)’ EXEC (@cmd) SELECT * FROM   tbl; — DROP DROP TABLE tbl — sp_executesql — DECLARE @cmd NVARCHAR(100) SET @cmd = ‘SELECT * FROM Person.Address where AddressID = @1 and PostalCode = @2′ EXEC Sp_executesql   @cmd,   N’@1 int, @2 nvarchar(15)’,   1,   ‘98011’ go

    Click or not…

  • Install Sharepoint from A to Z

    The following guide is referring to the following system configuration: a. Windows Server 2012 datacenter. b. MS SQL server 2014 enterprise. c. Sharepoint 2010 enterprise. Let’s Start: 1. Setup and install Windows 2012 server Datacenter. 2. Install AD (Active Directory)  by adding a role to server. No special feature is needed except NN (click on next then…

    Click or not…

  • Enable Hyper-V on Windows 8

    Enable Hyper-V on Windows 8

    Enable Hyper-V on Windows 8 Note 1: it will work on windows 8 enterprise / Pro / Ultimate and etc. Note 2: You need to enable Hyper-V on bios. Step 1: Open Control Panel and select Program and Features:   Step 2: Click on “Turn Windows features on or off”:   Step 3: Check “Hyper-V”:…

    Click or not…

  • Can’t browse SDF files in Visual Studio 2013

    In Visual Studio 2013 you could double click a SDF database file within Solution Explorer and it would automatically open the database file and allow you to view the database tables, add tables, edit data etc. In Visual Studio 2013 this native support seems to have ‘fallen off’, double clicking an SDF file simply assumes it…

    Click or not…

  • Howto switch from Windows Server 2012 Standard Server to Windows Server 2012 Datacenter Server without having to reinstall

    open an administrative power shell session and pop your new key in using the dism tool dism /online /set-edition:ServerDatacenter /productkey:<Datacenter key, e.g. AAAAA-BBBBB-CCCCC-DDDDD-EEEEE> /AcceptEula http://community.spiceworks.com/how_to/show/30293-howto-switch-from-windows-server-2012-standard-server-to-windows-server-2012-datacenter-server-without-having-to-reinstall  

    Click or not…

  • Microsoft® SQL Server® 2014 Feature Pack – ADOMD .net 2014

    Microsoft® SQL Server® 2014 Feature Pack An ADOMD .net is required for Sharepoint in order to activate Performance Point service which is required for Dashboard designer. Please download ADOMD from the following link for SQL server 2014: http://www.microsoft.com/en-ie/download/details.aspx?id=42295 The Microsoft SQL Server 2014 Feature Pack is a collection of stand-alone packages which provide additional value…

    Click or not…