Viewing 15 posts - 5,011 through 5,025 (of 15,381 total)
Scott Coleman (5/2/2014)
SELECT OptionCode, OptionDesc,OptionLongDesc = CAST(OptionLongDesc AS NVARCHAR(MAX)) , UnitPrice
FROM tbMasterOption
WHERE ...
Did you use the same cast in...
May 5, 2014 at 7:40 am
DaveK2014 (5/2/2014)
The problem is the union blows up because optionlongdesc is...
May 2, 2014 at 2:24 pm
saifmahatab (5/2/2014)
I need help in creating a temporary table where I can log the QueryName, StartTime, Endtime, Durationand run the Select query 100 times with to check the time
Pretty...
May 2, 2014 at 2:00 pm
This can get a little bit tricky when the dates span multiple days. If they are within the same day you can use something like this. It will actually work...
May 2, 2014 at 1:46 pm
robin.pryor (5/2/2014)
Sean Lange (4/28/2014)
robin.pryor (4/28/2014)
SELECT a.BoxId, b.field1 as value1, c.field1 as value2, d.field1 as value3, e.field1 as...
May 2, 2014 at 11:11 am
John Deupree (5/2/2014)
May 2, 2014 at 10:03 am
vigneshkumart50 (5/2/2014)
No I don't get sum for 2 nd column
What do you mean you don't get sum? What do you get? Help us out here by giving us some details.
I...
May 2, 2014 at 9:39 am
Steve Jones - SSC Editor (5/1/2014)
Can someone write a short consolidated...
May 2, 2014 at 8:16 am
This is a difficult situation. The trigger you have created is trying to deal with a situation that I find to be very painful and not very useful in the...
May 2, 2014 at 8:09 am
praveen.arokiam (5/2/2014)
Hi,Thanks for the reply. Yes the workday runs through Monday to Friday
So a minor tweak to what I posted will get you the last Friday of any given month.
declare...
May 2, 2014 at 7:50 am
shahgols (5/1/2014)
May 1, 2014 at 2:31 pm
JStevenson1 (5/1/2014)
TransactionID: TransactionDate:
...
May 1, 2014 at 2:09 pm
Then...you have been around here long enough to know better than just slapping up a query and asking how to fix it. You have obfuscated the tables and such to...
May 1, 2014 at 1:52 pm
shahgols (5/1/2014)
We have a very expensive query that I am tring to rewrite, but the rewritten query (even though is much faster) doesn't return the same number of...
May 1, 2014 at 1:50 pm
Viewing 15 posts - 5,011 through 5,025 (of 15,381 total)