CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - INT 1
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Oracle
SQL Server
MySQL
Other Databases
Search - INT 1 - List
[
SQL Server
]
MSSQLPage
DL : 0
MSSQL数据库分页 CREATE proc GetData @SQLSTR varchar(2000), @PageNo int, @PageSize int, @OnceMoreSize int, @PageCount int output, @RecordCount int output as-MSSQL database paging CREATE proc GetData @SQLSTR varchar(2000), @PageNo int, @PageSize int, @OnceMoreSize int, @PageCount int output, @RecordCount int output as
Date
: 2026-01-07
Size
: 185kb
User
:
pcmagic
[
SQL Server
]
DB1
DL : 0
/*** Object: Table [dbo].[mabs] Script Date: 03/21/2011 20:18:56 *** / IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N [dbo].[mabs] ) AND type in (N U )) DROP TABLE [dbo].[mabs] GO /****** Object: Table [dbo].[mabs] Script Date: 03/21/2011 20:18:56 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N [dbo].[mabs] ) AND type in (N U )) BEGIN CREATE TABLE [dbo].[mabs]( [Hash1] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [file1] [int] NULL, [file2] [int] NULL, [total] [int] NULL, [Hash2] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ) END GO INSERT [dbo].[mabs] ([Hash1], [file1], [file2], [total], [Hash2]) VALUES (NULL, 500, 495, NULL, NULL) -/****** Object: Table [dbo].[mabs] Script Date: 03/21/2011 20:18:56 ******/ IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N [dbo].[mabs] ) AND type in (N U )) DROP TABLE [dbo].[mabs] GO /****** Object: Table [dbo].[mabs] Script Date: 03/21/2011 20:18:56 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N [dbo].[mabs] ) AND type in (N U )) BEGIN CREATE TABLE [dbo].[mabs]( [Hash1] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL, [file1] [int] NULL, [file2] [int] NULL, [total] [int] NULL, [Hash2] [nvarchar](50) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ) END GO INSERT [dbo].[mabs] ([Hash1], [file1], [file2], [total], [Hash2]) VALUES (NULL, 500, 495, NULL, NULL)
Date
: 2026-01-07
Size
: 2.67mb
User
:
sathiyaraj124
[
SQL Server
]
CREATE-TABLE
DL : 0
表中某列被修改后触发器SQL例子,不能获得修改前的值。-CREATE TABLE [TEST] ( [FID] [int] IDENTITY (1, 1) NOT NULL , [F1] [int] NULL , [F2] [int] NULL , [F3] [int] NULL , CONSTRAINT [PK_TEST] PRIMARY KEY CLUSTERED
Date
: 2026-01-07
Size
: 1kb
User
:
斌
[
SQL Server
]
procedure
DL : 0
图书管理系统的存储过程 方便系统开发 s使用SQL时常用的代码-easy practical。you can use it as a materila to learn sql.yes as declare @ERROR int begin update tbBookInformation set
Date
: 2026-01-07
Size
: 5kb
User
:
ashuang
[
SQL Server
]
lab1
DL : 0
I. Query with SQL Server 2005. (30’, 2’ for each) 1. Create a table named Student using command Create Table. The table structure is as follows: Column Type Length Note ID Varchar 20 Student’s ID Name Varchar 10 Student’s Name Age Int Student’s Age Department Varchar 30 Student’s Dept. -I. Query with SQL Server 2005. (30’, 2’ for each) 1. Create a table named Student using command Create Table. The table structure is as follows: Column Type Length Note ID Varchar 20 Student’s ID Name Varchar 10 Student’s Name Age Int Student’s Age Department Varchar 30 Student’s Dept.
Date
: 2026-01-07
Size
: 1kb
User
:
123
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.