Topics
Started by
Posts
Last post
I'm trying to create a recursive cte that can select manager - employee next level down - employee …
9 replies
Hi Sample Data: CREATE TABLE #test (key_value INT, test_value INT); INSERT #test SELECT 1, 2 UNION …
6 replies
Hi All, i have 9 columns say qso,cp,cd,qsoYESpercentage,cpYESpercentage,cdYESpercentage,qsoNOpercen…
2 replies
I see lots of examples where one needs to parse a csv list to find the gaps of missing values or a …
4 replies
Hello, I have a table: AccountNo, Period, Amount 100, 11/02, 100 100, 11/03, 110 100, 11/04, 120 11…
2 replies
I was setting up to do a demo on how to eliminate duplicate records from a heap and, after reading …
6 replies
I have Table of ClientMaster and 4 Tables of Purchase, Sale, Receive, Transfer. ClientID is passing…
3 replies
Hi I am having a strange issue selecting data from an indexed view... I have created an indexed vie…
6 replies
HI All, i want to retrieve the records from the sql server database table where the condition is o…
7 replies
This is an SQL that gets SALES information. But I am having difficulty getting SALES information fo…
26 replies
I am fairly new dealing with XML but I know there are special characters that XML does not like. So…
16 replies
I was wondering about how a JOIN works for 3 or more table. I understand that a LEFT JOIN will get …
10 replies
I'm building a data warehouse that queries databases that are sometimes located on linked servers. …
8 replies
Need some assistance with a subquery in an ISNULL.... What I am trying to accomplish is the followi…
6 replies
I get why the first one doesn't work, it is too big for an INT. But what about the next two? It see…
6 replies
Viewing 15 topics - 8,296 through 8,310 (of 10,647 total)
You must be logged in to create new topics.