Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[ACCOUNT_TBL_DETAIL]') AND type in (N'U'))
  2. ALTER TABLE [ACCOUNT_DBF].[dbo].[ACCOUNT_TBL_DETAIL](
  3. [votepoints] [int] NOT NULL DEFAULT ((0))
  4. ) ON [PRIMARY]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement