Viewing 15 posts - 661 through 675 (of 844 total)
Visually this looks bad, see the pet pevee posts on formatting your code.
update t1
set a, b, c, d .f
from t1 a
join t2 b on a.poleid=b.poleid
join t3 c on b.t3id...
June 24, 2014 at 10:10 am
lptech (6/23/2014)
https://www.youtube.com/watch?v=zbJAJEtNUX0
My manager's manager told us it was shown at off-site for higher ups as an example of what not...
June 24, 2014 at 7:16 am
Sean Lange (6/18/2014)
June 18, 2014 at 8:08 am
Jeff Moden (6/18/2014)
below86 (6/18/2014)
andrew gothard (6/18/2014)
below86 (6/16/2014)
andrew gothard (6/15/2014)
Koen Verbeeck (6/14/2014)
Badly phrased, sorry. In a column that should be a date, it's plain stupid (if you do that in...
June 18, 2014 at 7:47 am
andrew gothard (6/18/2014)
below86 (6/16/2014)
andrew gothard (6/15/2014)
Koen Verbeeck (6/14/2014)
Badly phrased, sorry. In a column that should be a date, it's plain stupid (if you do that in your Order Taken...
June 18, 2014 at 7:19 am
andrew gothard (6/15/2014)
Koen Verbeeck (6/14/2014)
Badly phrased, sorry. In a column that should be a date, it's plain stupid (if you do that in your Order Taken timestamp column in...
June 16, 2014 at 7:44 am
Evil Kraig F (6/13/2014)
June 16, 2014 at 7:32 am
Sean Lange (6/12/2014)
below86 (6/12/2014)
Sean Lange (6/12/2014)
below86 (6/12/2014)
June 12, 2014 at 2:43 pm
Sean Lange (6/12/2014)
below86 (6/12/2014)
June 12, 2014 at 2:00 pm
I'm just looking at our 'new' datawarehouse design, a former DBA helped start. All the table names start with 'tbl'. :w00t: This person also had the idea to...
June 12, 2014 at 12:37 pm
viresh29 (6/10/2014)
t.NAME AS TableName,
s.Name AS SchemaName,
p.rows AS RowCounts,
SUM(a.total_pages) * 8 AS TotalSpaceKB,
...
June 11, 2014 at 7:38 am
Sean Lange (6/10/2014)
below86 (6/10/2014)
June 10, 2014 at 2:10 pm
Having a consistent naming convention for fields. I am as guilty as anybody at not doing this, but it is driving me nuts now. Years ago we were...
June 10, 2014 at 1:28 pm
How about doing data transformations in the ETL process. I know that's what the 'T' stands for. I can see changing date formats to work in SQL. ...
June 5, 2014 at 2:36 pm
Viewing 15 posts - 661 through 675 (of 844 total)