Viewing 15 posts - 91 through 105 (of 567 total)
happy55 (12/27/2013)
I am geting only those for which the...
December 27, 2013 at 9:48 am
happy55 (12/26/2013)
Table A
id
description
Table B
uniqueId
name
id
where id in b is same as id in A
I want to count all uniqueId in B for each id in A
I...
December 27, 2013 at 8:41 am
vladisaev@hotmail.com (12/27/2013)
So when we say that Covered Index is created for one particular SQL statement it is a relative term, right? We really mean that...
December 27, 2013 at 8:32 am
vladisaev@hotmail.com (12/26/2013)
1 - Declare @Table table (.......)
2 - INSERT INTO@Table SELECT F1, F2, F3, ... From ..Joins... ...
December 27, 2013 at 8:28 am
vladisaev@hotmail.com (12/26/2013)
like
Select F3, F4, F5 from Table1 Where F1=@F1 and F2=@F2
Index created as follows:
Create index IXc_Table1__F1F2
on...
December 27, 2013 at 8:18 am
sneilson (12/24/2013)
wolfkillj (12/23/2013)
sneilson (12/23/2013)
December 26, 2013 at 9:38 am
sneilson (12/23/2013)
December 23, 2013 at 10:49 am
jcrawf02 (12/23/2013)
GilaMonster (12/20/2013)
Does this get the weird question of the week award? http://www.sqlservercentral.com/Forums/Topic1525137-391-1.aspxI believe the answer is "A SAN"
A PLAN, A CANAL, PANASA!
A SAN, a LAN a la NASA.
December 23, 2013 at 10:46 am
New blog post for your weekend enjoyment:
Things That Make You Go "D'oh!" - Part 1: My Arithmetic is Overflowing???
Like Bartles & Jaymes, we thank you for your support.
December 20, 2013 at 4:05 pm
Andrew Notarian (12/20/2013)
December 20, 2013 at 1:28 pm
CK2 (12/19/2013)
Try it like this:
Select
SUM(Case when CTE1.Status = 'No' Then 1
when CTE1.Agent_Status= 'Aged' Then 1
when CTE1.Platform = Production Then 1
When CTE1.Critical...
December 20, 2013 at 1:12 pm
Mr. Kapsicum (12/19/2013)
got the answer...Problem is with DateTime.... It support till 1753...... and here in datetime2 we have 0020
🙂
So you have a date value for the Dec. 18 of the...
December 20, 2013 at 1:08 pm
sneilson (12/19/2013)
December 20, 2013 at 12:53 pm
pjbaratelli (12/18/2013)
Andrew G (12/17/2013)
Whats in the Datawarehouse_Reporting.dbo.GeometricLinking function?What is the datatype of IndexValue?
Does the query plan change very much after removing the order by?
IndexValue - decimal(18,6)
GeometricLinking is...
December 19, 2013 at 1:59 pm
ScottPletcher (12/19/2013)
Jeff Moden (12/18/2013)
ScottPletcher (12/18/2013)
December 19, 2013 at 1:49 pm
Viewing 15 posts - 91 through 105 (of 567 total)