sql-server

    0熱度

    2回答

    四處錯誤: Failed to convert parameter value from string to a Int32 我編寫的代碼爲我的形式,並且在最後當運行代碼,我得到一個錯誤。我試圖改變一切,但任何交換都給了我同樣的錯誤。 我的代碼: const string sqlText = "INSERT INTO dbo.bd_formular(facultate,domeniul,speci

    1熱度

    2回答

    我試圖用Excel文件插入數據到數據庫。這段代碼適合我。但我使用Windows窗體應用程序。我如何將此代碼更改爲WCF?我需要使用Windows窗體應用程序打開Excel文件,然後將值傳遞給WCF服務以將數據插入數據庫。我怎樣才能做到這一點? private void button1_Click(object sender, EventArgs e) { OpenFileDialog

    0熱度

    1回答

    我正在使用Adventureworks2012數據庫學習SQL。 我想創建一個查詢來找到所有有加薪的員工。 以下是我得到的結果的前6行: 第一列是businessentityid和加註日期。 BID Salary Raise Date 4 05.01.2002 00:00:00 4 01.07.2004 00:00:00 4 15.01.2006 00:00:00 16 20.01.200

    0熱度

    1回答

    我嘗試在遠程Azure SQL Server數據庫上執行遷移。 命令:在appsettings.Production.json dotnet ef --startup-project ./../Teamdare.Bot database update -e Production 連接字符串: "ConnectionString": "Server=tcp:project.database.wi

    0熱度

    1回答

    我使用一個查詢來獲取結果的GridView SELECT DISTINCT Order_Header.Id, Order_Header.Payment_Id, Order_Header.Order_No FROM Order_Header INNER JOIN Order_Shipping_Detail ON Order_Header.Id = Order_Shi

    0熱度

    1回答

    我開發C#的小型應用程序中,我使用的是SQL Server數據庫,但是當我運行我的應用程序我得到這個錯誤: An unhandled exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.Configuration.dll Additional information: Co

    0熱度

    1回答

    我有一個表(t),我需要從中獲取一些信息。 我正在使用這2個查詢來獲取它。 但是有沒有辦法讓它在單個查詢? SELECT nrplu, SUM(preco) as TP, SUM(kg) as TK, seccao FROM t GROUP BY nrplu, seccao SELECT nrplu, count(*) as TT FROM t GROUP BY nrplu

    0熱度

    2回答

    我正在嘗試在我的asp應用程序中創建一個新表,並且爲了我的愛無法計算出如何使用主鍵語法。我正在努力解決如何創建它。 可能有人告訴我什麼是錯與查詢: CREATE EXTERNAL TABLE [dbo].[AspNetUserTestScores] ( [UserName] NVARCHAR (256) NOT NULL, [MomentsAndEnergyTestSco

    0熱度

    2回答

    我試圖執行語句以將變量附加到表名稱。我是新來的SQL和我找不到在線問題的解決方案。 Declare @t time Set @t='12:00:00.1' Declare @ttable varchar (255) Set @ttable='Temp'+(Select top 1 ID from mtable) Exec('Insert into '[email protecte

    0熱度

    3回答

    最近有問題,在我的表是 Item | Price | StartDate | EndDate A | 50 | 2015-01-01 | 2015-01-15 A | 60 | 2015-01-16 | 2015-02-07 A | 40 | 2015-02-08 | 1753-01-01 A | 45 | 2015-02-20 | 2015-03-10 A | 50 | 2015-03