Posts by Leonardo Marinho • 11 points
2 posts
- 
		0 votes2 answers1764 viewsA: Recover last inserted Datasnap ID / SqlserverAilton I use enough these two options that sql server gives us: IDENT_CURRRENT returns the last identity value generated for a specific table in any session and scope. But you need to ensure that… 
- 
		1 votes0 answers26 viewsQ: Create PartitionI’m sharing a table in my database, I created Function Partition and Scheme Partition. But when I go to Create Partition Wizard the Radiobutton Existing Partition Function gets disabled even with…