-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
603 lines (541 loc) · 33.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Sipmann</title>
<meta name="monetization" content="$coil.xrptipbot.com/uH6DA7YAQ7y0_IvXt4p0VQ">
<meta property="og:site_name" content="Sipmann"> <meta property="og:type" content="website" />
<meta name="description" content="Blog about many things including development and databases" />
<meta property="og:title" content="Sipmann">
<meta property="og:url" content="https://www.sipmann.com"> <meta property="og:description" content="Sipmann"> <meta property="og:image" content="https://www.sipmann.com/images/sipmann.com.png"> <link href="https://www.sipmann.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Sipmann ATOM Feed"> <link rel="stylesheet" href="/theme/css/w3.css">
<link href="/theme/css/pygments/native.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="preload" as="script" href="https://ssl.google-analytics.com">
<link rel="dns-prefetch" href="https://ssl.google-analytics.com">
<style>
body,
h1,
h2,
h3,
h4,
h5 {
font-family: "Raleway", sans-serif
}
a {
text-decoration: none;
}
pre {
display: block;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
line-height: 1.428571429;
word-break: break-all;
word-wrap: break-word;
color: #333;
border: 1px solid #ccc;
border-radius: 4px;
}
.banner_img {
background-position: 50%;
background-repeat: no-repeat;
background-size: cover;
/*background-attachment: fixed;*/
height: 100px;
}
article img {
max-width: -webkit-fill-available;
}
.highlight {
overflow-x: auto;
}
p > a {
color: blue;
}
.w3-container p {
text-indent: 10px;
text-align: justify;
}
@media (min-width: 993px) {
#mySidebar {
position: initial !important;
background: #f1f1f1 !important;
}
}
@media screen and (prefers-color-scheme: dark) {
.w3-light-gray {
background-color: #2f3237 !important;
color: white !important;
}
#mySidebar {
position: initial !important;
background: #2f3237 !important;
}
hr {
border-color: #1c1d1e;
}
}
</style>
</head>
<body class="w3-light-gray">
<div class="w3-top">
<nav class="w3-bar w3-dark-gray w3-card-4">
<button class="w3-bar-item w3-button w3-hide-large w3-hover-none w3-hover-text-light-grey" onclick="w3_open();" type="button">
<i class="fa fa-bars"></i> Menu</button>
<a href="/" class="w3-bar-item w3-button">Home</a>
<a class="w3-bar-item w3-button w3-light-gray" href="https://www.sipmann.com/en/">en</a>
<a class="w3-bar-item w3-button" href="https://www.sipmann.com/pt/">pt</a>
</nav>
</div>
<header class="w3-container w3-center" style="padding:22px 0 0 0;">
<div style="height: 130px;width:100%; background-image: url('/images/header.webp');background-size: cover;"></div>
</header>
<div class="w3-content w3-margin-top" style="max-width:1400px;">
<div class="w3-row">
<div class="w3-col l9 s12">
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/monitoring-mysql-restarts-with-powershell.html" title="Monitoring MySQL restarts with PowerShell">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/mysql_monitoring_restart.webp);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/monitoring-mysql-restarts-with-powershell.html" title="Monitoring MySQL restarts with PowerShell">Monitoring MySQL restarts with PowerShell</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-12-21T13:30:00-03:00"> Mon 21 December 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Hey folks, it's time for another PowerShell script. If you haven't seen the other ones, check the links below.</p>
<ul>
<li><a href="https://www.sipmann.com/en/monitoring-mysql-replication-with-powershell.html">Monitoring MySQL replication with PowerShell</a></li>
</ul>
<p>Well, this one it's a pretty simple script, but again, if your customer doesn't have a Zabbix server or doesn't allow you to setup one to …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/monitoring-mysql-restarts-with-powershell.html" title="Monitoring MySQL restarts with PowerShell"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/monitoring-mysql-restarts-with-powershell.html#disqus_thread" data-disqus-identifier="monitoring-mysql-restarts-with-powershell">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/mysql-dual-password-functionality.html" title="Changing a MySQL user password across multiple application instances without downtime">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/mysql_dual_password.png);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/mysql-dual-password-functionality.html" title="Changing a MySQL user password across multiple application instances without downtime">Changing a MySQL user password across multiple application instances without downtime</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-12-09T13:40:00-03:00"> Wed 09 December 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Do you need to change the password of a MySQL user that it's being used in an application, and can't allow a single downtime? Well, MySQL 8.0.14 came with a feature called <a href="https://dev.mysql.com/doc/refman/8.0/en/password-management.html#dual-passwords">Dual Password Support</a>, with it you can change the password keeping the previous password as a …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/mysql-dual-password-functionality.html" title="Changing a MySQL user password across multiple application instances without downtime"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/mysql-dual-password-functionality.html#disqus_thread" data-disqus-identifier="mysql-dual-password-functionality">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/apache-nifi-json-to-sql-replacing-underscore.html" title="Apache Nifi JSON to SQL Replacing underscore">Apache Nifi JSON to SQL Replacing underscore</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-12-02T14:00:00-03:00"> Wed 02 December 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Recently I was doing some ETL with Apache NiFi. But after a few minutes of drawing my flow, I saw that the component ConvertJSONToSQL was replacing the underscore ('_') from the field name in the where condition (I was preparing an Update SQL). That was weird because, at the set …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/apache-nifi-json-to-sql-replacing-underscore.html" title="Apache Nifi JSON to SQL Replacing underscore"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/apache-nifi-json-to-sql-replacing-underscore.html#disqus_thread" data-disqus-identifier="apache-nifi-json-to-sql-replacing-underscore">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/blocking-user-on-sql-server-based-on-schedule.html" title="Blocking a user on SQL Server based on a schedule">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/block_sql_server_user.png);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/blocking-user-on-sql-server-based-on-schedule.html" title="Blocking a user on SQL Server based on a schedule">Blocking a user on SQL Server based on a schedule</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-11-14T07:00:00-03:00"> Sat 14 November 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Ok, some time ago, I've posted about how you can set limits to connections on SQL Server using the <a href="https://www.sipmann.com/limiting-connection-resources-sql-server.html#.X6Cz8IhKhPY">Resource Governor</a>. But what if you can't use it? You always can block logins using a login trigger, but I don't like the idea of having selects running on every login …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/blocking-user-on-sql-server-based-on-schedule.html" title="Blocking a user on SQL Server based on a schedule"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/blocking-user-on-sql-server-based-on-schedule.html#disqus_thread" data-disqus-identifier="blocking-user-on-sql-server-based-on-schedule">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/select_specific_fields_with_efcore.html" title="How to set columns on select using Entity Framework">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/efcore_select_fields.png);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/select_specific_fields_with_efcore.html" title="How to set columns on select using Entity Framework">How to set columns on select using Entity Framework</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-10-28T19:00:00-03:00"> Wed 28 October 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>So, you use Entity Framework Core, and you usually code your selects like the following, maybe you are getting too much data.</p>
<div class="highlight"><pre><span></span><code><span class="kt">var</span> <span class="n">products</span> <span class="p">=</span> <span class="n">Products</span>
<span class="p">.</span><span class="n">Where</span><span class="p">(</span><span class="n">p</span> <span class="p">=></span> <span class="n">p</span><span class="p">.</span><span class="n">UnitsInStock</span> <span class="p">></span> <span class="m">0</span><span class="p">)</span>
<span class="p">.</span><span class="n">OrderBy</span><span class="p">(</span><span class="n">p</span> <span class="p">=></span> <span class="n">p</span><span class="p">.</span><span class="n">ProductName</span><span class="p">)</span>
<span class="p">.</span><span class="n">ToList</span><span class="p">()</span>
</code></pre></div>
<p>Running the query above, on my table, you'll get the following output, take a look …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/select_specific_fields_with_efcore.html" title="How to set columns on select using Entity Framework"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/select_specific_fields_with_efcore.html#disqus_thread" data-disqus-identifier="select_specific_fields_with_efcore">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/zabbix-running-on-low-memory-mode.html" title="Zabbix Running on Low Memory Mode">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/zabbix_low_memory.png);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/zabbix-running-on-low-memory-mode.html" title="Zabbix Running on Low Memory Mode">Zabbix Running on Low Memory Mode</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-10-20T19:00:00-03:00"> Tue 20 October 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Hey folks, another Zabbix post today. This one it's about increasing the Zabbix Server Cache. It's pretty common (if you have the default settings only) get a warning about your <code>Zabbix value cache running on low memory mode</code> at your dashboard or logs.</p>
<p><img alt="Zabbix Dashboard warning about the memory problem" src="/images/zabbix_low_memory_mode.png">
<img alt="Zabbix Dashboard cache graph 70% used" src="/images/zabbix_cache_filling.png"></p>
<p>To solve, go back to your Zabbix …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/zabbix-running-on-low-memory-mode.html" title="Zabbix Running on Low Memory Mode"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/zabbix-running-on-low-memory-mode.html#disqus_thread" data-disqus-identifier="zabbix-running-on-low-memory-mode">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/monitoring-mysql-replication-with-powershell.html" title="Monitoring MySQL Replication Status with PowerShell">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/mysql_monitorin_powershell.webp);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/monitoring-mysql-replication-with-powershell.html" title="Monitoring MySQL Replication Status with PowerShell">Monitoring MySQL Replication Status with PowerShell</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-10-14T19:00:00-03:00"> Wed 14 October 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>I've been migration some bash scripts that I have to PowerShell, and it's time to migrate a script that monitors the replication of a MySQL database. The credit for the original script goes to <a href="https://handyman.dulare.com/mysql-replication-status-alerts-with-bash-script/">Paweł</a>. It's a simple script where I seek a few tags/fields that we get from …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/monitoring-mysql-replication-with-powershell.html" title="Monitoring MySQL Replication Status with PowerShell"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/monitoring-mysql-replication-with-powershell.html#disqus_thread" data-disqus-identifier="monitoring-mysql-replication-with-powershell">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/microsoft-against-covid.html" title="Microsoft Against Covid">Microsoft Against Covid</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-10-03T19:00:00-03:00"> Sat 03 October 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Has your job been affected by covid? Well, last week I've posted on <a href="https://grepora.com/2020/09/17/microsoft-ignite-certification-voucher/">Grepora</a> about a Free Certification Voucher that Microsoft was giving away at the Microsoft Ignite event. After that, I found that they were also giving a huge discount to people who have had their job affected by …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/microsoft-against-covid.html" title="Microsoft Against Covid"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/microsoft-against-covid.html#disqus_thread" data-disqus-identifier="microsoft-against-covid">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/the-power-of-powershell.html" title="The power of PowerShell">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/powershell.webp);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/the-power-of-powershell.html" title="The power of PowerShell">The power of PowerShell</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-09-21T19:00:00-03:00"> Mon 21 September 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>As a long time Linux user, I've automated a few things with bash scripts and stayed away from PowerShell... I've moved to a Windows environment a few years ago and still, haven gave a shot to PS. But why not? I've made a few scripts to automate some tasks at …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/the-power-of-powershell.html" title="The power of PowerShell"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/the-power-of-powershell.html#disqus_thread" data-disqus-identifier="the-power-of-powershell">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<article class="w3-card-4 w3-margin w3-white">
<a href="https://www.sipmann.com/top_level_statement_csharp_9.html" title="Top Level Statement in C# 9">
<div class="banner_img" style="background-image:url(//www.sipmann.com//images/csharp_toplevel.png);"></div>
</a>
<div class="w3-container">
<h2><b><a href="https://www.sipmann.com/top_level_statement_csharp_9.html" title="Top Level Statement in C# 9">Top Level Statement in C# 9</a></b></h2>
<h5>
<i class="fa fa-calendar"></i><time class="w3-opacity" datetime="2020-07-29T19:00:00-03:00"> Wed 29 July 2020</time>
</h5>
</div>
<div class="w3-container">
<p><p>Hey folks, I'm coming along to tell you a few things about the new feature of C# 9. Every time you want to start a new project, you always have the same Main File, with the same structure. At the next version of C# (version 9), we'll have a new …</p></p>
<div class="w3-row">
<div class="w3-col m8 s12">
<p><a class="btn btn-default btn-xs" href="https://www.sipmann.com/top_level_statement_csharp_9.html" title="Top Level Statement in C# 9"><button class="w3-button w3-padding-large w3-white w3-border" type="button"><b>READ MORE »</b></button></a></p>
</div>
<!--comments-->
<!-- <div class="w3-col m4 w3-hide-small">
<p>
<span class="w3-padding-large w3-right"><a href="/top_level_statement_csharp_9.html#disqus_thread" data-disqus-identifier="top_level_statement_csharp_9">View comments</a></span>
</p>
</div> -->
</div>
</div>
</article>
<hr>
<div class="w3-card-4 w3-margin w3-center">
<a class="w3-button w3-cyan"
href="/index.html">1</a>
<a class="w3-button "
href="/index2.html">2</a>
<a class="w3-button "
href="/index3.html">3</a>
<a class="w3-button" href="/index2.html">»</a>
</div>
</div>
<div class="w3-sidebar w3-col l3 w3-collapse w3-animate-right" id="mySidebar" style="right:0;">
<div class="w3-card w3-margin w3-margin-top" role="navigation" aria-labelledby="nav-categories">
<div class="w3-container w3-padding w3-blue-gray">
<h4 id="nav-categories">Categories</h4>
</div>
<ul class="w3-ul w3-hoverable w3-white">
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/azure.html" style="display: block">
Azure
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/flutter.html" style="display: block">
Flutter
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/front-end.html" style="display: block">
Front-end
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/java.html" style="display: block">
Java
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/linux.html" style="display: block">
Linux
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/mysql.html" style="display: block">
MySQL
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/net.html" style="display: block">
.NET
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/powershell.html" style="display: block">
PowerShell
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/random.html" style="display: block">
Random
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/sql-server.html" style="display: block">
SQL Server
</a>
</li>
<li style="padding: 0 !important;">
<a class="w3-padding" href="https://www.sipmann.com/category/tools.html" style="display: block">
Tools
</a>
</li>
</ul>
</div>
<div class="w3-card w3-margin w3-margin-top" role="navigation" aria-labelledby="nav-recent-posts">
<div class="w3-container w3-padding w3-blue-gray">
<h4 id="nav-recent-posts">Recent Posts</h4>
</div>
<ul class="w3-ul w3-hoverable w3-white">
<li>
<a class="w3-padding" href="/monitoring-mysql-restarts-with-powershell.html">
Monitoring MySQL restarts with PowerShell
</a>
</li>
<li>
<a class="w3-padding" href="/mysql-dual-password-functionality.html">
Changing a MySQL user password across multiple application instances without downtime
</a>
</li>
<li>
<a class="w3-padding" href="/apache-nifi-json-to-sql-replacing-underscore.html">
Apache Nifi JSON to SQL Replacing underscore
</a>
</li>
<li>
<a class="w3-padding" href="/blocking-user-on-sql-server-based-on-schedule.html">
Blocking a user on SQL Server based on a schedule
</a>
</li>
<li>
<a class="w3-padding" href="/select_specific_fields_with_efcore.html">
How to set columns on select using Entity Framework
</a>
</li>
</ul>
</div>
<div class="w3-margin w3-margin-top" role="navigation" aria-labelledby="buy-me-a-coffee">
<div class="w3-container w3-padding">
<a href="https://www.buymeacoffee.com/sipmann" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a>
</div>
</div> </div>
</div>
</div>
<footer class="w3-container w3-dark-gray w3-padding-32 w3-margin-top">
<div class="w3-bar">
<a class="w3-bar-item" href="https://twitter.com/MSipmann" target="_blank" rel="noopener noreferrer"><i class="fa fa-twitter-square fa-lg"></i> Twitter</a>
<a class="w3-bar-item" href="https://github.com/sipmann" target="_blank" rel="noopener noreferrer"><i class="fa fa-github-square fa-lg"></i> Github</a>
<a class="w3-bar-item" href="http://br.linkedin.com/in/sipmann" target="_blank" rel="noopener noreferrer"><i class="fa fa-linkedin-square fa-lg"></i> Linkedin</a>
</div>
</footer>
<!-- <script data-ad-client="ca-pub-3097623931513783" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> -->
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-8072083-2']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- End Google Analytics Code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BW422MP4C1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-BW422MP4C1');
</script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Person",
"name": "Sipmann",
"url": "https://www.sipmann.com"
, "sameAs": [
"https://twitter.com/MSipmann",
"https://github.com/sipmann",
"http://br.linkedin.com/in/sipmann"
]
}
</script>
<script>
// Get the Sidebar
var mySidebar = document.getElementById("mySidebar");
// Get the DIV with overlay effect
var overlayBg = document.getElementById("myOverlay");
function w3_open() {
if (mySidebar.style.display === 'block') {
mySidebar.style.display = 'none';
overlayBg.style.display = "none";
} else {
mySidebar.style.display = 'block';
overlayBg.style.display = "block";
}
}
function w3_close() {
mySidebar.style.display = "none";
overlayBg.style.display = "none";
}
</script>
</body>
</html>