Topics
Started by
Posts
Last post
Hello All Lets say I have a column with some "unwanted" characters on the end I might want to remov…
6 replies
Hi all, I hope you can help me with my problem. I try to manage errors that might happen during a b…
2 replies
Here's an instance. If you go to add a Foreign key to a child table where the referenced column in …
1 replies
I have a table that contains duplicate entries. I don’t want to delete the entries but update all o…
4 replies
I have a query the uses an IN clause: SELECT SUM(CASE WHEN jobtran.ind_code IN ('…
6 replies
Am wanting to know the most efficient way to show SUM of a column derived from a subquery aggregate…
10 replies
I have following query... select * from WorkManagement_Story where WorkManagement_Story.storyId in …
9 replies
Hello!! I've got a problem inserting more than 255 chars per column into a textfile using INSERT IN…
6 replies
Hi I use the 4 following query approaches to get the same results. I'd like to know which is the…
6 replies
Hello T-SQL experts, I just wanted to ask someone to confirm something for me, to make sure I have …
7 replies
select * from A left outer join (select top 1 consent,rowno_custsinc_cust from B …
8 replies
I'm evaluating a process that mails statements and letters and has a service level agreement, and t…
2 replies
Hi, Is it possible to use an xml index as a join condition? For example, want to do something like …
1 replies
I'm trying to add '<?xml version="1.0" encoding="utf-8"?>' to the results of this: SELECT TO…
15 replies
I am trying to create a table that shows Indirect Hours for each employee. These hours are grouped …
2 replies
Viewing 15 topics - 2,206 through 2,220 (of 12,234 total)
You must be logged in to create new topics.