mattypenny.net mattypenny.net

MATTYPENNY.NET

blog and reference

Sqlserver equivalents of oracle stuff. Powershell versions of unix commands. Daft PowerShell Error: MissingEndCurlyBrace. July 29, 2015. Quick and dirty script to edit lots of files and keep a log. June 16, 2015. First I built a list of files $FileList=dir -recurse C: temp folderx -Attributes! Name -notlike ‘*exe’? Getting a list of aliases ordered by the aliasee. June 9, 2015. June 9, 2015. This is fairly trivial…and I’ve no idea if ‘aliasee‘ is a real word or not, but I found th...April 16, 2015. For r...

http://www.mattypenny.net/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR MATTYPENNY.NET

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.7 out of 5 with 7 reviews
5 star
0
4 star
5
3 star
2
2 star
0
1 star
0

Hey there! Start your review of mattypenny.net

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0 seconds

FAVICON PREVIEW

  • mattypenny.net

    16x16

  • mattypenny.net

    32x32

  • mattypenny.net

    64x64

  • mattypenny.net

    128x128

  • mattypenny.net

    160x160

  • mattypenny.net

    192x192

  • mattypenny.net

    256x256

CONTACTS AT MATTYPENNY.NET

DOMAIN PRIVACY SERVICE FBO REGISTRANT

1958 S●●●●●●0 EAST

PR●●VO , UTAH, 84606

UNITED STATES

1.80●●●●9400
WH●●●@BLUEHOST.COM

View this contact

DOMAIN PRIVACY SERVICE FBO REGISTRANT

1958 S●●●●●●0 EAST

PR●●VO , UTAH, 84606

UNITED STATES

1.80●●●●9400
WH●●●@BLUEHOST.COM

View this contact

DOMAIN PRIVACY SERVICE FBO REGISTRANT

1958 S●●●●●●0 EAST

PR●●VO , UTAH, 84606

UNITED STATES

1.80●●●●9400
WH●●●@BLUEHOST.COM

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2013 June 30
UPDATED
2014 July 01
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 12

    YEARS

  • 0

    MONTHS

  • 26

    DAYS

NAME SERVERS

1
ns1.bluehost.com
2
ns2.bluehost.com

REGISTRAR

FASTDOMAIN, INC.

FASTDOMAIN, INC.

WHOIS : whois.fastdomain.com

REFERRED : http://www.fastdomain.com

CONTENT

SCORE

6.2

PAGE TITLE
blog and reference | mattypenny.net Reviews
<META>
DESCRIPTION
Sqlserver equivalents of oracle stuff. Powershell versions of unix commands. Daft PowerShell Error: MissingEndCurlyBrace. July 29, 2015. Quick and dirty script to edit lots of files and keep a log. June 16, 2015. First I built a list of files $FileList=dir -recurse C: temp folderx -Attributes! Name -notlike ‘*exe’? Getting a list of aliases ordered by the aliasee. June 9, 2015. June 9, 2015. This is fairly trivial…and I’ve no idea if ‘aliasee‘ is a real word or not, but I found th...April 16, 2015. For r...
<META>
KEYWORDS
1 blog and reference
2 menu
3 skip to content
4 cribsheets
5 bash
6 checklists
7 cron
8 off checklist
9 new database
10 food
CONTENT
Page content here
KEYWORDS ON
PAGE
blog and reference,menu,skip to content,cribsheets,bash,checklists,cron,off checklist,new database,food,gvim,html,linux,awk and sed,linux pc re install,oracle,export/import,from ocp,oracle text,performance,pl/sql,sqlserver,sqlserver performance,excel,tags
SERVER
nginx
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

blog and reference | mattypenny.net Reviews

https://mattypenny.net

Sqlserver equivalents of oracle stuff. Powershell versions of unix commands. Daft PowerShell Error: MissingEndCurlyBrace. July 29, 2015. Quick and dirty script to edit lots of files and keep a log. June 16, 2015. First I built a list of files $FileList=dir -recurse C: temp folderx -Attributes! Name -notlike ‘*exe’? Getting a list of aliases ordered by the aliasee. June 9, 2015. June 9, 2015. This is fairly trivial…and I’ve no idea if ‘aliasee‘ is a real word or not, but I found th...April 16, 2015. For r...

INTERNAL PAGES

mattypenny.net mattypenny.net
1

PL/SQL doesnt recognize privileges granted to roles | blog and reference

http://mattypenny.net/cribsheets/oracle/plsql

Powershell versions of unix commands. One-liners – powershell, sqlserver, unix, oracle. Powershell equivalents of unix. July 26, 2005. PL/SQL doesnt recognize privileges granted to roles. My procedure has a create database link in it:. V exe := ‘create database link temp security monitor ‘. 8216;connect to ‘ p username ‘ identified by ‘ p password. 8216; using ‘ ”” p tns string ””. If v debug = TRUE. Then dbms output.put line (v exe);. Execute immediate v exe;. SQL grant create database link to system;.

