A.使用Microsoft SQL Serve索引來優(yōu)化數(shù)據(jù)運(yùn)算
B.在一個業(yè)務(wù)層類中實現(xiàn)運(yùn)算
C.在一個數(shù)據(jù)層類中實現(xiàn)運(yùn)算
D.使用Microsoft SQL Server存儲過程來進(jìn)行數(shù)據(jù)運(yùn)算
您可能感興趣的試卷
你可能感興趣的試題
A.existingStudents.Merge(exStudents)
B.exStudents.Merge(existingStudents)
C.exStudents.Merge(existingStudents,True)
D.existingStudents.Merge(exStudents,F(xiàn)alse)
E.existingStudents.Merge(exStudents,True)
A.Students,SubjectTaken,Subjects
B.SubjectTaken,Subjects,Students
C.Students,Subjects,SubjectTaken
D.Subjects,SubjectTaken,Students
使用下面的連接字符串在給定的時間連接到Microsoft SQL Server 2000,有多少個連接池被創(chuàng)建?
請選擇?()
A.A
B.B
C.C
D.D
A.WriteXmlSchema
B.ReadXmlSchema
C.InferXmlSchema
D.ReadXml
寫一行代碼來為某一個課程檢索學(xué)生的數(shù)量。下面哪個代碼段用來從存儲過程參數(shù)中檢索學(xué)生的數(shù)量值?(選擇最佳答案)()
A.A
B.B
C.C
D.D
最新試題
要使用命令對象調(diào)用存儲過程,必須設(shè)置命令對象的(),()和()屬性。
可使用DataSet類的()方法將當(dāng)前DataSet對象的數(shù)據(jù)和構(gòu)架信息保存到文件中;可使用DataSet類的()方法從文件中加載構(gòu)架信息和數(shù)據(jù)到DataSet對象;可使用DataSet類的()方法從文件中加載構(gòu)架信息到DataSet對象;可使用DataSet類的()方法將DataSet對象中的架構(gòu)信息寫到文件中。
連接sql server 2000數(shù)據(jù)庫,使用哪種.net數(shù)據(jù)提供程序最好()
打開sql connection時返回的sql server錯誤號為18456,該錯誤表示:()
則該連接的服務(wù)器的機(jī)器名為();數(shù)據(jù)庫名為();SSPI可以寫為()
打開sql connection時返回的sql server錯誤號為17,該錯誤表示:()
為了從數(shù)據(jù)源向數(shù)據(jù)集填充數(shù)據(jù),應(yīng)該調(diào)用().
將pubs數(shù)據(jù)庫中jobs表中的所有數(shù)據(jù)裝入數(shù)據(jù)集,在其上應(yīng)用數(shù)據(jù)視圖,將工作號>5的工作信息按工作描述降序排序,顯示在DataGridView控件上
為創(chuàng)建在SQL Server 2000中執(zhí)行Select語句的Command對象,可先建立到SQL Server 2000數(shù)據(jù)庫的連接,然后使用連接對象的()方法創(chuàng)建SqlCommand對象。
什么是連接池?