Topics
Started by
Posts
Last post
[font="ArialI have an SSIS job (SQL Server 2008) that refreshes data nightly. Here's a synopsis of…
10 replies
I have a developer who is trying to code a stored procedure in T-SQL like you would code in C or a …
17 replies
I need to return all part numbers in a table that are based on the following pattern: 8675G309 The …
4 replies
Hi All, I am not a developer but my boss assign some work please help me on below query... SEL…
13 replies
I am getting duplicates. Whenever I have an AgencyID that meet more than one of my conditions, I ge…
3 replies
What would the syntax be for trimming a string on both ends? I want to remove the first two and las…
9 replies
Is it possible to add case logic when identifying the join? Here is logic of what I am trying to ac…
7 replies
create table #tmp(name varchar(10),Gender char(1)) insert into #tmp (name,Gender) values('A','M') i…
5 replies
I need to load a temp table with the result set from a sproc sort of like the following: Select int…
21 replies
I am working on streamlining some work that another group here is doing. They have a series of seve…
13 replies
I would like to retrieve all of the document pairs from a fulltext semantic index. Why does the qu…
1 replies
We have a user login table, which inserts a record for each user login. The table structure is belo…
1 replies
Hi, I had a procedure where there was a condition in where clause: where ISNULL(d.[RejectReason], 0…
6 replies
I have data like this COMID ALLOCATION 1 10 1 230 2 1222 3 2 4 33 1 33 But i want it li…
9 replies
Good morning I am looking for a efficient way to get summary counts for a entire data set on certai…
6 replies
Viewing 15 topics - 5,956 through 5,970 (of 10,635 total)
You must be logged in to create new topics.