代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/217567/4868650
sql altersectiontableaddfailoverskincolumn.sql
ALTER TABLE dbo.Community_Sections
ADD section_failOverPageSkin NVARCHAR(100) NULL
go
update dbo.Community_Sections
set section_failOverPageSkin = ''
go
update dbo.Community_Sections
set sectio
www.eeworm.com/read/217567/4868652
sql alterservicedefaultdate.sql
ALTER TABLE dbo.Community_Services DROP CONSTRAINT DF_Community_Services_service_dateLastRefreshed
go
ALTER TABLE dbo.Community_Services ADD DEFAULT '1/1/1966' FOR service_dateLastRefreshed
go
www.eeworm.com/read/217567/4868653
sql initializeprivatemessages.sql
Community_MaintenanceInitializePrivateMessages
go
www.eeworm.com/read/217567/4868654
sql alteruserstableaddprivatemessage.sql
ALTER TABLE dbo.Community_Users
ADD User_EnablePrivateMessages bit DEFAULT (0) not null
go
update dbo.Community_Users
set User_EnablePrivateMessages = 1
go
ALTER TABLE dbo.Community_SampleUser
www.eeworm.com/read/217567/4868655
sql makeallsectiontypesparentsections.sql
UPDATE [dbo].[Community_PageTypes]
SET pagetype_isParent = 1
WHERE pagetype_isSectionType = 1
www.eeworm.com/read/217567/4868656
sql createmessageforprivatemessageemail.sql
delete [dbo].[Community_Messages] where [Message_Name] = 'Private Message'
go
delete [dbo].[Community_SampleMessages] where [Message_Name] = 'Private Message'
go
DECLARE @c_id int
DECLARE Commu
www.eeworm.com/read/216802/4886034
y sql.y
%{
/*
* Implementation of the Microsoft Installer (msi.dll)
*
* Copyright 2002-2004 Mike McCormack for CodeWeavers
*
* This library is free software; you can redistribute it and/or
* mo
www.eeworm.com/read/216038/4900160
sql data.sql
DELETE FROM admin_help_cat;
DELETE FROM admin_help_entry;
DELETE FROM tech_internal_help_cat;
DELETE FROM tech_internal_help_entry;
DELETE FROM user_help;
DELETE FROM user_help_cats;
DELETE FROM user_