schottsql.blogspot.com
Schott SQL: October 2013
http://schottsql.blogspot.com/2013_10_01_archive.html
Tuesday, October 22, 2013. Posted by Peter Schott. Links to this post. SSDT: Adding Logins for “Execute As”. We recently encountered an issue requiring us to use “Execute As” syntax in some of our stored procedures. Of course, we have multiple environments which all have different permission definitions so this would cause a bit of an issue. In this case, the login itself is standard in all of our environments, but we don’t define those within the project for the most part. Element Type="SqlLogin" Name="...
schottsql.blogspot.com
Schott SQL: September 2014
http://schottsql.blogspot.com/2014_09_01_archive.html
Friday, September 26, 2014. I attended Varigence’s BIML Workshop last year prior to the PASS conference and got to learn a little BIML while seeing what it can do. Recently, I realized that I had a job to do that required applying the same SSIS ETL to several different sets of tables in our system. I figured this would be a great time to put some of that BIML into use. To get started, you’ll need either the BIDS Helper. Add-on or a copy of Varigence’s Mist. Andy Leonard’s Stairway to BIML. David Stein ( b.
kazunposh.wordpress.com
Ноябрь | 2013 | Kazun
https://kazunposh.wordpress.com/2013/11
Archive for Ноябрь 2013. PowerShell V4 — Что нового? On Ноябрь 24, 2013 1 Comment. 1) Новый общий параметр PipelineVariable. Позволяет вам сохранять результаты переданной по конвейеру команды (или часть переданной по конвейеру команды) как переменную, которая может передаваться далее через конвейер. Список общих параметров в PowerShell 4.0. PS [Management.Automation.Internal.CommonParameters].GetProperties().Name. Формат(значение переменной без знака $):. PS Get-Service Where DependentServices. ProcName ...
kazunposh.wordpress.com
PowerShell V4 — Что нового? (Часть 1) | Kazun
https://kazunposh.wordpress.com/2013/11/11/powershell-v4-что-нового-часть-1
Laquo; NetSh vs NETTCPIP модуль на простой задаче. PowerShell V4 — Что нового? PowerShell V4 — Что нового? Ноябрь 11, 2013 Автор: Kazun. 1) Как установить PowerShell V4? NET Framework 4.5. В состав Windows 8.1 и Windows Server 2012,Windows Server 2012 R2 входит .NET Framework 4.5. Поэтому установка этого программного обеспечения в указанных операционных системах не требуется.) должен быть установлен перед установкой Windows Management Framework 4.0 (WMF). И может быть скачан по следующим ссылкам:. Window...
codeplex.com
CodePlex - andym1978
http://www.codeplex.com/site/users/view/andym1978
Project Hosting for Open Source Software. Member Since May 15, 2008. Last Visit July 20, 2016. No personal statement has been written. July 20, 2016 - Configuration Section Designer:. Posted to discussion: Validation of Xml Namespace in version 2.0.1.801 VS2015. NET Extensions Methods Library for C# and VB.NET (ASP.NET, MVC, SL, WPF, EF). A Cloud Storage Programming Interface - Store everything. Build Version Increment Add-In Visual Studio. EPPlus-Create advanced Excel spreadsheets on the server.
thinkinbig.org
The role of PowerShell in IT-aware Services and Applications - ThinkInBig
http://thinkinbig.org/2011/01/the-role-of-powershell-in-it-aware-services-and-applications
Skip to content →. Trying to understand how everything fits in . Thinking about Cloud Strategy. Running Social Media Campaigns with PowerShell. Spotting influencers and VIPs in LinkedIn with PowerShell – Part 2: “The Dark Side”. Spotting influencers and VIPs in LinkedIn with PowerShell – Part 1: “The How To”. 8220;Less is more” … Have we achieved it on this new release of the Framework? The latest Picks for Today! About 10 hours ago. About 12 hours ago. Garbage Collector ;-). Because the own business con...
blogs.blumetech.com
Blumetech's Tech Blog: Programs
http://blogs.blumetech.com/blumetechs-tech-blog/programs
Blumetech's Blog on all things technical for small and mid-sized businesses. SFTP File Automation for Blumetech Client. I just finished a small scripting project for one of Blumetech’s clients. It was a small project but shows how simple scripts can be used to automate many tasks around the office. The client wanted to. Upload files to an FTP server via SFTP. Wanted logging on all the uploads. Wanted success and failure email alerts. Uploads files to complysci FTP site. Created on Feb 14, 2012. Def send ...
schottsql.blogspot.com
Schott SQL: May 2013
http://schottsql.blogspot.com/2013_05_01_archive.html
Tuesday, May 14, 2013. SSDT: Setting Different Permissions per Environment. One of the areas that SSDT doesn't address adequately is permissions. Many users have different users, logins, and permissions set up across their environments, but SSDT takes a "one size fits all" approach and assumes that you will have the exact same configuration in each environment. While that should be the case for your schema, this area requires some interesting and somewhat involved techniques to handle well in SSDT. Creat...
jamescrowley.co.uk
DevOps | James Crowley
http://www.jamescrowley.co.uk/category/devops
Coding, fintech and startups. Talks & Slides. AppData location when running under System user account. February 24, 2014. As it took far too much Googling to find this, if you need to access the AppData folder for the System account, go here:. C: Windows System32 config systemprofile AppData Local. C: Windows SysWOW64 config systemprofile AppData Local. I hit this because we needed to clear the NuGet package cache for a TeamCity build agent which was running as a service under the System account. But wha...