Programming Blog
Wednesday, 5 August 2020
Insert Identity Column in a table
insert an
identity
column in that table by using the following code:
ALTER
TABLE
dbo.tablename
ADD
AUTOID
INT
IDENTITY
(
1
,
1
)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
What's New in .NET 10?
What's New in .NET 10? What's New in .NET 10? .NET 10 brings gr...
How to remove Workspace in TFS 2010-2018
This solution Works for TFS 2010+ . Open Visual studio Command prompt and run the following script. tf workspace /delete /server:[Site:Port/...
TFS -GIT CertGetCertificateChain trust error CERT_TRUST_IS_UNTRUSTED_ROOT
Problem 1) 2019-07-02T14:19:12.5157398Z fatal: unable to access 'https://tfssite.company.com/tfs/UK_ProjectCollection/SalesPortal/_git/S...
GIT - SSL certificate problem: unable to get local issuer certificate
Error encountered while cloning the remote repository: Git failed with a fatal error. unable to access ' https:// tfssite.company.com/ t...
No comments:
Post a Comment