Topics
Started by
Posts
Last post
Hiya guys, I have a table like below: SELECT [Province] ,[Date] ,[Region] ,[Sto…
1 replies
Hi, I am trying to search the possibilities for tuning the query in which it goes for index scan. s…
14 replies
Hi everyone, Is there any way to keep one global temp table, and avoid to be changed by other SQL …
5 replies
By: sturner
Hi everyone I have this stored procedure. CREATE PROCEDURE [dbo].[sp_EE_A_disabled] @inT1 VARCHAR…
3 replies
Is bulk insert only from file -> table? Or can you use bulk insert from table -> table withou…
2 replies
It is common practice to use scope_identity() to return the identity value of a newly inserted reco…
1 replies
Hello All, Please help me with this problem. I have a UI which has some combobox for selecting Data…
3 replies
I have this other scenario: Select a.Id, (Select Sum(b.quantity) from TableB b from b.Id=a.Id) AS …
2 replies
Table 1 OrderID | ProductID | Quantity | Price | Total --------------------------------------------…
5 replies
Please bear with me through what I am being requested to do... it is a bit confusing. I need to gen…
3 replies
i have the following trigger. basically, anytime i update a table, i need to copy the row to a his…
11 replies
Hello comunity -i have the following script based on my invoice table to return by customer the amo…
1 replies
I have a "TimeSlot" table. I created a trigger to prevent overlaps. When I try to do updates that s…
2 replies
Please could someone help with the Immediate decision.. we have an application and there are 500/60…
2 replies
I think I'm overthinking this query...if anyone can point me in the right direction it would be mos…
39 replies
Viewing 15 topics - 8,686 through 8,700 (of 10,647 total)
You must be logged in to create new topics.