Viewing 15 posts - 1,606 through 1,620 (of 15,381 total)
Nilssond (4/13/2016)
My task is to reduce this string to 154111.85 The string values can range from $1,000.00 to $700,000.00
Is there...
April 13, 2016 at 1:02 pm
2Tall (4/13/2016)
WHERE
GLItems.GLYearPeriod =
CASE
WHEN MyCal.AccountingPeriod = 1 THEN ((MyCal.AccountingYear * 100 -1) + MyCal.AccountingPeriod + 11)
ELSE GLItems.GLYearPeriod = (MyCal.AccountingYear *...
April 13, 2016 at 9:38 am
2Tall (4/13/2016)
Luis I did re-write as inline table function but I was...
April 13, 2016 at 8:54 am
FunkyDexter (4/13/2016)
The values in the second column on...
April 13, 2016 at 8:17 am
What defines a pair? This just seems to be totally random what values get paired. There does not appear to be any solid business rule here.
Why is 8,5 a pair?...
April 13, 2016 at 7:54 am
Not really sure if you need parameters or not. You mention them but also have a commented query using the current date. If you need parameters than use the fine...
April 13, 2016 at 7:48 am
Hugo Kornelis (4/11/2016)
Sean Lange (4/11/2016)
April 11, 2016 at 1:58 pm
skb 44459 (4/11/2016)
Can you post execution plans?
- Execution plan says. Query Cost 'Relative to batch) : 50%
Stating the relative cost of the batch when compared to the contents of...
April 11, 2016 at 7:24 am
The code posted seems to have both READUNCOMMITTED uncommitted and NOLOCK thrown around all over the place. I realize some of this is vendor code but you should read up...
April 11, 2016 at 7:21 am
With the replace function. https://msdn.microsoft.com/en-us/library/ms186862.aspx
April 11, 2016 at 7:16 am
Hi and welcome to the forums. In order to help we will need a few things:
1. Sample DDL in the form of CREATE TABLE statements
2. Sample data in the form...
April 11, 2016 at 7:15 am
Forget about optimization for a second. Think about normalization. What are you going to do when a user name changes? Somebody changes their name and suddenly you have to update...
April 11, 2016 at 7:10 am
Duplicate post. Direct replies here. http://www.sqlservercentral.com/Forums/Topic1776192-3077-1.aspx
April 8, 2016 at 7:05 am
SQLRNNR (4/6/2016)
jasona.work (4/6/2016)
SQLBill (4/6/2016)
Sean Lange (4/5/2016)
Luis Cazares (4/5/2016)
Phil Parkin (4/5/2016)
Gail and I are gamely persevering with this one. I think my pressure limit has been reached now, though.
I constantly avoid...
April 6, 2016 at 3:24 pm
c_wager (4/5/2016)
Learning a lot the last few months, but I believe I have an performance...
April 5, 2016 at 10:52 am
Viewing 15 posts - 1,606 through 1,620 (of 15,381 total)