Viewing 15 posts - 6,451 through 6,465 (of 26,490 total)
I will agree to disagree. Just saying, though, Microsoft doesn't always know best how each server (or database) should be configured. Just look at the default for setup...
June 26, 2014 at 8:30 am
Really? Just because SQL Server setup defaults to a CI collation that makes it the "DEFAULT" collation?
I give up.
June 25, 2014 at 1:29 pm
Okay, walking away. I apologize for not agreeing that the SQL Server default collation is a CI collation based on the fact that it is what is selected when...
June 25, 2014 at 1:28 pm
Sean Lange (6/25/2014)
Ed Wagner (6/25/2014)
Koen Verbeeck (6/25/2014)
Ed Wagner (6/25/2014)
SQLRNNR (6/25/2014)
Koen Verbeeck (6/25/2014)
SQLRNNR (6/25/2014)
Koen Verbeeck (6/25/2014)
ChrisM@Work (6/25/2014)
djj (6/25/2014)
June 25, 2014 at 1:02 pm
pwalter83 (6/25/2014)
Jeff Moden (6/25/2014)
pwalter83 (6/25/2014)
Lynn Pettis (6/25/2014)
I found the problem,...
June 25, 2014 at 12:59 pm
I define default as the setting used when initially installing SQL Server. I don't define it as the default used if not specified when initially installing SQL Server unless...
June 25, 2014 at 12:38 pm
Jeff Moden (6/25/2014)
pwalter83 (6/25/2014)
Lynn Pettis (6/25/2014)
I found the problem, try...
June 25, 2014 at 12:11 pm
Raghavendra Mudugal (6/25/2014)
Lynn Pettis (6/25/2014)
Sean Pearce (6/25/2014)
palotaiarpad (6/25/2014)
It would be better to define the collation. If it's case sensitive, then 'Tea' will not match 'tea'. 😛
No, it would be better...
June 25, 2014 at 12:07 pm
Sean Pearce (6/25/2014)
palotaiarpad (6/25/2014)
It would be better to define the collation. If it's case sensitive, then 'Tea' will not match 'tea'. 😛
No, it would be better to assume the default...
June 25, 2014 at 11:04 am
I got it wrong because I didn't take into account the possibility that the question assumed a case insensitive collation. As posted both queries will return 1 row each...
June 25, 2014 at 11:03 am
Okay, stepped away from a problem for a while. Looked at it again today and saw a problem with a running total issue. A simple fix to code...
June 25, 2014 at 9:49 am
Ed Wagner (6/25/2014)
djj (6/25/2014)
Koen Verbeeck (6/25/2014)
ChrisM@Work (6/25/2014)
djj (6/25/2014)
June 25, 2014 at 9:40 am
Please explain what it is you are trying to accomplish? Is case 2 trying to show current running totals for the weeks 18 to 23 but include the calculations...
June 25, 2014 at 8:20 am
pwalter83 (6/25/2014)
ChrisM@Work (6/25/2014)
Don't give up. Have a look at the result of this:
IF OBJECT_ID ('tempdb..#GLT') IS NOT NULL DROP TABLE #GLT
CREATE TABLE #GLT (
[Sequence]...
June 25, 2014 at 8:14 am
Viewing 15 posts - 6,451 through 6,465 (of 26,490 total)