Click here to Skip to main content
15,890,512 members

Comments by Shambhoo kumar (Top 200 by date)

Shambhoo kumar 28-Jul-20 8:01am View    
Hi F-ES, Thanks for your reply, that's the solution i was looking for, it's working perfectly.
Shambhoo kumar 28-Jul-20 4:37am View    
Hi Griff, Thanks for your comment.

Question is "convert matching data into json format through regex".
Shambhoo kumar 30-Apr-17 0:27am View    
i agree but rather than using auto increment we can implement guid.
Shambhoo kumar 29-Apr-17 8:20am View    
There are various way to implement your logic. i am sending some link explain why auto increment is terrible.

https://www.clever-cloud.com/blog/engineering/2015/05/20/why-auto-increment-is-a-terrible-idea/



Shambhoo kumar 29-Apr-17 3:47am View    
Using auto increment is not a good programming practice. Better to write your own logic rather than using auto increment value and it's also possible but after deletion you need to execute DBCC command along with one update query for auto increment field value.