Viewing 15 posts - 166 through 180 (of 189 total)
Steve:
You mentioned the IF NOT EXISTS statement. I'm wondering if I can use it. But how would it work?
So I put my SELECT statement inside the IF NOT EXISTS statement...
December 10, 2008 at 10:57 am
Hey Steve,
Thanks for the sp_send_dbmail command. I actually logged back on to post that message because after some research I found out I could use that. I configured my database...
December 9, 2008 at 2:54 pm
Btw.. not sure if anyone clicked on the links but the BCP link actually led to an MSDN article about Creating Indexes with Included columns... or is that where it's...
November 24, 2008 at 8:19 am
Oh yeah.. I tried registering as well.. nothing would work. I'm not sure what was causing the problem and really don't have the time to look into it. I guess...
November 24, 2008 at 5:36 am
Okay, just so if someone as unfortunate as me stumps at this point... just re-install your .NET Framework (in my case 2.0) and everything will magically start working.. well not...
November 20, 2008 at 6:33 am
Hi mr,
If I understand you correctly then you could put any hardcoded values after the SET @VariableName keyword.. and that would be your parameters being passed. So if you wanted...
November 18, 2008 at 12:12 pm
Okay.. anyway.. realised all I had to do was drop the schema first.. :rolleyes:
November 17, 2008 at 9:05 am
Nerve-wracking indeed! I'm amazed Microsoft (the developer of the nuts & bolts of the windows OS after-all) hasnt freaking made their uninstall windows application a little more dynamic!
I had to...
November 17, 2008 at 7:52 am
Most definitely Lynn. I guess i'll have to read abit about CTE tables over derived tables.. Thanks for the information 🙂
November 14, 2008 at 1:27 pm
Great yeah.. I will definitely try to use JOINS more than the where clause. I happen to alternate for some reason, but I'll try to stick to JOINS... I guess...
November 14, 2008 at 12:57 pm
Hey Thanks buddy.. yes not your fault... I'm sorry I didnt let you know that it wasnt the only thing I was working with.. but is your query more efficient?
It...
November 14, 2008 at 12:47 pm
Hey Glen... Thanks for the information... it not only correct my problem but also I learned soemthing new..........
Sorry.. i'm kinda new to SQL development..
THANK YOU!
November 14, 2008 at 12:41 pm
Whats the difference between Column names and Field Names? I thought both were same
November 14, 2008 at 12:15 pm
SELECT CalDay5.Yr AS C0,
CalDay5.CalDt AS C1,
Loc.Alias,
COUNT(Loc.Loc_PK) AS LocsReported,
CalDay5.PerOfYrNbr AS C3,
CalDay5.WkOfYrNbr AS C4,
REPLACE(S.name,'ZAXBY/','') AS POS,
--LR.BusDt,
LR.AdjNetSales,
LR.CompCurrSales,
LR.CompHistSales,
SELECT CASE WHEN LR.CompCurrSales IS NULL THEN 0 ELSE (('LR.CompCurrSales'-'LR.CompHistSales'/'LR.CompHistSales')*(100))...
November 14, 2008 at 12:08 pm
Viewing 15 posts - 166 through 180 (of 189 total)