摘要:
USE [master]GOCREATE DATABASE [Northwind]GOEXEC dbo.sp_dbcmptlevel @dbname=N'Northwind', @new_cmptlevel=80GOUSE [Northwind]GOSET ANSI_NULLS ONGOSET QUOTED_IDENTIFIER ONGOCREATE TABLE [Shippers]( [Ship... 阅读全文
posted @ 2011-03-02 16:21
明永成
阅读(1606)
评论(0)
推荐(0)
摘要:
pubsUSE [master]GOCREATE DATABASE [pubs] GOUSE [pubs]GOEXEC dbo.sp_addtype @typename=N'tid', @phystype='varchar(6)', @nulltype='NOT NULL', @owner=N'dbo'GOEXEC dbo.sp_addtype @typename=N'id', @phystype... 阅读全文
posted @ 2011-03-02 15:03
明永成
阅读(2342)
评论(0)
推荐(0)
摘要:
内容摘要:这是一家从事程序外包工作的外企招聘后台开发或与后台开发相关的SQL Server高级程序员的试题。内容正文: Question: How can I list non-contignous data?In database pubs, I create a table test using statement as below, and I insert several row as b... 阅读全文
posted @ 2011-03-02 12:39
明永成
阅读(261)
评论(0)
推荐(0)
摘要:
本人面试职位需要的技能要求 1、报表,本人多年使用gridppReport开发软件,水晶报表不怎么使用。必须研究一下。 2、ADO.NET 这个是访问数据库的工具,必须把资料整理好。 http://baike.baidu.com/view/159519.htm 3、WebService 提供接口给用户来操作网络上的数据库 http://baike.baidu.com/view/837392.htm... 阅读全文
posted @ 2011-03-02 08:56
明永成
阅读(186)
评论(0)
推荐(0)
浙公网安备 33010602011771号