Matt Rogish

5,943
reputation
339 views

Registered User

name Matt Rogish
member for 1 year
seen 2 hours ago
website
location US
age
Dec
6
awarded  Mortarboard
Nov
12
awarded  Nice Answer
Nov
5
revised SQL Server 2005 - Working with IDENTITY column
deleted 2 characters in body; edited tags
Nov
3
comment Encode quotes in HTML body?
Peter, edited a bit. Thanks to Greg as well
Nov
3
revised Encode quotes in HTML body?
clarified
Nov
2
asked Encode quotes in HTML body?
Oct
29
comment Why no love for SQL?
Most SQL DBMS products allow you to specify execution plans via either query hints or abstract query plans
Oct
28
answered sybase enhancment
Oct
21
answered Indexing Performance BigInt vs VarChar
Oct
21
revised Subquery using Exists 1 or Exists *
add'l data for someone who may visit in the future
Oct
21
answered SQL Server: Is SELECTing a literal value faster than SELECTing a field?
Oct
21
comment SQL Server: Is SELECTing a literal value faster than SELECTing a field?
This is wrong, see: stackoverflow.com/questions/1597442/…
Oct
20
accepted Subquery using Exists 1 or Exists *
Oct
20
comment Subquery using Exists 1 or Exists *
p.s. get a new DBA. Superstition has no place in IT, especially in database management (from a former DBA!!!)
Oct
20
revised Subquery using Exists 1 or Exists *
added 323 characters in body
Oct
20
answered Subquery using Exists 1 or Exists *
Oct
14
awarded  Guru
Oct
14
accepted Database-wide unique-yet-simple identifiers in SQL Server
Oct
5
accepted Rails Binary Stream support
Sep
30
asked Rails: Validates uniqueness of scoped by date
Sep
29
awarded  Nice Answer
Sep
24
awarded  Nice Answer
Sep
24
accepted Is it considered bad taste to put your GPA in your resume when applying for a programming job?
Sep
24
answered Is it considered bad taste to put your GPA in your resume when applying for a programming job?
Sep
24
comment Use SELECT AVG with parameters “SELECT AVG(@parameter)” SQL!!
Is this SQL Server?
Sep
24
answered Use SELECT AVG with parameters “SELECT AVG(@parameter)” SQL!!
Sep
16
revised Why is it so hard to enforce YAGNI?
spelling
Sep
16
awarded  Nice Answer
Sep
1
comment Backticking MySQL Entities
Why are you doing this? Backticking is to alleviate reserved-word identifiers (and special chars etc.). Backticking everything is a waste of time
Aug
25
answered Validating date formats in rails
Aug
25
comment Increase SO font size via Javascript doesn’t work on my iPhone
balpha: Doesn't work on Safari :D Is FireFox even available on the iPhone??
Aug
25
asked Increase SO font size via Javascript doesn’t work on my iPhone
Aug
24
awarded  Yearling
Aug
20
answered Why is ActiveRecord not smart enough to know that the object_id of the father should be equal to the object_id of the parent of each of the father’s children?
Aug
17
comment What is the best way to move 20+ databases to a new database server? SQL 2005
belongs-on-server-fault
Aug
17
comment Is SQL Server Naming trailing space insensitive?
Indeed, inside syscolumns it includes the trailing space (do select 'start' + name + 'end' from sysobjects where name like 'LocationCode%') however the interpreter must strip out the trailing spaces. So, it stores the space but ignores it upon query (as it probably ought to). Sounds like we found a documentation bug :D
Aug
17
comment Is SQL Server Naming trailing space insensitive?
(It's probably a bug in SSMS)
Aug
17
comment Is SQL Server Naming trailing space insensitive?
Feel free to remove the delimiters then if they're being auto-generated for identifiers that follow standard naming rules. Otherwise, it just adds noise :D
Aug
17
answered Is SQL Server Naming trailing space insensitive?
Aug
12
comment Is this code O(N) or O(1)
Yep, just covering my bases because someone will say "No, because FooBarBaz iterators are actually Binary Trees!" :D
Aug
12
answered Is this code O(N) or O(1)
Aug
11
awarded  Enlightened
Aug
4
comment Rails/Passenger/Apache: Simple one-off URL redirect to catch stale DNS after server move
Redirect to IP address of new server
Aug
4
asked Rails/Passenger/Apache: Simple one-off URL redirect to catch stale DNS after server move
Jul
21
comment Add results from several COUNT queries
They should be the same; I like mine because it's far less typing. :D
Jul
21
accepted Add results from several COUNT queries
Jul
21
answered Add results from several COUNT queries
Jul
17
comment How does Google do Maps’ Street View Cursor “Following”
Wow, now that I know what it's called (laser point cloud) there's all sorts of cool things youtube.com/watch?v=mu9R_ucq2Ck
Jul
17
comment How does Google do Maps’ Street View Cursor “Following”
Well that certainly answers it. :D thanks!
Jul
17
asked How does Google do Maps’ Street View Cursor “Following”