2

Oracle Text – some counter intuitive behavior | blog and reference

http://mattypenny.net/cribsheets/oracle/oracle-text

Powershell versions of unix commands. One-liners – powershell, sqlserver, unix, oracle. Powershell equivalents of unix. April 26, 2005. Oracle Text – some counter intuitive behavior. I had a query from a user about Text not retrieving the expected data for a given bit of Text. The Text field (‘Solution’) contains:. 1 What type of OS can be used with the xxx? 2 What are the minimum requirements of a PC for use with xxx? 3 What versions of browser can be used? 1 Recommended Operating Systems:. Search &#821...

3

DOS: Backing up files to datestamped version | blog and reference

http://mattypenny.net/cribsheets/dos

Powershell versions of unix commands. One-liners – powershell, sqlserver, unix, oracle. Powershell equivalents of unix. November 10, 2005. DOS: Backing up files to datestamped version. Rem Get the date – returns 2005 1110. For /f “tokens=1,2,3 delims=/ eol= ” % I in (‘date /t’) do set sdate=% K% J% I. Rem Strip out the space. For /f “tokens=1,2” % I in (‘echo %sdate%’) do set sdate=% I% J. Rem Copy the files to old/. For /f % I in (‘dir /b *.txt’) do copy % I old %sdate% % I. Leave a Reply Cancel reply.

4

Oracle lifetime support | blog and reference

http://mattypenny.net/cribsheets/oracle

Powershell versions of unix commands. One-liners – powershell, sqlserver, unix, oracle. Powershell equivalents of unix. September 12, 2007. I went to the UK Oracle User Group Unix SIG meeting yesterday. There was a lot of good stuff, as usual. Something I had missed entirely (I have no idea how, to be honest) was that the ‘Oracle Lifetime Support’ policy has been published. And there’s also a handy table showing the different support levels here. Click to share on Twitter (Opens in new window). You are c...

UPGRADE TO PREMIUM TO VIEW 0 MORE

TOTAL PAGES IN THIS WEBSITE

4

LINKS TO THIS WEBSITE

sqlmusings.com sqlmusings.com

musings :belle’s sql musings

http://www.sqlmusings.com/category/musings

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. Archive for the ‘ musings. More reasons why I teach. Posted August 19, 2015 at 4:55 am. This is my fuel. This is why I teach. Sure, I won’t please everyone. Not everyone will appreciate or will be happy with the way I teach, but even if there’s one person in the class who thinks the time they spent in my class was worth it that’s all the reason I need. All names removed from cards below). Rating: 10.0/ 10.

sqlmusings.com sqlmusings.com

PASS then, PASS now. Getting ready for #Summit14 :belle’s sql musings

http://www.sqlmusings.com/2014/10/14/pass-then-pass-now-getting-ready-for-summit14

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. PASS then, PASS now. Getting ready for #Summit14. Posted October 14, 2014 at 6:00 am. It’s PASS Summit. Is happening in Seattle, WA – November 3-7, 2014 at the Washington State Convention and Trade Center. I still remember the first time I attended PASS (started with a pre-con from Brian Knight. No less )…. The first couple years I attended PASS, I admit I was quite intimidated and shy, and would resort to a co...

sqlmusings.com sqlmusings.com

Downloading Vancouver Weather Data Using PowerShell :belle’s sql musings

http://www.sqlmusings.com/2012/09/15/downloading-vancouver-weather-data-using-powershell

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. Downloading Vancouver Weather Data Using PowerShell. Posted September 15, 2012 at 1:19 am. I’m trying to get some data I can play around with Tableau. Fortunately information for Canadian climate data is available in CSV and XML from http:/ www.climate.weatheroffice.gc.ca/. I thought I’d go fetch the Vancouver daily weather data since 1953 using PowerShell. Script to Fetch Data. C: Temp Weather Files. Max Temp ,.

sqlmusings.com sqlmusings.com

Tableau :belle’s sql musings

http://www.sqlmusings.com/category/tableau

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. Archive for the ‘ Tableau. The blue pill or the green pill following the rabbit-hole to Tableau Wonderland. Posted September 14, 2012 at 2:49 pm. The company I work for is evaluating tools for BI/Visualization, and Tableau. Is one of the front runners that we are considering. I’ve been fortunate to be able to attend this week’s Advanced Tableau. Director of Business Intelligence (BI) Dan Murray. Anyway, just wa...

sqlmusings.com sqlmusings.com

Tutorials :belle’s sql musings

