Viewing 15 posts - 1 through 15 (of 19 total)
I should have been more explicit. The main advantage is people can communicate using (and short-term memorize) the trigesimal geocode much easier than the Lat/Lon DD Coordinates. The trigesimal geocode...
October 21, 2022 at 4:17 pm
Death to char(9) in SQL code:
1. Indented code characters will move one space, more than one space (depending on what user preference was) or not at all when inserting/deleting...
July 3, 2013 at 11:51 am
...approaching Senior level in my career, the most critical part of my job NOW is interpreting Execution Plans, minimizing logical reads, minimizing deadlocking, etc...none of which this test even touches.
My...
February 28, 2013 at 7:45 am
To suppress Min, Max and Modal Values, a CASE statement or an OUTER JOIN on data_types is needed in the SQL string area. If I had time I would...
February 22, 2013 at 2:01 pm
sqlpanther (2/19/2013)
2. Is there a way I can do some cloud computing courses which will be related to DBA, I heard about hadoop, and...
February 20, 2013 at 2:16 pm
SteveBell (2/20/2013)
Hi Todd,I just tried your script and I like it!
Thanks!
SteveBell (2/20/2013)
A couple of questions:
Uhoh..
SteveBell (2/20/2013)
February 20, 2013 at 10:49 am
Thanks Steve
I am not guaranteeing anything because I never allow use of varchar(max) and have no way to test it, BUT
for Varchar(max) types to work, change this statement:
CREATE TABLE...
February 20, 2013 at 10:36 am
Thanks forgot about bit. This should work on bit (other data types?) as well...
DECLARE @Cat_Sch_TableName varchar(128) = 'HRIS.dbo.E20130201'
-- Initialize fully qualified object name; script can be used like a...
February 6, 2013 at 9:28 am
Glad someone found it helpful. Here is an update that includes (Distinct) Value Counts:
DECLARE @Cat_Sch_TableName varchar(128) = 'HRIS.NTC.D20130201'
-- Initialize fully qualified object name; script can be used like a...
February 5, 2013 at 1:51 pm
archived link.
http://web.archive.org/web/20050723022626/http://www.dbazine.com/db2/db2-disarticles/gulutzan5
October 12, 2012 at 10:29 am
Jim -
What does the tool cost? Is there maintenance? How much time did it save on the first use and how much is it likely to save in...
October 31, 2011 at 8:44 am
But a fixed-width column (numeric types, date/time types, and char/nchar/binary types) will always take up the same amount of space regardless if it is set to NULL or...
May 11, 2011 at 7:52 pm
Oh another thing that chews up space is thoughtlessly adding or misusing a set of audit columns to every single table regardless of how the table is used. For...
April 27, 2011 at 11:31 am
I know I am a few months late to this game, but I wanted to give you a compliment and issue a small caveat.
Compliment: great article. It is reassuring,...
April 26, 2011 at 2:08 pm
Viewing 15 posts - 1 through 15 (of 19 total)