Found 19 threads
-
15 โหวต
How to add a link in Biography ?
Hi, just a simple question. How can i add a link in my biography with a text ? Usually on other forums it's ...คำตอบ | 14 ตอบ | 15030 เข้าชม | Created by noneinuse - 24 มกราคม 2555 16:08 | ตอบล่าสุด โดย Hemperial CBD - 10 ตุลาคม 2563 17:52 -
5 โหวต
File Watcher Code Sample
Hi everybody, I am trying to create a Windows Service application that is going to use the FileWatcher to monitor some directories and run SQL Server packages. I found this ...คำถาม | 11 ตอบ | 1190 เข้าชม | Created by Naomi N - 22 กันยายน 2563 21:27 | ตอบล่าสุด โดย Kareninstructor - 24 กันยายน 2563 15:56 -
0 โหวต
Removing a string from Stringbuilder
Hi, I have a collection of strings in stringbuilder object. I want to search a particular string in stringbuilder and if the string exists, I want to remove the searched ...คำตอบที่เสนอ | 6 ตอบ | 1169 เข้าชม | Created by Santosh Umarani - 24 สิงหาคม 2563 13:05 | ตอบล่าสุด โดย Timon Yang - 3 กันยายน 2563 9:42 -
0 โหวต
Newbie string issue
Hi In my token string I am getting extra \" on both ends and this fails subsequent calls to remote API for data. Even though I am using oauthToken1 = ...คำตอบ | 2 ตอบ | 936 เข้าชม | Created by Y a h y a - 2 กันยายน 2563 16:56 | ตอบล่าสุด โดย Viorel_ - 2 กันยายน 2563 18:51 -
2 โหวต
how to update selected record in EF
Hi All. In my DataGrid each row has button to modify according record. The method that I created try to update first record public static int ...คำตอบที่เสนอ | 5 ตอบ | 1083 เข้าชม | Created by zleug - 18 สิงหาคม 2563 18:55 | ตอบล่าสุด โดย Timon Yang - 2 กันยายน 2563 9:34 -
9 โหวต
"SELECT * INTO table FROM" a stored procedure? Possible?
I did a search and read a few solutions but they just don't make too much sense to me. Forgive my newbie-ness but I'm still pretty new when it comes to stored procedures. I'm still learning every ... -
0 โหวต
unable to cast object of type 'MultipleItemSelection' to type 'Microsoft.SqlServer.Managment.UI.VSIntegration.IVsMultitemSelect'
I'm not sure if this is the correct forum to post this to since its a SQL Server Management Studio issue with source control. Seems I have a problem trying to check in multiple selected items into ...คำถาม | 3 ตอบ | 3573 เข้าชม | Created by George Hendrickson - 20 มิถุนายน 2563 17:26 | ตอบล่าสุด โดย Naomi N - 26 สิงหาคม 2563 18:11 -
0 โหวต
Error reporting The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect ?
In C # .net when running an SQL query to get access data with an error The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect, ...คำตอบ | 6 ตอบ | 2381 เข้าชม | Created by lamtriendong - 14 สิงหาคม 2563 4:24 | ตอบล่าสุด โดย lamtriendong - 25 สิงหาคม 2563 7:27 -
0 โหวต
One time history load into dimension table
I have a slowly changing dimension table that keeps track record of our current patient from the patients current location. There is also a history table. I want ... -
8 โหวต
Sql Server 2019 Standard 64bit Slow Performance Vs Sql Server 2012 Express (Sp1) High Performance
Hello, I try to migrate my database from Sql Server 2012 Express (Sp1) to Sql Server 2019 Standard 64bit and I getting very bad query performance ...คำตอบที่เสนอ | 56 ตอบ | 5522 เข้าชม | Created by EREZra - 24 มิถุนายน 2563 18:51 | ตอบล่าสุด โดย Erland Sommarskog - 20 สิงหาคม 2563 21:17 -
3 โหวต
RTRIM Not working
Hi guys, I have a strange issue when trying to trim some trailing spaces off a string. When I do ...คำตอบ | 14 ตอบ | 19566 เข้าชม | Created by wattyjnr - 14 มีนาคม 2554 11:59 | ตอบล่าสุด โดย Dan Guzman - 20 สิงหาคม 2563 11:13 -
4 โหวต
Not able to create tasklist in Sql Server Management Studio
Hi, I 'm using SSMS and want to start using the tasklist option. displaying the task list is not a problem. However the button for creating a new tasklist is not ...คำตอบ | 17 ตอบ | 4117 เข้าชม | Created by H. van der Linde - 6 มกราคม 2560 9:02 | ตอบล่าสุด โดย Naomi N - 19 สิงหาคม 2563 21:32 -
0 โหวต
Can we initialize multiple values in a for loop?
Hello, I have a variable Y returning values 1,2,3,4. Is it possible to initialize Y in a for loop and get the return for each values? for(int i ...คำถาม | 7 ตอบ | 1079 เข้าชม | Created by Frankdot - 19 สิงหาคม 2563 11:56 | ตอบล่าสุด โดย Kareninstructor - 19 สิงหาคม 2563 14:18 -
8 โหวต
Row wise Total in Pivot table ,coming wrong
i am trying to calculating total row wise in Pivot,which is coming wrong. CREATE TABLE #SalesOrder (OrderNo INT,Order_Ref_No VARCHAR(50), Order_date date,Status ...คำตอบ | 37 ตอบ | 3784 เข้าชม | Created by Akhterhussain - 14 สิงหาคม 2563 4:18 | ตอบล่าสุด โดย Akhterhussain - 19 สิงหาคม 2563 6:47 -
3 โหวต
What is the fastest and efficient way to read from a large CSV file in C#?
I have tried different CSV parsers and nothing seems to work. I have a CSV file that has more than 500,000 rows and 26 fields (double data type). I want to read each row, process the data and write it ...คำถาม | 16 ตอบ | 1767 เข้าชม | Created by Ranjini Rengan - 20 กรกฎาคม 2563 20:54 | ตอบล่าสุด โดย Naomi N - 18 สิงหาคม 2563 14:42 -
0 โหวต
What's faster iterating throught a list<T> or Ienumerable<T>
is it better to use foreach on a list<T> or an Ienumerable<T>, i have the collection as Ienumerable so to make it a list i'll actually have to convert it, i'll only loop through the ...คำตอบที่เสนอ | 4 ตอบ | 708 เข้าชม | Created by SalahChafai - 17 สิงหาคม 2563 14:12 | ตอบล่าสุด โดย DonaldRichardson1 gmail.com - 18 สิงหาคม 2563 10:09 -
0 โหวต
Best Practice filtering a Datetime Data Column by a provided StartDate and EndDate DATE Parameters
So I'm sure this has been beaten to death...I think even I myself have beaten this to death. We are wondering what the SQL Server Best Practice is when it comes to creating a SQL ...คำตอบที่เสนอ | 16 ตอบ | 3346 เข้าชม | Created by ITBobbyP - 14 สิงหาคม 2563 20:24 | ตอบล่าสุด โดย Melissa Ma - 18 สิงหาคม 2563 6:43 -
0 โหวต
Sales revenue by country
I have three tables motorcyle_model: id, name, pricecountry: id, nameSales: model_id, country_id, quantity, sales_date All the country wise ...คำตอบที่เสนอ | 6 ตอบ | 3040 เข้าชม | Created by berkynr - 16 สิงหาคม 2563 18:41 | ตอบล่าสุด โดย Echo Liuz - 18 สิงหาคม 2563 5:58 -
11 โหวต
Microsoft Q&A - IMHO, too bad :(
I see a new announcement and I'm disappointed, personally. These forums are not good, but Q&A, IMHO, is even worse :( The following forum(s) are migrating to a new ...การสนทนาทั่วไป | 18 ตอบ | 4791 เข้าชม | Created by Naomi N - 2 มิถุนายน 2563 3:14 | ตอบล่าสุด โดย pituach - 18 สิงหาคม 2563 4:13 - รายการที่ 1 ถึง 20 ของ 22729 ถัดไป ›