Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
vijays
Starting Member
2 Posts |
Posted - 2010-04-26 : 07:11:35
|
| How To Get Last Inserted Record Value In SQL ServerThe table have no Primary key, identity, it has only one column "Name"(Column Name) Create table latest_value([name] varchar(50)) |
|
|
senthil_nagore
Master Smack Fu Yak Hacker
1007 Posts |
Posted - 2010-04-26 : 07:17:57
|
| As of my knowledge,it is not possible!Senthil.C------------------------------------------------------[Microsoft][ODBC SQL Server Driver]Operation canceledhttp://senthilnagore.blogspot.com/ |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
tosscrosby
Aged Yak Warrior
676 Posts |
Posted - 2010-04-26 : 11:24:35
|
| What's the purpose of a table with one column? You can't possibly be using it for anything, are you?Terry-- The problem with socialism is that you eventually run out of other people’s money. -- Margaret Thatcher |
 |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-04-26 : 23:30:13
|
| feels to me like interview question------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
|
|
|
|