Viewing 15 posts - 5,536 through 5,550 (of 15,381 total)
yuvipoy (3/6/2014)
Thanks Sean!I got it we should not go with cluster index for guid since this will cause physical ordering of the data on the disk which is pointless one.
It...
March 6, 2014 at 12:16 pm
Krasavita (3/6/2014)
WHERE (CONV_DATE > DATEADD(dd, DATEDIFF(dd, 0, GETDATE()), 0)) AND (CONV_DATE < DATEADD(dd, DATEDIFF(dd, 0, GETDATE()), 30))
I get error arifmetical...
March 6, 2014 at 12:07 pm
$Raam (3/6/2014)
I Understand, when you delete a row in the parent table, the database server also deletes any rows associated with that row (foreign keys) in a child table.
So...
March 6, 2014 at 10:18 am
Krasavita (3/6/2014)
Can someone please help me
I am trying to get the following information can't get it,I need to get from
field is MAX(CONV_DATE) AS MaxConv_Date
I need get max CONV_DATE...
March 6, 2014 at 10:15 am
The best way to do this is what is known as a cross tab. These come in two varieties, static and dynamic. I will demonstrate the static version.
Notice how I...
March 6, 2014 at 10:10 am
yuvipoy (3/6/2014)
TableA C1 uniqueidentifier (PK), C2 uniqueidentifier, C3 ......
PK is a cluster index
TableB C1 uniqueidentifier(PK) , C2 uniqueidentifier (FK_TableA_uniqueidentifier ), C3 ......
Column c1 PK is a cluster index...
March 6, 2014 at 6:47 am
Yes it just another way to alias a column. 😀
March 5, 2014 at 9:06 am
Hi and welcome to the forums. Can you post this as consumable ddl and sample data? Take a look at the first link in my signature for best practices when...
March 5, 2014 at 8:16 am
SJTerrill (3/5/2014)
March 5, 2014 at 8:13 am
hlsc1983 (3/5/2014)
Sean Lange (3/5/2014)
hlsc1983 (3/5/2014)
In my database i wanted to include a...
March 5, 2014 at 7:56 am
Nice job posting ddl and sample data.
The reason that nobody has offered any advice yet is because your question is totally unclear. This to me looks like a denormalized...
March 5, 2014 at 7:42 am
hlsc1983 (3/5/2014)
In my database i wanted to include a table called 'Subjects'...
March 5, 2014 at 7:13 am
yuvipoy (3/4/2014)
object_id name ...
March 5, 2014 at 7:08 am
Seattlemsp (3/4/2014)
Second this is not a homework from school. I greatly simplified the table structure. We have a security setup challenge. I need to find...
March 4, 2014 at 3:32 pm
Viewing 15 posts - 5,536 through 5,550 (of 15,381 total)