The meta data is from an SQL 2012 Server.
I have posted alot more, find the whole list here.
Goto Definition or MetaData
Definition:
sys.sp_fulltext_semantic_unregister_language_statistics_db()MetaData:
create proc sys.sp_fulltext_semantic_unregister_language_statistics_db as begin set nocount on declare @returncode int EXEC @returncode = sys.sp_fulltext_semantic_unregister_language_statistics_db_internal return @returncode end
No comments:
Post a Comment