Tài liệu Looking at the SQL Server DMF APIs pdf

Tài liệu Looking at the SQL Server DMF APIs pdf

Tài liệu Looking at the SQL Server DMF APIs pdf

...   Looking at the SQL Server DMF APIs The SQL Distributed Management Framework is a framework of objects, services, and components used to manage Microsoft SQL Server 2000. It ... is made up of a few APIs that you can use to accomplish tasks in your applications. You can see how these APIs are used in Figure 7.3. Figure 7.3. Under the covers, the SQL- DMO...

Ngày tải lên: 26/01/2014, 11:20

2 268 0
Tài liệu Looking At the ADO Object Models ppt

Tài liệu Looking At the ADO Object Models ppt

... also use them cohesively. For instance, to modify the table's structure, you need to get to the Tables collection located off the Catalog object in the ADOX library; however, this Catalog ... ActiveConnection property set to the Connection object (ADODB). Take a look at what makes up the individual object models. The ActiveX Data Objects 2.7 (ADODB) Object Model The...

Ngày tải lên: 21/01/2014, 12:20

3 277 0
Tài liệu Giáo trình Microsoft SQL Server 7.0 pdf

Tài liệu Giáo trình Microsoft SQL Server 7.0 pdf

... năng sau: + Registry SQL Server: Đăng ký các nhóm (group) để truy nhập vào Microsoft SQL Server + Edittion SQL Server Registration: Cấu hình của Microsoft SQL Server + SQL Server Query Analyzer: ... SQL Server database bằng các các user_login hay SA (ngầm định). + SQL Server Enterprise Manager: + SQL Server Client Configuration Utility. Cấu hình của các...

Ngày tải lên: 22/12/2013, 22:16

94 606 3
Tài liệu Retrieve Results from SQL Server by Using the DataTable Object docx

Tài liệu Retrieve Results from SQL Server by Using the DataTable Object docx

... connection to get there. You know that the DataTable object should allow you to perform this task. How do you get results from SQL Server by using the DataTable object? Technique Using the Windows ... creating the SQL string that will be used and storing it in strSQL, the data adapter called odaCust is created. The odtCust data table is then filled using odaCust. Last,...

Ngày tải lên: 26/01/2014, 11:20

3 352 0
Tài liệu Hàm CASE trong SQL Server 2005 Phần 3 ppt

Tài liệu Hàm CASE trong SQL Server 2005 Phần 3 ppt

... ('ND','SD','NE','KS','OK','TX','MN','IA','MO','AR','LA','WI ','IL','TN','MS','AL') then 'Central' when state in ('AK') then 'Alaskan' when state in ('HA') then 'Hawaii' end from emp...

Ngày tải lên: 11/12/2013, 23:15

6 473 1
Tài liệu Hàm CASE trong SQL Server 2005 Phần 4 ppt

Tài liệu Hàm CASE trong SQL Server 2005 Phần 4 ppt

... 'Eastern' then e.id when 'Mountain' then m.id when 'Pacific' then p.id when 'Alaskan' then a.id when 'Hawaii' then h.id when 'Central' then c.id ... 'Eastern' then e.id when 'Mountain' then m.id when 'Pacific' then p.id when 'Alaskan' then a.id when 'Hawaii' then h.id when &...

Ngày tải lên: 11/12/2013, 23:15

5 469 1
Tài liệu Mã hoá trong SQL Server 2005 pptx

Tài liệu Mã hoá trong SQL Server 2005 pptx

... Trong SQL Server 2000 bạn có thể tự tạo các hàm của riêng mình hoặc sử dụng các DLL ngoài để mã hoá dữ liệu. Trong SQL Server 2005, các hàm và phương thức này được mặc định cho phép sẵn. SQL ... Object: Database [admin] Script Date: 11/25/2007 10:50:47 ******/ IF EXISTS (SELECT name FROM sys.databases WHERE name = N'Customer DB') DROP DATABASE [Customer DB] go...

Ngày tải lên: 11/12/2013, 23:15

7 486 1
Tài liệu Hàm CASE trong SQL Server docx

Tài liệu Hàm CASE trong SQL Server docx

... by case when state ='NY' then 1 when state ='CA' then 2 when state ='NJ' then 3 when state ='CT' then 4 when state ='FL' then 5 else 6 end ... ('ND','SD','NE','KS','OK','TX','MN','IA','MO','AR','LA','WI','IL',...

Ngày tải lên: 22/12/2013, 22:16

14 755 0
Tài liệu Giáo trình Microsoft SQL Server: Hệ quản trị cơ sở dữ liệu ppt

Tài liệu Giáo trình Microsoft SQL Server: Hệ quản trị cơ sở dữ liệu ppt

... năng sau: + Registry SQL Server: Đăng ký các nhóm (group) để truy nhập vào Microsoft SQL Server + Edittion SQL Server Registration: Cấu hình của Microsoft SQL Server + SQL Server Query Analyzer: ... SQL Server database bằng các các user_login hay SA (ngầm định). + SQL Server Enterprise Manager: + SQL Server Client Configuration Utility. Cấu hình của các...

Ngày tải lên: 25/12/2013, 16:15

93 804 2
w