Blog Post

We Interrupt Your Regular SQL Blogging For This Announcement…

,

EXEC sys.sp_addextendedproperty 
  
@name = N'IsWifePregnant'
  
@value = N'True',
  
@level0type = N'USER',
  
@level0name = N'Kendal.VanDyke' ;

EXEC sys.sp_addextendedproperty 
  
@name = N'ExpectedDueDate',
  
@value = N'August 2010',
  
@level0type = N'USER',
  
@level0name = N'Kendal.VanDyke' ;
GO

Woo hoo!! (For those of you keeping score at home, this will be junior DBA #3)

Rate

You rated this post out of 5. Change rating

Share

Share

Rate

You rated this post out of 5. Change rating