Topics
Started by
Posts
Last post
Hello everyone. I have a bit of a challenge I am attempting to resolve but keep coming up at dead …
2 replies
How do I code a SQL 2005 proc that will deliver an output returncode of 0 (to a VB GUI) if successf…
4 replies
As I noted in another thread, my DB got hit with SQL injection through our company website. Obvious…
6 replies
Draft submitted delivered I want to pass this value as XML String to a SP and read back the value…
4 replies
Hi, I've a Product table as well as two other tables linked to the product table in a many-to-many …
4 replies
I have a table Contacts as described below CREATE TABLE dbo.Contacts ( ContactID int identity prim…
10 replies
I have a table of values that I am importing to my database. The data is coming in as: Participant…
1 replies
I am building an SP where I need to compare values like: VAL1 = ABCD ; VAL2=BDAC I need to sort bot…
14 replies
I have a problem. I need to check missing data varables in different tables dynamically. Variables …
6 replies
Hello World: I have a brain busting requirement. I can't alter the original table due to business. …
12 replies
I have 2 tables I'm trying to join. I need to run a query to display every vendor(t1.vendorid) and …
8 replies
Hi there, have some data set out as follows: 0 1 2 3 4 5 a x b __x c ___x d _____x e _______x (Unde…
12 replies
How do I put these two select statement into one result set? (Select Count(*) As SRIP FROM dbo.tbl…
9 replies
Hi I hope someone can help me with the following problem. I have a table with records in it, the pr…
5 replies
If I run the following statement: Select sum(case I.IT_Code when 'SRIP' then 1 else 0 end) as SRIP,…
3 replies
Viewing 15 topics - 5,911 through 5,925 (of 12,234 total)
You must be logged in to create new topics.