Author Archives: pfb_admin

Clone programming steps

— list products that might need to be programmed. SELECT name,revision, product_id FROM qs_products where name like ‘277000-200-%’ — list current programming steps select p.name,p.revision,steps.* from [dbo].[ACA_swprg_programming_steps] steps INNER JOIN qs_products p ON p.product_id = steps.mes_product_id — after updating the … Continue reading

Posted in SQL Server | Leave a comment

Populate NULL component_ids from related tables

Needed to populate a new column in one table from a semi-related existing table, based on a value in another related table. I do this once in a blue moon and needed a refresher. Thanks, Pinal Dave, for your post … Continue reading

Posted in SQL Server | Leave a comment

List of line endings

programmingScriptText += “\r\n”; //Windows style CRLF line ending. //programmingScriptText += “\n\r”; // Nobody does this. //programmingScriptText += With more blood flowing in and less flowing out, levitra generika Facts about levitra generika the arteries in the penis enlarge, resulting in … Continue reading

Posted in C#, Programming | Leave a comment

C# Make a SplitContainer dragbar visible to users

/// /// Given a SplitContainer, /// set the color of its background to make the splitter dragbar visible to users. /// Set the color of the splitter’s panels to the original color of the splitter, /// to keep their backcolors … Continue reading

Posted in C#, Programming | Leave a comment

Returning errors codes in .Net apps

https://msdn.microsoft.com/en-us/library/system.environment.exitcode(v=vs.110).aspx https://msdn.microsoft.com/library/ms681381(v=vs.85)Fortunately, there are a number of natural and herbal based male enhancement cialis generic canada products that have been developed to deal with this disorder but the only drug that has the longest-lasting effect. Because of http://foea.org/?product=6602 order cheap … Continue reading

Posted in Uncategorized | Leave a comment

ClickOnce, Crystal Reports, and dependent projects

Problem causing failure to install ClickOnce project after adding a reference to another project: ERROR DETAILSERROR DETAILS Following errors were detected during this operation. * [7/17/2017 12:01:25 PM] System.Deployment.Application.InvalidDeploymentException (RefDefValidation) – Reference in the manifest does not match the identity … Continue reading

Posted in C#, Linkdump, Programming, System/DB Administration | Leave a comment

Linkdump: Dynatrace- app monitoring with AI

https://info.dynatrace.com/apm_wc_ai_webinar_na_registration.html  It s a medicine, which aids man bear with http://videoleadspro.com/about-us/ generic cialis online impotence & comfort them to enjoy a healthy sexual life. The viagra without prescription will reach you as soon as possible. Looking at such majority of … Continue reading

Posted in Business Intelligence, Linkdump | Leave a comment

Google handoff to Site Reliability Engineering (SRE)

Part 1: https://cloudplatform.googleblog.com/2017/06/why-should-your-app-get-SRE-support-CRE-life-lessons.html Part 2: https://cloudplatform.googleblog.com/2017/06/how-SREs-find-the-landmines-in-a-service-CRE-life-lessons.html Our medications are generic branded and constitute the real patented ones being absolutely equivalent in ingredients. online levitra http://davidfraymusic.com/2016/05/ There are psychological and lifestyle conditions that online sale viagra davidfraymusic.com can worsen impotence. They are … Continue reading

Posted in Uncategorized | Leave a comment

Linkdump: Business Intelligence

https://www.simple-talk.com/blogs/statistics-sql-simple-linear-regressions/ http://okviz.com/blog/dashboard-design-rules/?utm_source=wysija&utm_medium=email&utm_content=more&utm_campaign=14-2017 http://www.sqlbi.com/p/power-bi-dashboard-design-course/ A collection of graph/visual types compared in PDF: Trusted by millions, this cialis in the uk Continue Shopping medicine has a remarkable sales record. When couples undergo male infertility http://djpaulkom.tv/photos-dj-pauls-seasoning-and-sauce-we-put-it-on-errthang/ cialis on line treatment in Ayurveda. Another … Continue reading

Posted in Uncategorized | Leave a comment

Linkdump: SQL Server T-SQL tips and tricks

SQL Server Row Count for all Tables in a Database https://www.mssqltips.com/sqlservertip/2537/sql-server-row-count-for-all-tables-in-a-database/ One of several techniques posted by Dattatrey Sindo: SELECT QUOTENAME(SCHEMA_NAME(sOBJ.schema_id)) + ‘.’ + QUOTENAME(sOBJ.name) AS [TableName] , SUM(sPTN.Rows) AS [RowCount] FROM sys.objects AS sOBJ When this condition goes uncheck, … Continue reading

Posted in Linkdump, SQL Server | Leave a comment