DotNetShoutout - Stories tagged with sequence
4
Shouts

New T-SQL Features in SQL Server 2011

published 843 days, 6 hours, 1 minute ago posted by JudoJudo 844 days, 15 hours, 21 minutes ago
Tuesday, February 01, 2011 5:27:42 PM GMT Monday, January 31, 2011 8:07:32 AM GMT
This article introduces four new TSQL commands in SQL SErver 2011 - WithResultSet, Offset, Throw and Sequence. (more)
category: Data | clicked: 0 | comment | | source: www.sql-server-performance.com
tags: sequence, TSQL, throw, Offset, WithResultSer, SQL Server 2011
2
Shouts

SEQUENCE in SQL Server 2011

posted by JudoJudo 870 days, 14 hours, 44 minutes ago
Wednesday, January 05, 2011 8:44:59 AM GMT
SQL Server 2011 (or Denali) has now arrived CTP. In this article I will look at a core new feature of SQL Server 2011 which is SEQUENCE. Well, if you are familiar with Oracle, you will already know all about this feature since it has been standard on Oracle more than 10 years I guess. (more)
category: Data | clicked: 0 | comment | | source: www.sql-server-performance.com
tags: SQL Server, sequence
3
Shouts

SQL Sequences and Create Sequence of Numbers in SQL Server 2011

published 912 days, 2 hours, 28 minutes ago posted by eralpereralper 912 days, 17 hours, 9 minutes ago
Wednesday, November 24, 2010 9:00:16 PM GMT Wednesday, November 24, 2010 6:19:46 AM GMT
In SQL Server, t-sql developers sometimes require to create sequence of numbers which will be used in more than one sql tables. One of the SQL Server 2011 features and enhancements in t-sql development is Sequence Objects. A SQL Server sequence object generates sequence of numbers just like an identity column in sql tables. But the advantage of sequence numbers is the sequence number object is not limited with single sql table. There is no direct relation between tables, table identity columns and num... (more)
category: Data | clicked: 0 | comment | | source: www.kodyaz.com
tags: sequence, T-SQL, denali, SQL Server 2011
3
Shouts

SEQUENCE - Feature in Denali

published 919 days, 21 hours, 40 minutes ago posted by sqlarticlessqlarticles 921 days, 9 hours, 23 minutes ago
Wednesday, November 17, 2010 1:49:00 AM GMT Monday, November 15, 2010 2:05:56 PM GMT
Another long-waited feature “SEQUENCE” is included in the latest version of SQL server code named DENALI. Sequence is now an object in each database and is similar to IDENTITY in functionality. Sequence is an object that has start value, increment value and end value defined in them and this sequence can be added to a column whenever required rather than defining... (more)
category: Data | clicked: 0 | comment | | source: sql-articles.com
tags: sequence, denali, sqlarticles
6
Shouts

Project Euler Problem 1 and 2 in F# | Stefano Ricciardi

posted by http://sterioma.pip.verisignlabs.com/http://sterioma.pip.verisignlabs.com/ 1075 days, 11 hours, 49 minutes ago
Monday, June 14, 2010 11:39:52 AM GMT
Project Euler 1 and 2 resolved declaratively in F#. (more)
category: How To | clicked: 1 | comment | | source: stefanoricciardi.com
tags: sequence, F#, Algorithm
6
Shouts

Upload/Import Download/Export any File to/from Oracle Database

published 1159 days, 10 hours, 23 minutes ago posted by lenielleniel 1160 days, 1 hour, 2 minutes ago
Monday, March 22, 2010 1:05:50 PM GMT Sunday, March 21, 2010 10:26:18 PM GMT
The general idea one have about databases is that they only serve the purpose of storing plain values as numbers, dates and text. A database does not do just that but even more allowing you to store a whole file as an Excel spreadsheet or an MP3 file in a column you define in your table. This post shows you how to Upload/Import Download/Export any File to/from Oracle Database through a simple ASP.NET MVC application UI. Have you ever heard about BLOB? This is what makes it possible to store a whole file ... (more)
category: Web Dev | clicked: 1 | comment | | source: www.leniel.net
tags: ASP.NET MVC, sequence, Import, Download, Oracle, Database, Blob, Stored Procedure, file, export, upload