Topics
Started by
Posts
Last post
I am using SSRS 2008 for reporting. I made a matrix report but when I preview it that time it shows…
1 replies
How do i alias a Exists subquery? select TOP 1000 E.[Last Name] , E.[First Name] , E.[Department] ,…
16 replies
Hi all, how can i get a week of the month given a specified date? my week start on Monday and end o…
4 replies
when trying process the following string as an XML statement, the japanese character are causing a …
5 replies
Hi All, I'm currently working out the ideal way to display my result set to a set of people within …
5 replies
[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
Viewing 15 topics - 5,956 through 5,970 (of 10,644 total)
You must be logged in to create new topics.