FEATURED How do you run multiple instances of Microsoft Teams? Ralph Willgoss, December 22, 2020 Microsoft Teams Remote Sometimes you may need to be run two or more instances of Microsoft Teams, as you have multiple accounts that you need to be logged into at the same time. I found various solutions but they all fell short for me.The hybrid nature of the solutions, where you run an instance of the Teams app and an instance of Teams in a browser - means you miss out on the video features, which is the main reason I use teams.Continued on: https://ralphwillgoss.githu... ... Read More Share How do you run multiple instances of Microsoft Teams? 0 0 0 Microsoft Teams Remote
MOST POPULAR Benefits of Apple Cider Vinegar Aman Garg, December 8, 2020 Health GERD REFLUX Headache Learn about the benefits of Apple Cider Vinegar and how it can help in your daily life.http://amangarg.com/?p=20 ... Read More Share Benefits of Apple Cider Vinegar 0 0 0 Health GERD REFLUX Headache
HOT TOPIC Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance ... Read More Share Shaking down the Raspberry Pi 400 0 0 0 HOT TOPIC Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.bl... Please check us out over there ... Read More Share Blog is Moving 0 0 0 HOT TOPIC Pop!_OS Linux 20.10: Review Jeremy Morgan, November 15, 2020 Linux PopOS So one of my favorite Linux distributions, Pop!_OS, has released a new version, 20.10, and I’ve been ... Read More Share Pop!_OS Linux 20.10: Review 0 0 0 Linux PopOS
HOT TOPIC Shaking down the Raspberry Pi 400 Jeremy Morgan, December 2, 2020 I recently got my hands on the Raspberry Pi 400, the "$70 desktop PC," and I have now had the chance ... Read More Share Shaking down the Raspberry Pi 400 0 0 0
HOT TOPIC Blog is Moving Patrick Liekhus, November 21, 2020 This blog is moving over to https://sitecore-liekhus.bl... Please check us out over there ... Read More Share Blog is Moving 0 0 0
HOT TOPIC Pop!_OS Linux 20.10: Review Jeremy Morgan, November 15, 2020 Linux PopOS So one of my favorite Linux distributions, Pop!_OS, has released a new version, 20.10, and I’ve been ... Read More Share Pop!_OS Linux 20.10: Review 0 0 0 Linux PopOS
MOST RECENT Essential Tools to find bugs... before they get to production Stackify sponsor Developers now have access to free and inexpensive developer tools that can help find and fix many common application problems. These new APM tools are now an essential part of every developer’s tool set. Show me the tools! Can't drag large MSG files into Outlook John Breakwell, July 4, 2018 Outlook I have a manual process where I :Drag emails from Outlook on PC1 to a shared folder, creating *.msg message filesDrag message files from shared folder to Outlook 2010 on PC2, creating emails.There's a ... Can't drag large MSG files into Outlook 0 0 0 Outlook Top Reasons Why Your Small Business Needs a Website Celin Smith, July 4, 2018 Business web developer web development Custom Web Development website small business Today’s world is an internet and mobile phones powered world. Now most of the businesses have online websites and a large number of people and customers access these websites not only from the desktops ... Top Reasons Why Your Small Business Needs a Website 0 0 0 Business web developer web development Custom Web Development website small business Ajax Post on iOS Safari not working? Its the cache! Eric Newton, June 26, 2018 ios safari post jQuery Not sure when this took effect, but a simple public facing web application we wrote using jQuery.ajax for doing our form posts nicely started not working on iOS devices. The reports came in occasionally, ... Ajax Post on iOS Safari not working? Its the cache! 1 0 0 ios safari post jQuery BizTalk jobs on SkyHive Leonid Ganeline, June 26, 2018 Machine Learning SkyHive It was a long road on the BizTalk mountains and rivers. Now I am doing Machine Learning in the SkyHive. This is a startup which makes very interesting things in the job search.We are in the Beta now and ... BizTalk jobs on SkyHive 1 0 0 Machine Learning SkyHive Introduction to datatype in csharp Anirudha, June 16, 2018 Visual studio c# programming Introduction to datatype in csharp 1 0 0 Visual studio c# programming SQL Server: How do I get the size of a database? Paula DiTallo, June 15, 2018 Practical Answers SQL sqlserver use [databaseName]goSELECT database_name = DB_NAME(database_id) , log_size_mb = CAST(SUM(CASE WHEN type_desc = 'LOG' THEN size END) * 8. / 1024 AS DECIMAL(8,2)) , row_size_mb = CAST(SUM(CASE WHEN type_desc ... SQL Server: How do I get the size of a database? 0 0 0 Practical Answers SQL sqlserver How to use C# Interactive window in Visual Studio Anirudha, June 13, 2018 Visual studio c# How to use C# Interactive window in Visual Studio 0 0 0 Visual studio c# Learn Array in C# Anirudha, June 12, 2018 array c# programming debugging Learn Array in C# 1 0 0 array c# programming debugging Introduction to CSS, Learn how to get started with CSS. Anirudha, June 12, 2018 Visual studio css chrome-dev-tool html css3 html5 xhtml Introduction to CSS, Learn how to get started with CSS. 0 0 0 Visual studio css chrome-dev-tool html css3 html5 xhtml Top 6 Java Web Development frameworks for mobile apps Celin Smith, June 11, 2018 java developer java development Java Web Development java framework JS framework Java is certainly a mainstream programming language which is an essential part of the most famous Android app development. It is the most popular programming language used for Android app development like ... Top 6 Java Web Development frameworks for mobile apps 1 0 0 java developer java development Java Web Development java framework JS framework SQL Server: Find existing temp tables on a server. Paula DiTallo, May 24, 2018 Practical Answers sqlserver -- query the server to examine all the existing temp tablesselect name, object_name(object_id) As ObjName,* from tempdb.sys.objects where name like '#%' ... SQL Server: Find existing temp tables on a server. 0 0 0 Practical Answers sqlserver Top Reasons Why Your Business Needs a Mobile App in 2018 Celin Smith, May 18, 2018 iPhone App Development App Development mobile application android app android app developer mobile developer mobile app mobile application development app developer If you are running a business and your business still does not have a mobile app then you need to get one fast. Nowadays having an online presence through website is no longer sufficient, as online activity ... Top Reasons Why Your Business Needs a Mobile App in 2018 1 0 0 iPhone App Development App Development mobile application android app android app developer mobile developer mobile app mobile application development app developer SQL Server: How do look at the dataypes/lengths of columns in a temp table? Paula DiTallo, May 17, 2018 Practical Answers SQL sqlserver SQL Snippet To view that information, there are 2 primary ways:select * from tempdb.INFORMATION_SCHEMA.C... where table_name like '#MyTempTable%'select * from tempdb.sys.columns where object_id = object_id('tempdb..#mytempt... ... SQL Server: How do look at the dataypes/lengths of columns in a temp table? 0 0 0 Practical Answers SQL sqlserver SQL Snippet Simple Image Manipulation - Brightness Humprey Cogay, SQLWanderer, May 16, 2018 HTML5 JavaScript Image Manipulation Last time I played with played with Pixels - Color Effect with HTML5 and JShttp://geekswithblogs.net... this short post, let's go back to basics. Let us try ... Simple Image Manipulation - Brightness 0 0 2 HTML5 JavaScript Image Manipulation Playing with Pixels - Color Effect with HTML5 and JS Humprey Cogay, SQLWanderer, May 11, 2018 HTML5 JavaScript Effects Photography I've been playing with HTML5 and JS when I feel bored, and I love taking pictures. So Tried putting them together in this mini project <3 SOURCE CODE - https://jsfiddle.net/Humpre... ... Playing with Pixels - Color Effect with HTML5 and JS 0 0 2 HTML5 JavaScript Effects Photography SQL SERVER: How do I find all the tables that have had an update in a database? Paula DiTallo, May 9, 2018 Practical Answers SQL sqlserver This query will bring back the last user update to every table in the database you're connected to.use [dbname]goSELECT last_user_update, t.name FROM sys.dm_db_index_usage_stats us JOIN sys.tables t ON ... SQL SERVER: How do I find all the tables that have had an update in a database? 0 0 0 Practical Answers SQL sqlserver Visual Studio Code - On Mac Talking to SQL Server Richard Jones, May 7, 2018 So, this has taken a whileOnly tonights install of Visual Studio Code update (aka after Build Keynote???)... I can finally run SQL Server queries from Visual Studio Code on my Mac. I followed this guide ... Visual Studio Code - On Mac Talking to SQL Server 1 0 0 Cloud Friday Nashville–May 2018 Kelly Jones, May 5, 2018 Office 365 / SharePoint 2013 I had the good fortune to attend, and speak at, Cloud Friday Nashville on May 4th, 2018. It was a great event and I hope to attend next year as well. Here’s my presentation: How Atrium Health Implemented ... Cloud Friday Nashville–May 2018 0 0 0 Office 365 / SharePoint 2013 Power BI Presenting JSON data from SQL 2014 Table Kevin Shyr, May 4, 2018 PowerBI JSON SQL 2016 or later and SQL Azure both support JSON function in native SQL. However, people using SQL 2014 or below are out of luck.However, if we just need a quick report, PowerBI can provide that functionality. ... Power BI Presenting JSON data from SQL 2014 Table 1 0 0 PowerBI JSON SQL Remove Duplicates without Using Temp Table or Modifying Existing Table Kevin Shyr, May 4, 2018 Microsoft SQL - T-SQL Microsoft SQL - DBA work Up until now, the way I understood to "fix" a table with duplicate data and no primary key or unique key is either:Modify the existing table, add a column and populate with unique key data, then delete ... SQL Remove Duplicates without Using Temp Table or Modifying Existing Table 0 0 0 Microsoft SQL - T-SQL Microsoft SQL - DBA work oData and Big Floats Richard Jones, May 1, 2018 Today, I made an interesting discovery.I’m synchronising data to Microsoft NAV, from an iOS app, using oData.My iOS app, makes JSON requests to pull/push records in and out of NAV.Todays discovery was ... oData and Big Floats 0 0 0 How to deploy the dialogflow bot to Facebook app. Anirudha, April 30, 2018 read my article on linkedin, How to deploy the dialogflow bot to Facebook app. 0 0 0 Google to Launch new Gmail Design Help Of Custom Web Development Celin Smith, April 25, 2018 web developer web development Google website development custom website development website design Recently Google has sent an email to its G Suite Customers to tell them that the company has been working since long to launch a brand new version of Gmail for the web. Other than a fresh design, Gmail ... Google to Launch new Gmail Design Help Of Custom Web Development 0 0 0 web developer web development Google website development custom website development website design postincrement and preincrement in c# Anirudha, April 21, 2018 Today I was working in C# and I write a code like this. Read more ... postincrement and preincrement in c# 0 0 0 Scikit Learn Quickref for Machine Learning JoshReuben, April 21, 2018 Artificial Intelligence Python Scikit LearnScikit-learn ( http://scikit-learn.org ) is a free software Machine Learning lib for the Python programming language. It features various classification, regression and clustering algorithms ... Scikit Learn Quickref for Machine Learning 0 0 3 Artificial Intelligence Python How to check crash issue in C# apps ? Anirudha, April 18, 2018 Recently I was working on a C# application. Suddenly someone asks “Are you able to remove all the dll in bin folder”. read more ... How to check crash issue in C# apps ? 0 0 0 Trane XE70 furnace wont start Ken Hortsch, April 13, 2018 I have a 20 year old Trane XE70 that is still going strong. But it has needed parts and they are easy to replace. 1) if you turn on the power and it cycles through you should see a glow of the ignitor. ... Trane XE70 furnace wont start 0 0 0 All you need to know about Android Wear SDK and Emulator Celin Smith, April 13, 2018 App Development android app android app developer android application Android Wear android development People are always on the lookout of new features and updates related to the most advanced devices, especially by the giant industry leaders like Android and Apple Inc. as well. In this write up, we will ... All you need to know about Android Wear SDK and Emulator 0 0 1 App Development android app android app developer android application Android Wear android development Evolution of the World Wide Web From Web 1.0 to Web 5.0 Celin Smith, April 9, 2018 web developer www world wide web web development web application WWW (The World Wide Web) “www” stands for the World Wide Web which is a part of the internet. It links and connects documents and websites together which can be searched on web browsers like Google Chrome ... Evolution of the World Wide Web From Web 1.0 to Web 5.0 0 0 1 web developer www world wide web web development web application Time To Reboot Tim Murphy, April 5, 2018 Misc It has been nearly six months since I blogged last. Thankfully this means I have been busy working on client projects. It is a new year and just back from spring break so I think it is time to start digging ... Time To Reboot 0 0 0 Misc Windows to Go With the Spyrus USB Drive Jeremy Morgan, April 5, 2018 DevOps Windows Windows Server What we need is a good bootable live USB stick for Windows. I've said this many times over the years, and hacked together things to make that very thing happen, but nothing that worked really well. So ... Windows to Go With the Spyrus USB Drive 0 0 7 DevOps Windows Windows Server How to implement AMP on your website. Anirudha, March 25, 2018 Recently I used AMP on one of my website. The site was already live and I need to implement the AMP functionality on the website. In your post page you define a amphtml tag which have url of the amp page. ... How to implement AMP on your website. 0 0 0 Benefits of customized .NET Application Development Celin Smith, March 20, 2018 .NET development Programming .net asp.net Websites are the most desired tools of promotion for every brand and company that wants to reach more audience and increase the potential of the lead generation. Well, there are many options to choose ... Benefits of customized .NET Application Development 1 0 0 .NET development Programming .net asp.net Which Distribution of Linux Should I Use? Jeremy Morgan, March 13, 2018 Linux Server Virtualization Virtual Box Linux Debian I'm often asked this question: "hey, you're a Linux guy right? What Linux should I use? I have this friend who recommends _____ and I want to know what you think?" I usually reply with the same question: ... Which Distribution of Linux Should I Use? 0 0 3 Linux Server Virtualization Virtual Box Linux Debian How to open URL in browser in C# ? Anirudha, March 10, 2018 In C# sometime we need to open URL in browser, for opening we can use following code.Read more How to open URL in browser in C# ? 0 0 0 SQL Server: How do I pull the ASCII value for each character in a column name? Paula DiTallo, February 27, 2018 SQL sqlserver data Practical Answers SQL Snippet This is a handy script to cycle through every character in a column to determine what each ascii value is. This is especially useful when a string match isn't matching. Often times, there is a hidden space, ... SQL Server: How do I pull the ASCII value for each character in a column name? 0 0 1 SQL sqlserver data Practical Answers SQL Snippet Common Code Smells Jeremy Morgan, February 27, 2018 Object Oriented Programming Programming design C# design patterns You may have heard the term "code smells" lately, it seems its being talked about frequently again. In this short post I'll explain what they are, and a few of them you may run across. What is a Code Smell? ... Common Code Smells 0 0 0 Object Oriented Programming Programming design C# design patterns 7 Essential Principles to know: iPhone App Development Celin Smith, February 26, 2018 iphone iPhone App Development iOS App Development App Development mobile application apple apps iPhones are definitely the most demanded smartphones with their unique features and dynamic UI /UX makes every iPhone user go in awe. Thanks to the amazing features of the iPhone coupled with awesome apps ... 7 Essential Principles to know: iPhone App Development 0 0 4 iphone iPhone App Development iOS App Development App Development mobile application apple apps My Latest Virtualization Setup Jeremy Morgan, February 20, 2018 Development Docker Linux Server Virtualization Virtual Box Linux Like many geeks of the time I spent the 90s and 2000s with at least 2 or 3 old computers in a closet, connected by a switch running various operating systems with various services running on them. Giant, ... My Latest Virtualization Setup 0 0 7 Development Docker Linux Server Virtualization Virtual Box Linux Free Book Chapter Joe Mayo, February 18, 2018 Here’s a free chapter from Programming the Microsoft Bot Framework, "Fine-Tuning Your Chatbot": http://bit.ly/2BJNcsZ @JoeMayo ... Free Book Chapter 0 0 0 DAX Studio 2.7.2 Released Darren Gosbell, February 13, 2018 The lastest update for DAX Studio is now live at http://daxstudio.org This release includes a number of small enhancements and fixes including the following:Enhancement: Allowing "Unlimited" Dataset sizes ... DAX Studio 2.7.2 Released 0 0 0 Load Testing Your IIS Web Server Jeremy Morgan, February 11, 2018 DevOps IIS System Administration IIS Adminstration IIS 7 IIS 8 All the theory, calculations, and estimations in the world aren’t going to tell you how your website will truly perform under a load. If you’re deploying a new server or doing any kind of performance enhancements, ... Load Testing Your IIS Web Server 0 0 10 DevOps IIS System Administration IIS Adminstration IIS 7 IIS 8 DAX Studio recent Win7 SP1 crashes Darren Gosbell, February 6, 2018 DAX Studio We've just found out that a recent security update to the .Net framework in January 2018 for Windows 7 SP1 has been causing crashes in DAX Studio when accessing the File menu. Unfortunately this issue ... DAX Studio recent Win7 SP1 crashes 0 0 0 DAX Studio C# Collection part 2 Anirudha, February 4, 2018 C# Collection part 2 0 0 0 Learn C# Collection part 1 Anirudha, February 4, 2018 Learn C# Collection part 1 0 0 0 SQL Server: Moving DATA and LOG file to different location Vaibhav Gaikwad, February 1, 2018 SQL Server The default location of the "data" and "log" files for SQL Server database is "C:\Program Files\Microsoft SQL Server\MSSQL13.SQL2016\MSSQ... for version 2016 unless it is set differently during the ... SQL Server: Moving DATA and LOG file to different location 0 0 11 SQL Server Unit Test for EF LINQ queries using Mocked DbSet Renso, January 30, 2018 C# LINQ Entity Framework Mock Inject Goal: Create a unit test for a EF repository query. As we all know unit tests are infrastructure agnostic and therefore have no kowledge of for example external services, databases, etc. So how can we ... Unit Test for EF LINQ queries using Mocked DbSet 0 0 1 C# LINQ Entity Framework Mock Inject Having trouble using GitHub with BI projects Kevin Shyr, January 26, 2018 SQL SSIS GitHub SSDT Visual Studio I had existing solution built. I've attached a screenshot of local repository folder structure.So to get started in GitHub, I created a company repository called "DataServices", and uploaded the entire ... Having trouble using GitHub with BI projects 0 0 1 SQL SSIS GitHub SSDT Visual Studio C# Local Function Anirudha, January 25, 2018 static void Main(string[] args) { int Sum(int x, int y) { return x + y; } int res = 5 + 2; Console.WriteLine(res); }This is a 5 line code to show how Local method works in C# ... C# Local Function 0 0 0 ICYMI: Programming the Microsoft Bot Framework Joe Mayo, January 10, 2018 My latest book, Programming the Microsoft Bot Framework: A Multiplatform Approach to Building Chatbots, is now available. You can find more details on the Microsoft Press site. @JoeMayo ... ICYMI: Programming the Microsoft Bot Framework 0 0 0 Page: 1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20
Essential Tools to find bugs... before they get to production Stackify sponsor Developers now have access to free and inexpensive developer tools that can help find and fix many common application problems. These new APM tools are now an essential part of every developer’s tool set. Show me the tools!
Can't drag large MSG files into Outlook John Breakwell, July 4, 2018 Outlook I have a manual process where I :Drag emails from Outlook on PC1 to a shared folder, creating *.msg message filesDrag message files from shared folder to Outlook 2010 on PC2, creating emails.There's a ... Can't drag large MSG files into Outlook 0 0 0 Outlook
Top Reasons Why Your Small Business Needs a Website Celin Smith, July 4, 2018 Business web developer web development Custom Web Development website small business Today’s world is an internet and mobile phones powered world. Now most of the businesses have online websites and a large number of people and customers access these websites not only from the desktops ... Top Reasons Why Your Small Business Needs a Website 0 0 0 Business web developer web development Custom Web Development website small business
Ajax Post on iOS Safari not working? Its the cache! Eric Newton, June 26, 2018 ios safari post jQuery Not sure when this took effect, but a simple public facing web application we wrote using jQuery.ajax for doing our form posts nicely started not working on iOS devices. The reports came in occasionally, ... Ajax Post on iOS Safari not working? Its the cache! 1 0 0 ios safari post jQuery
BizTalk jobs on SkyHive Leonid Ganeline, June 26, 2018 Machine Learning SkyHive It was a long road on the BizTalk mountains and rivers. Now I am doing Machine Learning in the SkyHive. This is a startup which makes very interesting things in the job search.We are in the Beta now and ... BizTalk jobs on SkyHive 1 0 0 Machine Learning SkyHive
Introduction to datatype in csharp Anirudha, June 16, 2018 Visual studio c# programming Introduction to datatype in csharp 1 0 0 Visual studio c# programming
SQL Server: How do I get the size of a database? Paula DiTallo, June 15, 2018 Practical Answers SQL sqlserver use [databaseName]goSELECT database_name = DB_NAME(database_id) , log_size_mb = CAST(SUM(CASE WHEN type_desc = 'LOG' THEN size END) * 8. / 1024 AS DECIMAL(8,2)) , row_size_mb = CAST(SUM(CASE WHEN type_desc ... SQL Server: How do I get the size of a database? 0 0 0 Practical Answers SQL sqlserver
How to use C# Interactive window in Visual Studio Anirudha, June 13, 2018 Visual studio c# How to use C# Interactive window in Visual Studio 0 0 0 Visual studio c#
Learn Array in C# Anirudha, June 12, 2018 array c# programming debugging Learn Array in C# 1 0 0 array c# programming debugging
Introduction to CSS, Learn how to get started with CSS. Anirudha, June 12, 2018 Visual studio css chrome-dev-tool html css3 html5 xhtml Introduction to CSS, Learn how to get started with CSS. 0 0 0 Visual studio css chrome-dev-tool html css3 html5 xhtml
Top 6 Java Web Development frameworks for mobile apps Celin Smith, June 11, 2018 java developer java development Java Web Development java framework JS framework Java is certainly a mainstream programming language which is an essential part of the most famous Android app development. It is the most popular programming language used for Android app development like ... Top 6 Java Web Development frameworks for mobile apps 1 0 0 java developer java development Java Web Development java framework JS framework
SQL Server: Find existing temp tables on a server. Paula DiTallo, May 24, 2018 Practical Answers sqlserver -- query the server to examine all the existing temp tablesselect name, object_name(object_id) As ObjName,* from tempdb.sys.objects where name like '#%' ... SQL Server: Find existing temp tables on a server. 0 0 0 Practical Answers sqlserver
Top Reasons Why Your Business Needs a Mobile App in 2018 Celin Smith, May 18, 2018 iPhone App Development App Development mobile application android app android app developer mobile developer mobile app mobile application development app developer If you are running a business and your business still does not have a mobile app then you need to get one fast. Nowadays having an online presence through website is no longer sufficient, as online activity ... Top Reasons Why Your Business Needs a Mobile App in 2018 1 0 0 iPhone App Development App Development mobile application android app android app developer mobile developer mobile app mobile application development app developer
SQL Server: How do look at the dataypes/lengths of columns in a temp table? Paula DiTallo, May 17, 2018 Practical Answers SQL sqlserver SQL Snippet To view that information, there are 2 primary ways:select * from tempdb.INFORMATION_SCHEMA.C... where table_name like '#MyTempTable%'select * from tempdb.sys.columns where object_id = object_id('tempdb..#mytempt... ... SQL Server: How do look at the dataypes/lengths of columns in a temp table? 0 0 0 Practical Answers SQL sqlserver SQL Snippet
Simple Image Manipulation - Brightness Humprey Cogay, SQLWanderer, May 16, 2018 HTML5 JavaScript Image Manipulation Last time I played with played with Pixels - Color Effect with HTML5 and JShttp://geekswithblogs.net... this short post, let's go back to basics. Let us try ... Simple Image Manipulation - Brightness 0 0 2 HTML5 JavaScript Image Manipulation
Playing with Pixels - Color Effect with HTML5 and JS Humprey Cogay, SQLWanderer, May 11, 2018 HTML5 JavaScript Effects Photography I've been playing with HTML5 and JS when I feel bored, and I love taking pictures. So Tried putting them together in this mini project <3 SOURCE CODE - https://jsfiddle.net/Humpre... ... Playing with Pixels - Color Effect with HTML5 and JS 0 0 2 HTML5 JavaScript Effects Photography
SQL SERVER: How do I find all the tables that have had an update in a database? Paula DiTallo, May 9, 2018 Practical Answers SQL sqlserver This query will bring back the last user update to every table in the database you're connected to.use [dbname]goSELECT last_user_update, t.name FROM sys.dm_db_index_usage_stats us JOIN sys.tables t ON ... SQL SERVER: How do I find all the tables that have had an update in a database? 0 0 0 Practical Answers SQL sqlserver
Visual Studio Code - On Mac Talking to SQL Server Richard Jones, May 7, 2018 So, this has taken a whileOnly tonights install of Visual Studio Code update (aka after Build Keynote???)... I can finally run SQL Server queries from Visual Studio Code on my Mac. I followed this guide ... Visual Studio Code - On Mac Talking to SQL Server 1 0 0
Cloud Friday Nashville–May 2018 Kelly Jones, May 5, 2018 Office 365 / SharePoint 2013 I had the good fortune to attend, and speak at, Cloud Friday Nashville on May 4th, 2018. It was a great event and I hope to attend next year as well. Here’s my presentation: How Atrium Health Implemented ... Cloud Friday Nashville–May 2018 0 0 0 Office 365 / SharePoint 2013
Power BI Presenting JSON data from SQL 2014 Table Kevin Shyr, May 4, 2018 PowerBI JSON SQL 2016 or later and SQL Azure both support JSON function in native SQL. However, people using SQL 2014 or below are out of luck.However, if we just need a quick report, PowerBI can provide that functionality. ... Power BI Presenting JSON data from SQL 2014 Table 1 0 0 PowerBI JSON
SQL Remove Duplicates without Using Temp Table or Modifying Existing Table Kevin Shyr, May 4, 2018 Microsoft SQL - T-SQL Microsoft SQL - DBA work Up until now, the way I understood to "fix" a table with duplicate data and no primary key or unique key is either:Modify the existing table, add a column and populate with unique key data, then delete ... SQL Remove Duplicates without Using Temp Table or Modifying Existing Table 0 0 0 Microsoft SQL - T-SQL Microsoft SQL - DBA work
oData and Big Floats Richard Jones, May 1, 2018 Today, I made an interesting discovery.I’m synchronising data to Microsoft NAV, from an iOS app, using oData.My iOS app, makes JSON requests to pull/push records in and out of NAV.Todays discovery was ... oData and Big Floats 0 0 0
How to deploy the dialogflow bot to Facebook app. Anirudha, April 30, 2018 read my article on linkedin, How to deploy the dialogflow bot to Facebook app. 0 0 0
Google to Launch new Gmail Design Help Of Custom Web Development Celin Smith, April 25, 2018 web developer web development Google website development custom website development website design Recently Google has sent an email to its G Suite Customers to tell them that the company has been working since long to launch a brand new version of Gmail for the web. Other than a fresh design, Gmail ... Google to Launch new Gmail Design Help Of Custom Web Development 0 0 0 web developer web development Google website development custom website development website design
postincrement and preincrement in c# Anirudha, April 21, 2018 Today I was working in C# and I write a code like this. Read more ... postincrement and preincrement in c# 0 0 0
Scikit Learn Quickref for Machine Learning JoshReuben, April 21, 2018 Artificial Intelligence Python Scikit LearnScikit-learn ( http://scikit-learn.org ) is a free software Machine Learning lib for the Python programming language. It features various classification, regression and clustering algorithms ... Scikit Learn Quickref for Machine Learning 0 0 3 Artificial Intelligence Python
How to check crash issue in C# apps ? Anirudha, April 18, 2018 Recently I was working on a C# application. Suddenly someone asks “Are you able to remove all the dll in bin folder”. read more ... How to check crash issue in C# apps ? 0 0 0
Trane XE70 furnace wont start Ken Hortsch, April 13, 2018 I have a 20 year old Trane XE70 that is still going strong. But it has needed parts and they are easy to replace. 1) if you turn on the power and it cycles through you should see a glow of the ignitor. ... Trane XE70 furnace wont start 0 0 0
All you need to know about Android Wear SDK and Emulator Celin Smith, April 13, 2018 App Development android app android app developer android application Android Wear android development People are always on the lookout of new features and updates related to the most advanced devices, especially by the giant industry leaders like Android and Apple Inc. as well. In this write up, we will ... All you need to know about Android Wear SDK and Emulator 0 0 1 App Development android app android app developer android application Android Wear android development
Evolution of the World Wide Web From Web 1.0 to Web 5.0 Celin Smith, April 9, 2018 web developer www world wide web web development web application WWW (The World Wide Web) “www” stands for the World Wide Web which is a part of the internet. It links and connects documents and websites together which can be searched on web browsers like Google Chrome ... Evolution of the World Wide Web From Web 1.0 to Web 5.0 0 0 1 web developer www world wide web web development web application
Time To Reboot Tim Murphy, April 5, 2018 Misc It has been nearly six months since I blogged last. Thankfully this means I have been busy working on client projects. It is a new year and just back from spring break so I think it is time to start digging ... Time To Reboot 0 0 0 Misc
Windows to Go With the Spyrus USB Drive Jeremy Morgan, April 5, 2018 DevOps Windows Windows Server What we need is a good bootable live USB stick for Windows. I've said this many times over the years, and hacked together things to make that very thing happen, but nothing that worked really well. So ... Windows to Go With the Spyrus USB Drive 0 0 7 DevOps Windows Windows Server
How to implement AMP on your website. Anirudha, March 25, 2018 Recently I used AMP on one of my website. The site was already live and I need to implement the AMP functionality on the website. In your post page you define a amphtml tag which have url of the amp page. ... How to implement AMP on your website. 0 0 0
Benefits of customized .NET Application Development Celin Smith, March 20, 2018 .NET development Programming .net asp.net Websites are the most desired tools of promotion for every brand and company that wants to reach more audience and increase the potential of the lead generation. Well, there are many options to choose ... Benefits of customized .NET Application Development 1 0 0 .NET development Programming .net asp.net
Which Distribution of Linux Should I Use? Jeremy Morgan, March 13, 2018 Linux Server Virtualization Virtual Box Linux Debian I'm often asked this question: "hey, you're a Linux guy right? What Linux should I use? I have this friend who recommends _____ and I want to know what you think?" I usually reply with the same question: ... Which Distribution of Linux Should I Use? 0 0 3 Linux Server Virtualization Virtual Box Linux Debian
How to open URL in browser in C# ? Anirudha, March 10, 2018 In C# sometime we need to open URL in browser, for opening we can use following code.Read more How to open URL in browser in C# ? 0 0 0
SQL Server: How do I pull the ASCII value for each character in a column name? Paula DiTallo, February 27, 2018 SQL sqlserver data Practical Answers SQL Snippet This is a handy script to cycle through every character in a column to determine what each ascii value is. This is especially useful when a string match isn't matching. Often times, there is a hidden space, ... SQL Server: How do I pull the ASCII value for each character in a column name? 0 0 1 SQL sqlserver data Practical Answers SQL Snippet
Common Code Smells Jeremy Morgan, February 27, 2018 Object Oriented Programming Programming design C# design patterns You may have heard the term "code smells" lately, it seems its being talked about frequently again. In this short post I'll explain what they are, and a few of them you may run across. What is a Code Smell? ... Common Code Smells 0 0 0 Object Oriented Programming Programming design C# design patterns
7 Essential Principles to know: iPhone App Development Celin Smith, February 26, 2018 iphone iPhone App Development iOS App Development App Development mobile application apple apps iPhones are definitely the most demanded smartphones with their unique features and dynamic UI /UX makes every iPhone user go in awe. Thanks to the amazing features of the iPhone coupled with awesome apps ... 7 Essential Principles to know: iPhone App Development 0 0 4 iphone iPhone App Development iOS App Development App Development mobile application apple apps
My Latest Virtualization Setup Jeremy Morgan, February 20, 2018 Development Docker Linux Server Virtualization Virtual Box Linux Like many geeks of the time I spent the 90s and 2000s with at least 2 or 3 old computers in a closet, connected by a switch running various operating systems with various services running on them. Giant, ... My Latest Virtualization Setup 0 0 7 Development Docker Linux Server Virtualization Virtual Box Linux
Free Book Chapter Joe Mayo, February 18, 2018 Here’s a free chapter from Programming the Microsoft Bot Framework, "Fine-Tuning Your Chatbot": http://bit.ly/2BJNcsZ @JoeMayo ... Free Book Chapter 0 0 0
DAX Studio 2.7.2 Released Darren Gosbell, February 13, 2018 The lastest update for DAX Studio is now live at http://daxstudio.org This release includes a number of small enhancements and fixes including the following:Enhancement: Allowing "Unlimited" Dataset sizes ... DAX Studio 2.7.2 Released 0 0 0
Load Testing Your IIS Web Server Jeremy Morgan, February 11, 2018 DevOps IIS System Administration IIS Adminstration IIS 7 IIS 8 All the theory, calculations, and estimations in the world aren’t going to tell you how your website will truly perform under a load. If you’re deploying a new server or doing any kind of performance enhancements, ... Load Testing Your IIS Web Server 0 0 10 DevOps IIS System Administration IIS Adminstration IIS 7 IIS 8
DAX Studio recent Win7 SP1 crashes Darren Gosbell, February 6, 2018 DAX Studio We've just found out that a recent security update to the .Net framework in January 2018 for Windows 7 SP1 has been causing crashes in DAX Studio when accessing the File menu. Unfortunately this issue ... DAX Studio recent Win7 SP1 crashes 0 0 0 DAX Studio
SQL Server: Moving DATA and LOG file to different location Vaibhav Gaikwad, February 1, 2018 SQL Server The default location of the "data" and "log" files for SQL Server database is "C:\Program Files\Microsoft SQL Server\MSSQL13.SQL2016\MSSQ... for version 2016 unless it is set differently during the ... SQL Server: Moving DATA and LOG file to different location 0 0 11 SQL Server
Unit Test for EF LINQ queries using Mocked DbSet Renso, January 30, 2018 C# LINQ Entity Framework Mock Inject Goal: Create a unit test for a EF repository query. As we all know unit tests are infrastructure agnostic and therefore have no kowledge of for example external services, databases, etc. So how can we ... Unit Test for EF LINQ queries using Mocked DbSet 0 0 1 C# LINQ Entity Framework Mock Inject
Having trouble using GitHub with BI projects Kevin Shyr, January 26, 2018 SQL SSIS GitHub SSDT Visual Studio I had existing solution built. I've attached a screenshot of local repository folder structure.So to get started in GitHub, I created a company repository called "DataServices", and uploaded the entire ... Having trouble using GitHub with BI projects 0 0 1 SQL SSIS GitHub SSDT Visual Studio
C# Local Function Anirudha, January 25, 2018 static void Main(string[] args) { int Sum(int x, int y) { return x + y; } int res = 5 + 2; Console.WriteLine(res); }This is a 5 line code to show how Local method works in C# ... C# Local Function 0 0 0
ICYMI: Programming the Microsoft Bot Framework Joe Mayo, January 10, 2018 My latest book, Programming the Microsoft Bot Framework: A Multiplatform Approach to Building Chatbots, is now available. You can find more details on the Microsoft Press site. @JoeMayo ... ICYMI: Programming the Microsoft Bot Framework 0 0 0