Viewing 15 posts - 661 through 675 (of 842 total)
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
For years we struggled with being able to identify where certain transactions came from. We finally added a field in the last year, to a few of our key...
June 5, 2014 at 7:32 am
GilaMonster (6/5/2014)
Koen Verbeeck (6/5/2014)
GilaMonster (6/5/2014)
thomashohner (6/5/2014)
What is the preference on column aliases ?AS. Equals sign is for comparing values or assigning values. 😀
Yes, you assign the result of the expression...
June 5, 2014 at 7:14 am
Viewing 15 posts - 661 through 675 (of 842 total)