http://www.sqlmusings.com/category/tutorials

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. Archive for the ‘ Tutorials. Getting maximum consecutive years in #SQLServer T-SQL using Common Table Expressions #CTE. Posted August 20, 2015 at 5:48 am. This is an expansion (and slight variation) of Joe’s. Find the maximum consecutive years for each ID’s in a table (Oracle SQL). See full article here at sqlbelle.com. VN:F [1.9.22 1171]. Rating: 10.0/ 10. VN:F [1.9.22 1171]. T-SQL Tips and Tricks. Discovering...

sqlmusings.com sqlmusings.com

Presentations and Webcasts :belle’s sql musings

http://www.sqlmusings.com/presentations-and-webcasts

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. CASE VIII Conference – A Closer Look at the Data Revolution. Victoria PASS – SQL Server Reporting Services (SSRS) and PowerShell. Demo Materials – Downloadable from the book site Packt Publishing. Idera PowerShell Power Hour – PowerShell for SQL Server DBAs and Developers. Power View: A First Look. SQLSaturday #114 You did what with PowerShell? SQLSaturday #114 ETL with SSIS 101. Demo – Sample Reports. VANTUG &...

sqlmusings.com sqlmusings.com

T-SQL Tips and Tricks :belle’s sql musings

http://www.sqlmusings.com/category/t-sql-tips-and-tricks

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. Archive for the ‘ T-SQL Tips and Tricks. Getting maximum consecutive years in #SQLServer T-SQL using Common Table Expressions #CTE. Posted August 20, 2015 at 5:48 am. This is an expansion (and slight variation) of Joe’s. Find the maximum consecutive years for each ID’s in a table (Oracle SQL). See full article here at sqlbelle.com. VN:F [1.9.22 1171]. Rating: 10.0/ 10. VN:F [1.9.22 1171]. T-SQL Tips and Tricks.

sqlmusings.com sqlmusings.com

SSRS Tidbits – Common Tips, Tricks, Debugging and Other References (Part 1) :belle’s sql musings

http://www.sqlmusings.com/2010/06/20/ssrs-tidbits-–-common-tips-tricks-debugging-and-other-references-part-1

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. SSRS Tidbits Common Tips, Tricks, Debugging and Other References (Part 1). Posted June 20, 2010 at 11:15 pm. Just wanted to share some common “tips” or “tricks” I find myself using over and over again when creating reports. Common page headers and footers. Report (reportname) generated by DOMAIN/User on 02/03/2010 4:51:03 PM. Report (" and Globals! ReportName and ") generated by " and User! Page X of Y. In the ...

sqlmusings.com sqlmusings.com

SQLPASS Pre-Conference Lessons Learned – Building a Microsoft Data Warehousing Platform (Brian Knight) :belle’s sql musings

http://www.sqlmusings.com/2009/11/02/sqlpass-pre-conference-lessons-learned-building-a-microsoft-data-warehousing-platform-brian-knight

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. SQLPASS Pre-Conference Lessons Learned – Building a Microsoft Data Warehousing Platform (Brian Knight). Posted November 2, 2009 at 6:12 pm. I just finished the SQLPASS pre-conference from Brian Knight. 8211; Building a Microsoft Data Warehousing Platform. And I’m so pumped to do more BI! Reporting, Data Warehousing, Data Mining – all fun stuff. 8211; SSIS, ETL. 8211; Cubes, Data Warehouse. 8211; Data Mining.

sqlmusings.com sqlmusings.com

sqlbelle.com :belle’s sql musings

http://www.sqlmusings.com/2014/11/07/sqlbelle-com

Belle’s sql musings. Ramblings, discoveries, tutorials on sql server and other database stuff. Posted November 7, 2014 at 11:45 pm. It’s time for a change. I will be posting new blogs over at http:/ sqlbelle.com. VN:F [1.9.22 1171]. Rating: 9.0/ 10. VN:F [1.9.22 1171]. Be Sociable, Share! Msshushu’s and @sqlbelle’s take on “Why BCIT”? Feed for comments on this post. Sign in with Twitter. Sign in with Facebook. Notify me of follow-up comments by email. Notify me of new posts by email. On Resolving SSRS an...

UPGRADE TO PREMIUM TO VIEW 15 MORE

TOTAL LINKS TO THIS WEBSITE

25

OTHER SITES

mattypaul.com mattypaul.com

Moose Racing Los Angeles - Shop And Compare The Latest Discount Accessories

Side Case / Top Case. Monthly Specials For April [more]. Moose Racing Agroid Off-Road T-Shirts Clearance Prices,moose racing gear. Moose Racing Sahara Jersey Motocross Jerseys Orange / Blue,moose racing foam. Moose Racing Sahara Jersey Motocross Jerseys Blue / White / Red,moose racing. Moose Racing Arcane T-Shirts Clearance Sale,moose racing motorcycle boots,low. Moose Racing Insignia T-Shirts collection,moose racing m1 boots,Online. New Products For April. Powered by mattypaul.com.

