| bio | website | |
|---|---|---|
| location | Malta | |
| age | 43 | |
| visits | member for | 4 years, 7 months |
| seen | 6 mins ago | |
| stats | profile views | 18,463 |
aka Shawn
- SQL Server Developer/DBA
- MySQL Developer
- British expat
- Code monkey
|
3m |
comment |
SQL: Determine the record count for 2 separate filter conditions in the execution of only 1 query ah. I'm forgetting rownum and when it is applied. Am I? Why use rownum and COUNT? it makes no sense |
|
7m |
comment |
SQL: Determine the record count for 2 separate filter conditions in the execution of only 1 query You will get zero when there is no group by. See stackoverflow.com/a/2552102/27535. A MAX isn't needed either. This relies on COUNT ignoring NULLs. |
|
7m |
revised |
Does COUNT(*) always return a result? added 84 characters in body |
|
8m |
comment |
Alter column without changing collation Hmm I'm not sure about SQLCMD variables and when they substitute in. If they sub in before the SQL parser looks at the statement then you are OK. Otherwise, you're back to the dynamic SQL problem. I would have thought that my script would be OK thought. It's self contained and independent of SQLCMD variables/parameters |
|
13m |
answered | SQL: Determine the record count for 2 separate filter conditions in the execution of only 1 query |
|
16m |
revised |
Alter column without changing collation deleted 27 characters in body |
|
18m |
comment |
Alter column without changing collation @Excelcius: After your comment update, this won't help you. You still need dynamic SQL for your ALTER statements because you can't parametrise it. |
|
20m |
comment |
Alter column without changing collation @Excelcius: OK. You'll have to edit the ALTER statements manually per client/collation. There is no magic trick to do what you want |
|
50m |
answered | timestamp, rowversion and datetime - I need a mark when a row is inserted or updated |
|
1h |
answered | Alter column without changing collation |
|
1h |
comment |
Add decimal time (HH.MM format) in SQl Server possible duplicate of convert decimal to HH.MM format in SQl Server |
|
3h |
revised |
How to know the cardinalities from SQL-DDL schema? added 76 characters in body |
|
3h |
comment |
How to know the cardinalities from SQL-DDL schema? @a_horse_with_no_name: true. Bad wording. I was basing this on en.wikipedia.org/wiki/Cardinality_%28data_modeling%29. Updated |
|
3h |
answered | How to know the cardinalities from SQL-DDL schema? |
|
3h |
comment |
How to know the cardinalities from SQL-DDL schema? SQL Server or another? What tools are you using if not SSMS for SQL Server? |
|
4h |
revised |
Saving a select count(*) value to an integer (SQL Server) added 41 characters in body |
|
17h |
awarded | Good Answer |
|
19h |
answered | How make query with unique? |
|
19h |
revised |
Possible solutions for a SQLNonTransientException edited tags |
|
19h |
answered | SQL Server Trigger using inserted ID |