Viewing 15 posts - 196 through 210 (of 243 total)
Thank you Kenneth. Will do. Personally I do not see how saving on forum space may help but since I am a newbie here, I couldn't object and thought I...
July 31, 2007 at 5:21 am
Thanks, I appreciate all help, so pls do not feel bad if it will take time. I'll be in touch.
July 31, 2007 at 3:49 am
Chris, very kind of you but since I am the one in need here, you or other members are under no obligation to apologise for any delays.
I've looked at your...
July 31, 2007 at 3:25 am
As I said I am equally amenable to using an sproc for this case. Although I only discovered their power recently (AFTER joining this site!), I regard stored procedures very...
July 31, 2007 at 1:55 am
To Chris:
This is an extract of the view I am using:
SELECT FOODS.Des, LOCATIONS.Location, RECIPES.Qty As Qty1, INVOICEDETAILS.Qty As Qty2, PRODUCTS.Product, UNITS.Unit
FROM InvoiceMaster INNER JOIN InvoiceDetails
ON InvoiceMaster.Inv_No = InvoiceDetails.Inv_No
INNER JOIN...
July 30, 2007 at 11:25 pm
Nice touch.
Thanks Carl Serge.
Carl, if you can get ThisMonday from your code, can't you short-circuit it to get NextFriday too? I tried it, works fine.
if object_id('tempdb..#YWK') is not null drop...
July 20, 2007 at 6:28 am
I am a greenhorn in SQL, so I hope you understand that I asked out of curiosity, not to show off. No offense intended.
July 20, 2007 at 3:32 am
Sergiy, your solution as usual is brilliant, but if you check back the OP wants to process an argument that is in yyyyww format.
July 19, 2007 at 11:37 pm
Ken, I broke it up into its constituent statements and ran them separately, and yes as Michele says, they run fine, but I am certain if left on my own...
July 19, 2007 at 8:06 am
Ken, thanks, (how I wish I could understand its sntax construction).
BTW, is the Maxdop option necessary? I looked it up in BOL and it made me feel that it may...
July 19, 2007 at 5:19 am
The solution you want may be simpler than it seems, if only we can get DDL for ArticlesInStock Table.
As it stands, there is duplication of values in the two columns,...
July 19, 2007 at 4:05 am
Thanks, again, and please help me one last time:
How do I get a handle on this recordset from my VB6 code?
I normally run Stored Procedures with the statement
Conn.Execute "stored_procedure_name".
How can...
July 19, 2007 at 3:10 am
Michele, i do not think I quite understand you; before I reply I need you to tell me:
1. whether I understood your problem correctly or not?
2. in slightly clearer terms,...
July 19, 2007 at 2:50 am
Thanks, it is what I was afraid of.
Question: I still want to work with a view, how can I write a Store Proc to return a view? (It's a dumb...
July 19, 2007 at 2:37 am
Viewing 15 posts - 196 through 210 (of 243 total)