ไม่มีประกาศ
-
0 โหวต
POSTING TIPS - Code, Images, Hyperlinks, Details
When you're posting a question - please search the forum first! If that fails, and you wish to include T-SQL, C#, or VB code in your post, see below. If you're asking for ...
Found 95821 threads
-
1 โหวต
T-SQL to Update duplicate records
Ok Im not sure this can even be done but I have a table that has a field with duplicates in it, 970 of them to be exact. What Id like to do is within this field, find ...คำตอบ | 3 ตอบ | 16340 เข้าชม | Created by Rustifer44 - 29 พฤษภาคม 2555 16:19 | ตอบล่าสุด โดย Sudip_inn - 29 สิงหาคม 2563 19:00 -
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 โหวต
creating tables in a database by using proper ANSI SQL syntax 98-364 database fundamentals
Hi We are working on 98-364 exam guide and one of the requirements is "creating tables in a database by using proper ANSI SQL ...คำตอบ | 10 ตอบ | 9719 เข้าชม | Created by Katie and Emil - 9 กรกฎาคม 2555 14:50 | ตอบล่าสุด โดย tytion - 28 สิงหาคม 2563 9:10 -
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 ... -
0 โหวต
EXEC sp_tables_ex random fail
Hi I installed ACE driver 2010 64 bits on my SQL 2017 64bits I created a Linked Server to an Excel file SELECT * FROM ...คำตอบ | 6 ตอบ | 5009 เข้าชม | Created by mtrudel337 - 3 กันยายน 2561 20:35 | ตอบล่าสุด โดย PabloFranco - 20 สิงหาคม 2563 21:32 -
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 ตอบ | 12158 เข้าชม | 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 ตอบ | 26349 เข้าชม | Created by wattyjnr - 14 มีนาคม 2554 11:59 | ตอบล่าสุด โดย Dan Guzman - 20 สิงหาคม 2563 11:13 -
2 โหวต
T-SQL to convert Datetime and DatetimeOffset to Zulu Format
How to convert datetime and datetimeoffset to zulu format in Sql server 2014 and above How does the function SYSDATETIMEOFFSET() works - Does it calculate the offset of the server ...คำตอบที่เสนอ | 13 ตอบ | 7630 เข้าชม | Created by SubhadipRoy - 14 สิงหาคม 2563 15:15 | ตอบล่าสุด โดย Echo Liuz - 20 สิงหาคม 2563 5:25 -
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 ตอบ | 10440 เข้าชม | Created by Akhterhussain - 14 สิงหาคม 2563 4:18 | ตอบล่าสุด โดย Akhterhussain - 19 สิงหาคม 2563 6:47 -
1 โหวต
Can SQL Server graph query d orecursive?
p2) and p1.name = 'John' how to write the query if I want to find all friends and friends of friends ? we can write a recursive query in normal ...คำตอบที่เสนอ | 2 ตอบ | 4689 เข้าชม | Created by Guostong - 29 กรกฎาคม 2563 20:30 | ตอบล่าสุด โดย Guostong - 19 สิงหาคม 2563 2:14 -
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 ตอบ | 10526 เข้าชม | 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 ตอบ | 11067 เข้าชม | Created by berkynr - 16 สิงหาคม 2563 18:41 | ตอบล่าสุด โดย Echo Liuz - 18 สิงหาคม 2563 5:58 -
0 โหวต
Hello Friends, In below given query i want the Aging column's outputs in DD:HH:MM format. I am unable to get it. Could any of you help?
Select Work_Order_ID,summary,ISNULL(Request_Assignee, 'Unassigned') as Request_Assignee, CAST(DATEADD(s, Submit_Date, 'Jan 1, 1970') as nvarchar) as Submit_Date ...คำตอบที่เสนอ | 4 ตอบ | 5218 เข้าชม | Created by Abhijit Anil Patil - 15 สิงหาคม 2563 16:44 | ตอบล่าสุด โดย Echo Liuz - 18 สิงหาคม 2563 5:57 -
0 โหวต
Take one cell's value and convert it into a string for display in a label.
Hi, I know this is probably simple but... I want to select one value from a cell in our MSSQL database, and turn it into a string and put it in a label on our ...คำถาม | 5 ตอบ | 5250 เข้าชม | Created by Altabear - 14 สิงหาคม 2563 20:15 | ตอบล่าสุด โดย Echo Liuz - 18 สิงหาคม 2563 5:57 -
1 โหวต
I need a field containing 00:00:00 as numeric (not text) in VFP to export dbf files to Sage 300 2020
I am creating a series of .csv files to import records in Sage 300 Payroll using low level file functions. There is one field called Valtime that requires 00:00:00 as a "number" not ...คำตอบที่เสนอ | 6 ตอบ | 7095 เข้าชม | Created by Steven Starace - 12 สิงหาคม 2563 19:31 | ตอบล่าสุด โดย --CELKO-- - 17 สิงหาคม 2563 18:20 -
1 โหวต
Warning: Null value is eliminated by an aggregate or other SET operation ?
I working on SQL server 2012 I face issue I can't solve this warning Warning: Null value is eliminated by an aggregate or other SET operation so How ...คำตอบ | 7 ตอบ | 7690 เข้าชม | Created by engahmedbarbary - 16 สิงหาคม 2563 23:26 | ตอบล่าสุด โดย --CELKO-- - 17 สิงหาคม 2563 17:18 -
3 โหวต
Scripting
I don't know what the "scripting" means in SQL Server. (I have experience in T-SQL but not familiar with this term) Does it mean general T-SQL ...คำตอบ | 4 ตอบ | 4290 เข้าชม | Created by Jeff0803 - 16 สิงหาคม 2563 9:32 | ตอบล่าสุด โดย Melissa Ma - 17 สิงหาคม 2563 9:39 -
0 โหวต
add RECOMPILE for specific query server wide
Hi, I've SQL 2017 and i have a query performance problem. i did try to play with all those trace flag (4199,4136,4137,9481)server wide and play with the indexes and stats and the ...คำตอบ | 11 ตอบ | 7567 เข้าชม | Created by Avi.G - 13 สิงหาคม 2563 6:51 | ตอบล่าสุด โดย Echo Liuz - 17 สิงหาคม 2563 8:04 -
0 โหวต
Extract values from the String filed in SQL server
I have nvarchar field in a SQL server table that contains html string where value need be separated into two additional fields and data can be of varying ...คำตอบที่เสนอ | 33 ตอบ | 8360 เข้าชม | Created by Red987 - 10 สิงหาคม 2563 19:47 | ตอบล่าสุด โดย Melissa Ma - 17 สิงหาคม 2563 6:44 -
0 โหวต
Cannot call methods on bigint
Hi, I'm getting the error 'Cannot call methods on bigint' when executing a query in Management Studio. It's happened after in a where clause I used a ...คำตอบที่เสนอ | 4 ตอบ | 5758 เข้าชม | Created by Andrey1973 - 13 สิงหาคม 2563 15:39 | ตอบล่าสุด โดย Echo Liuz - 17 สิงหาคม 2563 6:03 - รายการที่ 1 ถึง 20 ของ 95821 ถัดไป ›
ไม่มีประกาศ