Viewing 15 posts - 5,161 through 5,175 (of 9,399 total)
johnsonchase7 (9/15/2015)
September 15, 2015 at 9:07 am
drew.allen (9/15/2015)
September 15, 2015 at 8:27 am
BL0B_EATER (9/15/2015)
BWFC (9/15/2015)
whereisSQL? (9/15/2015)
Ray K (9/15/2015)
Ed Wagner (9/15/2015)
Eirikur Eiriksson (9/15/2015)
djj (9/15/2015)
Ed Wagner (9/15/2015)
anthony.green (9/15/2015)
Ed Wagner (9/14/2015)
InspireEureka
Vacuum
tube
Commute
Traffic
Jam
Jelly
Roll
UP
Town
September 15, 2015 at 8:04 am
Eirikur Eiriksson (9/15/2015)
djj (9/15/2015)
Ed Wagner (9/15/2015)
anthony.green (9/15/2015)
Ed Wagner (9/14/2015)
InspireEureka
Vacuum
tube
Commute
Traffic
September 15, 2015 at 6:03 am
anthony.green (9/15/2015)
Ed Wagner (9/14/2015)
InspireEureka
Vacuum
September 15, 2015 at 5:31 am
Yeah, I didn't quite get it either. I think there will likely be some lively debate on this one.
September 15, 2015 at 5:31 am
Eirikur Eiriksson (9/14/2015)
Sorry, slightly hurried and inaccurate😎
CONVERT(DATE,AppDetails.DateDetailDisposed,0) = CONVERT(DATE,DATEADD(DAY,-21,getdate()),0)
If your DateDetailDisposed column is a datetime data type, you might run into a performance problem here. Applying a function to...
September 15, 2015 at 5:27 am
Lynn Pettis (9/14/2015)
Ed Wagner (9/14/2015)
SELECT so.name table_name, sc.name column_name, fk.name fk_name, so_fk.name references_table, sc_fk.name referenced_column
FROM sys.objects so
INNER JOIN sys.columns sc...
September 14, 2015 at 2:01 pm
Alan.B (9/14/2015)
I've seen this since 6.5 or 7.0 and it's still my favorite error.
Heh - I've never seen that one before. Very nice. 😉
September 14, 2015 at 1:49 pm
yb751 (9/14/2015)
Ed Wagner (9/14/2015)
Duplicate post. Direct replies to http://www.sqlservercentral.com/Forums/Topic1719361-2799-1.aspx
Although similar the other post asks about information regarding Foreign Keys while this thread asks for Columns Data Type and Size....
September 14, 2015 at 1:17 pm
Duplicate post. Direct replies to http://www.sqlservercentral.com/Forums/Topic1719361-2799-1.aspx
September 14, 2015 at 11:38 am
Will this work for you?
SELECT so.name table_name, sc.name column_name, fk.name fk_name, so_fk.name references_table, sc_fk.name referenced_column
FROM sys.objects so
INNER JOIN sys.columns sc on sc.object_id = so.object_id
...
September 14, 2015 at 11:37 am
ScottPletcher (8/25/2015)
September 14, 2015 at 11:25 am
The ROW_NUMBER() function is valid on SQL 2012. I would check to make sure you have the comma before it.
One thing that's been missed is that if you remove...
September 14, 2015 at 11:21 am
Eirikur Eiriksson (9/14/2015)
DonlSimpson (9/14/2015)
Ed Wagner (9/14/2015)
BL0B_EATER (9/14/2015)
Eirikur Eiriksson (9/14/2015)
Ed Wagner (9/14/2015)
Luis Cazares (9/14/2015)
whereisSQL? (9/14/2015)
anthony.green (9/14/2015)
Ed Wagner (9/14/2015)
Stuart Davies (9/14/2015)
Ed Wagner (9/14/2015)
anthony.green (9/14/2015)
snickersCandy
Girl
Boy
George
Jungle
Book
Necessities
Preriquisites
prior
Last
First
Leader
Inspire
September 14, 2015 at 11:15 am
Viewing 15 posts - 5,161 through 5,175 (of 9,399 total)