mattypearce.com mattypearce.com

Matt Pearce | A Learning Journey

National Professional Teaching Standards. Plan teaching and learning. Assess,feedback and report. From little things ……. April 11, 2017. I am sitting in my office in week 11 of Term1 listening to a Year 8 student across the corridor share his term 1 learning with his parents. This is instead of the teachers writing a long comment report. Why change what we always have done? Authenticity is the catch cry of 21st Century education. How … Continue reading →. What do we want our kids to be? If we are authent...

mattypedia.com mattypedia.com

Stream of Consciousness – changes aren't permanent…but change is

Changes aren't permanent…but change is. 8220;We will pay the price, but we will not count the cost.”. April 21, 2015. So this is actually a pretty weak post this week. It’s actually just almost blatent plagerism…but I guess since I’m admitting it perhaps not. Anyways, just listening to music and the song “Bravado” by Rush came on. One of my favorite Rush tunes, especially the line that is the title of this post. Continue reading →. January 29, 2015. THAT…was kinda exciting! January 9, 2015. I hope that t...

mattypell.com mattypell.com

Matty Pell y Asociados - Brokers Inmobiliarios - Buenos Aires

INICIO - Matty Pell y Asociados - Brokers Inmobiliarios. Matty Pell and Asoc. Cuenta con el liderazgo de Matty Olivera de Pell, quien en los últimos veinte años ha desarrollado sus tareas profesionales en los Estados Unidos. Consulte por departamentos de alquiler temporario,. Amueblados y equipados con todos los servicios. Montevideo entre Guido y Vicente Lopez. Posadas entre Ayacucho y Av. Callao. Posadas entre Av Callao y Ayacucho. LOCAL en Av. Alvear Galeria Promenade Alvear. Publíquese - Ley 2340.

mattypenny.blogspot.com mattypenny.blogspot.com

Oracle, Sqlserver, Linux. Mainly.

Oracle, Sqlserver, Linux. Mainly. Just stuff to refer back to (or for other people to Google) from mattypenny. Blog moved to mattypenny.net. This blog has moved to mattypenny.net. As a protest against Google's UK tax arrangements, I've moved this blog from blogger to mattypenny.net. I'm sure Google will be deeply concerned about this. :). Monday, July 22, 2013. Subscribe to: Posts (Atom). Oracle and Sqlserver DBA based in Salisbury, England. View my complete profile. Useful posts and my other blogs.

mattypenny.net mattypenny.net

blog and reference

Sqlserver equivalents of oracle stuff. Powershell versions of unix commands. Daft PowerShell Error: MissingEndCurlyBrace. July 29, 2015. Quick and dirty script to edit lots of files and keep a log. June 16, 2015. First I built a list of files $FileList=dir -recurse C: temp folderx -Attributes! Name -notlike ‘*exe’? Getting a list of aliases ordered by the aliasee. June 9, 2015. June 9, 2015. This is fairly trivial…and I’ve no idea if ‘aliasee‘ is a real word or not, but I found th...April 16, 2015. For r...

mattypepper.wordpress.com mattypepper.wordpress.com

Ryde Station Clinical Papers: Links | Prehospital Emergency Medicine

Ryde Station Clinical Papers: Links. May 15, 2014. May 15, 2014. Link to OPALS study showing no correlation between longer transport times with cardiac arrest patients and mortality. Considering the advanced interventions available at some centres such as ECMO and PCI consideration should be given to bypassing smaller centres in the patient with ROSC. Blog at WordPress.com. Ryde Station Clinical Papers: Links. Create a free website or blog at WordPress.com. Get every new post delivered to your Inbox.

mattyphotography.com mattyphotography.com

Welcome to Matty Photo & Motion - Matty Photo & Motion - Tacoma, WA

Matty Photo and Motion. Family / Senior / Engagement. Maternity / Newborn / Wedding. Masters of Lighting Creative Storytelling = Awesomeness. Business / Marketing / Video. Product / Headshots / Event. We’ve traveled to many states and other countries. MATTY PHOTO and MOTION.

mattypineapple.deviantart.com mattypineapple.deviantart.com

MattyPineapple (Chriss) - DeviantArt

Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 4 Years. This deviant's full pageview. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. You can drag and drop to rearrange. Why," you ask?

mattyping.com mattyping.com

mattyping.com

Inquire about this domain.

mattypiper.com mattypiper.com

mattypiper.com

View Spotify album artwork for a given http playlist. 1 BTC = 267.17 USD. Triad Types for the 7 Modes.