Quantcast
Channel: T-SQL Question
Browsing latest articles
Browse All 10 View Live

T-SQL Question

No problem.  I don't think I can help much more at this point.  It looks like you just need to join those tables, possibly having three procedures to do the different Customer types.  Once you get a...

View Article



T-SQL Question

Holy Cow you really worked hard to help me out! Thank you so much! I am pretty new to T-SQL and I am trying hard to learn. I will totally use this in my sp. Let me give you a run down of what exactly I...

View Article

T-SQL Question

 Louis Davidson wrote:Please provide a sample table and some data for us to work with.  I think that you can easily build a table of dates to support your needs (better tables could be built to support...

View Article

T-SQL Question

Please provide a sample table and some data for us to work with.  I think that you can easily build a table of dates to support your needs (better tables could be built to support configurable dates,...

View Article

T-SQL Question

I meant, is it returning the wrong results, or is it throwing an error?

View Article


T-SQL Question

I am not exactly sure why it is not working...I was hoping someone would be able to help me out with that exact part. I think it has something to do with the SELECT clause not being associated with the...

View Article

T-SQL Question

Is it giving you an error?  What is it that is not working?I have to leave for the day, but I'll check in the AM.

View Article

T-SQL Question

This is what I have so far...but my programming is shaky, and it's not working. I really appriciate all the help!Create  Procedure dbo.spBBFpricesheets (  @Date smalldatetime,  @Shipto varchar(9),...

View Article


T-SQL Question

You will need an IF statement or a CASE statement.You should also check out the DATEPART ( datepart ,date ) function in BOL.You should be able to write a procedure that processes the day of the week,...

View Article


T-SQL Question

I need to figure out how to write a stored procedure to get the correct daily AAbutter price for sales orders on a particular day. I am pretty confused...but I am just a beginner.First of all, a sales...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images