sha-bang.net
Database |
http://www.sha-bang.net/category/database
Blog über Sachen die mich interessieren (Linux, Unix, Python, PHP, IT Sicherheit etc.). April 6, 2015. Erste Schritte mit Postgres: Datenbank wiederherstellen und sichern. Eine gute, kleine Beispieldatenbank ist hier erhältlich: https:/ chinookdatabase.codeplex.com/. Createuser chinook -P createdb chinook -O chinook psql -d chinook -f Chinook PostgreSql.sql. Für die Sicherung von Datenbanken mit Postgres gibt es zwei Tool pg dump und pg dumpall. Pg dump dbname dbname.sql. April 6, 2015. CREATE USER und C...
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...
elementalsql.blogspot.com
Elemental SQL: August 2010
http://elementalsql.blogspot.com/2010_08_01_archive.html
Sunday, August 29, 2010. Creating a Basic CLR Stored Procedure Using C# in Visual Studio 2010. I was recently confronted with a problem managing a database of MAC addresses. Our company purchased a block of MACs and our team was tasked with the problem of creating the database and associated services for managing the MAC range. This tutorial assumes you will be adding the CLR stored procedure to the AdventureWorks 2008 database and that you will be using SQL Server 2008 R2. Sp configure clr enabled ,.
sqlbelle.com
T-SQL Tips and Tricks | sqlbelle's musings
https://sqlbelle.com/category/t-sql-tips-and-tricks
8230; on SQL Server, PowerShell, Business Intelligence, Analytics, Visualization, Tableau, Power BI … anything really …. T-SQL Tips and Tricks. UBC Tableau User Group. How I Got Here. T-SQL Tips and Tricks. Getting maximum consecutive years in T-SQL using Common Table Expressions (CTE). August 20, 2015. This is an expansion (and slight variation) of Joe’s. Find the maximum consecutive years for each ID’s in a table (Oracle SQL). Download sample T-SQL script to create and populate the SAMPLESALES table.
sqlsug.dk
SQL Server User Group Denmark » Events
http://www.sqlsug.dk/category/events
Bliv medlem af SQLUG.dk. Links fra aftenens møde. Posted by Claus Lehmann Munch. Hermed links fra aftenens møde:. Pluralsight – Russ Thomas – Entity Framework Database Performance Anti-patterns. Simon Hughes – EntityFramework Reverse POCO Generator. Streaming af aftenens møde. Posted by Claus Lehmann Munch. I aften vil vi forsøge os med at streame mødet. Vi kan ikke love for hvor godt det bliver, men det er et forsøg værd 🙂. Se med her : Youtube. Posted by Claus Lehmann Munch. SQL Saturday og Pre-Conf.
bricelam.net
Projects - Brice’s Blog
http://www.bricelam.net/projects
During my life as a software engineer, I’ve had the privilege of working on various open source projects. The following is a list of projects that I’ve actively participated on for a season or two. A NET Standard ADO.NET provider for SQLite (. An object-relational mapper for .NET (. Image Resizer for Windows. A utility for resizing image files (. Natural Object-Role Modeling Architect. A data modeling tool for Visual Studio (. Added support for .NET Core (. Helped add support for Entity Framework 6 (.
sqlsug.dk
SQL Server User Group Denmark » Nyhed
http://www.sqlsug.dk/category/nyhed
Bliv medlem af SQLUG.dk. Links fra aftenens møde. Posted by Claus Lehmann Munch. Hermed links fra aftenens møde:. Pluralsight – Russ Thomas – Entity Framework Database Performance Anti-patterns. Simon Hughes – EntityFramework Reverse POCO Generator. Streaming af aftenens møde. Posted by Claus Lehmann Munch. I aften vil vi forsøge os med at streame mødet. Vi kan ikke love for hvor godt det bliver, men det er et forsøg værd 🙂. Se med her : Youtube. Posted by Claus Lehmann Munch. Posted by Kenneth Nielsen.
luisrocha.net
Luis Rocha's Blog: November 2010
http://www.luisrocha.net/2010_11_01_archive.html
Saturday, November 20, 2010. Creating Composite Keys using Code First with Entity Framework. Update: For Entity Framework 4.1 RTM, the exception message is a little bit different. It suggests to use the ColumnAttribute instead of DataMemberAttribute. At the time of EF CTP 4, the Column attribute did not exist yet, so they were temporary using the DataMember attribute. I have updated this post to use Column attribute as the latest EF version. I am starting using the Entity Framework CTP 4. Another option ...
leomburke.wordpress.com
EF Code First and WPF with the Chinook database. Part 1 – the model | Random Ramblings
https://leomburke.wordpress.com/2011/01/13/ef-code-first-and-wpf-with-the-chinook-database-part-1-the-model
Random (mostly) .net related rambles. A Little About Me. WPF/Silverlight ListBox and equality checking. EF Code First and WPF with the Chinook database. Part 1b – the provider →. EF Code First and WPF with the Chinook database. Part 1 – the model. January 13, 2011. I am going to start a series of posts building a simple app using the Chinook. The technologies and tools I plan on using for this series are as follows:. Entity Framework Code First CTP5. Setting up the model using EF4 Code First (this post).
sha-bang.net
Erste Schritte mit Postgres: Datenbank wiederherstellen und sichern |
http://www.sha-bang.net/erste-schritte-mit-postgres-datenbank-wiederherstellen-und-sichern
Blog über Sachen die mich interessieren (Linux, Unix, Python, PHP, IT Sicherheit etc.). April 6, 2015. Erste Schritte mit Postgres: Datenbank wiederherstellen und sichern. Eine gute, kleine Beispieldatenbank ist hier erhältlich: https:/ chinookdatabase.codeplex.com/. Createuser chinook -P createdb chinook -O chinook psql -d chinook -f Chinook PostgreSql.sql. Für die Sicherung von Datenbanken mit Postgres gibt es zwei Tool pg dump und pg dumpall. Pg dump dbname dbname.sql. Post a comment Cancel reply.