Topics
Started by
Posts
Last post
Hey all I have a storedprocedure in which I call a number of scalar-valued functions: SELECT Dokum…
4 replies
Task: Create view of a table that splits one column value into two column values. The single column…
9 replies
Hi, I have a table, where there are stores. Stores StoreId Name 1 Store 1 2 …
4 replies
Hi, I have a table with the following data. DID-------ID--------Value 1---------1-----------2 1----…
17 replies
Hello comunity I need to return 2 columns on my SELECT the first is "SaldoCCO" and also "SaldoLR", …
10 replies
How do I extract the following information from a string. The string varies depending if it is an …
6 replies
HAVE A FIELD 'ZIPCODE' WHERE ALL THE NUMBERS ARE TOGEATHER, NEED TO CHANGE THEM TO WHERE THE ZIPCOD…
2 replies
I have several databases which contain a set of common tables. I need to build some queries that c…
6 replies
Hello. I am having trouble wrapping my head around this one. The data set I am working with follows…
3 replies
Below the code I use. All seems fine except at the WHILE statement. There should be an error, but I…
13 replies
I have 2 table registrants and print_audit. In these 2 tables I have columns setup to handle the d…
1 replies
sum(Case when answera = 2 then 1 else 0 end) as answera sum(Case when answerb = 2 then 1 else 0 end…
1 replies
sum(Case when answera = 2 then 1 else 0 end) as answera sum(Case when answerb = 2 then 1 else 0 end…
1 replies
how to maintain transactions for multiple insert statements in sql server 2005 ex Create Procedure …
1 replies
Can anyone tell me why this statement works on one server (dev) but sometimes blows up on another (…
5 replies
Viewing 15 topics - 7,141 through 7,155 (of 12,230 total)
You must be logged in to create new topics.