November 12, 2015 at 3:33 am
Hi Friends,
I have a table with 2 columns Version and CurrentDateTime
For every insert the Records should be Autoincrement for Version Column and Record Insertdatetime for that Version
1.0 | 2015-11-12 10:01.23..
2.0 | 2015-11-12 10.02.11..
............................
November 12, 2015 at 4:08 am
Quick questions
1. What is the frequency of insert in this table.
2. Is there any bulk insert operation on this table.
3. What happens in case of any delete operation is performed on this table?
November 12, 2015 at 6:31 am
Hi,
1. What is the frequency of insert in this table.
Adhoc.
2. Is there any bulk insert operation on this table.
No.
3. What happens in case of any delete operation is performed on this table?
No Delete Operation is going to be performed.
November 12, 2015 at 6:36 am
nexus2vijay (11/12/2015)
Hi Friends,I have a table with 2 columns Version and CurrentDateTime
For every insert the Records should be Autoincrement for Version Column and Record Insertdatetime for that Version
1.0 | 2015-11-12 10:01.23..
2.0 | 2015-11-12 10.02.11..
............................
Is this another test or is it homework?
What have you tried so far?
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
November 12, 2015 at 6:44 am
Indeed is this a test or homework, and what have you tried,cause the answer seems simple to me.
Also 2 columns, why only 2 columns and what values do you want to auto increment.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply