| bio | website | |
|---|---|---|
| location | Boulder, CO | |
| age | 39 | |
| visits | member for | 3 years, 4 months |
| seen | 20 hours ago | |
| stats | profile views | 66 |
|
Feb 19 |
answered | How do I escape _ in SQL Server? |
|
Feb 19 |
comment |
Auto increment keyword in sql 2005 @Hogan: Some people sale their souls for points! |
|
Feb 15 |
comment |
Add non-nullable columns to an existing table in sql server? I think that is a limitation of SSMS design tool. Try to do it with a SQL statement: "alter table tablename alter column EmpFlag bit not null". Just run a new query with this, and change the table name with the real name. |
|
Feb 15 |
awarded | Nice Answer |
|
Feb 15 |
revised |
Add non-nullable columns to an existing table in sql server? added 74 characters in body; added 163 characters in body |
|
Feb 15 |
revised |
Add non-nullable columns to an existing table in sql server? added 135 characters in body |
|
Feb 15 |
answered | Add non-nullable columns to an existing table in sql server? |
|
Feb 9 |
answered | XML declaration with “FOR XML PATH” in SQL Server 2005 |
|
Feb 4 |
awarded | Enthusiast |
|
Feb 1 |
comment |
Crystal Reports parameterized queries @Scott: Read the SQL Expression link I put at the bottom of my answer. That will allow you to use RTRIM SQL function and still push the formula to the database. |
|
Feb 1 |
comment |
Please help on a complicated sql query @Shtééf: Thanks, actually it will count any existing record, assuming that if there are no transaction there will not be a record. |
|
Feb 1 |
answered | Please help on a complicated sql query |
|
Feb 1 |
revised |
Crystal Reports parameterized queries added 179 characters in body; deleted 29 characters in body |
|
Feb 1 |
revised |
Crystal Reports parameterized queries added 672 characters in body; added 41 characters in body |
|
Feb 1 |
comment |
Crystal Reports parameterized queries Have you tried to remove the trim from your formula? |
|
Feb 1 |
revised |
SQL Question: Getting Datediff in days elapsed for each record in a group added 22 characters in body; added 2 characters in body |
|
Feb 1 |
comment |
SQL Question: Getting Datediff in days elapsed for each record in a group @GregD: I added a SQL 2000 compatible query, but I am not sure how good it will perform against big tables. |
|
Feb 1 |
revised |
SQL Question: Getting Datediff in days elapsed for each record in a group added 538 characters in body |
|
Feb 1 |
revised |
Expanding list from SQL column with XML datatype added 264 characters in body; added 151 characters in body |
|
Feb 1 |
comment |
SQL Question: Getting Datediff in days elapsed for each record in a group @GregD: Is the KEY column always going to be continuous for each ID_Number? |