Margaret

305
Reputation
211 views

Registered User

Name Margaret
Member for 1 year
Seen 6 hours ago
Website
Location Sydney
Age 22
Student and other similar things
Dec
1
accepted Fast way to eyeball possible duplicate rows in a table?
Nov
25
comment Fast way to eyeball possible duplicate rows in a table?
The point was that each row is distinct - the Sequence column I mentioned ensures that. This is, at least partially, the source of the issue - the row might be otherwise identical, but the SELECT DISTINCT won't detect that because the (unique) Sequence value is in there.
Nov
25
answered Fast way to eyeball possible duplicate rows in a table?
Nov
25
comment Fast way to eyeball possible duplicate rows in a table?
But won't SELECT DISTINCT get confused by the Sequence column, like I was saying?
Nov
25
comment Fast way to eyeball possible duplicate rows in a table?
I did try using count distinct earlier - what kind of black magic do I need to use to get it to work with multiple columns? When I try "SELECT COUNT(DISTINCT Column1, Column2, ...) FROM Table" I get "Incorrect syntax near ','."
Nov
25
asked Fast way to eyeball possible duplicate rows in a table?
Oct
14
awarded  Yearling
Oct
13
awarded  Popular Question
Sep
29
awarded  Popular Question
Sep
23
revised Loop through each row of a range in Excel
added 2 characters in body
Sep
22
asked Loop through each row of a range in Excel
Sep
15
comment Does web 2.0 actually exist ?
I'd've said that this belongs on SuperUser, if anywhere on the trilogy.
Sep
9
asked Convert a string to a date in Access
Sep
7
awarded  Popular Question
Aug
26
asked Programmatically update a folder full of Access97 files to Access2003
Aug
20
comment Speed up a UPDATE with SELECT query
Wow. That turned it into a 6 minute query instead of a 20 hour one. :O. ...Now to verify the result sets are the same...
Aug
20
asked Speed up a UPDATE with SELECT query
Aug
19
awarded  
Jul
21
accepted Extract an SQL Server 2005 database’s structure to XML
Jul
21
asked Copy Excel worksheets, macros, and graphs from one workbook to another, moving links to the new workbook
Jul
10
answered Extract an SQL Server 2005 database’s structure to XML
Jul
10
awarded  Commentator
Jul
10
comment Extract an SQL Server 2005 database’s structure to XML
See, it's weird - because I'm pretty sure that we just used built in SQL Server tools, but I can't remember which ones. I've looked through the Import & Export Wizard, which is where I'd think it would be, but I can't see it there.
Jul
10
asked Extract an SQL Server 2005 database’s structure to XML
Jul
9
comment Best way for a ‘forgot password’ implementation?
@lemonad Often the solution to #2 is to send a link saying "Click here to reset", instead of the email saying "Here's your new password". That way, if they didn't hit the "Send reset" button, it doesn't happen.
Jul
9
comment Practical non-image based CAPTCHA approaches?
@Fraser I think they mean what I would call an iceblock: en.wikipedia.org/wiki/Popsicle
Jul
3
comment Edit synonyms in MS SQL Server 2005
As a point of interest, some Googling pulled up sqlmaestro.com/products/mssql/… - it looks like there are third-party products that allow it. Whether they're worth the purchase price is a different issue...
Jul
3
asked Edit synonyms in MS SQL Server 2005
Jul
3
accepted What is a good way to create a variably sized group to be looped over in Excel 2003?
Jul
3
answered What is a good way to create a variably sized group to be looped over in Excel 2003?
Jun
21
asked Find an object in MSSQL (cross-database)
Jun
16
comment How do you remember the LESS THAN and GREATER THAN operators?
+1 for the HTML version, that's how I remember it...
Jun
9
awarded  Tumbleweed