Viewing 15 posts - 10,441 through 10,455 (of 39,768 total)
Thanks, a couple updates.
We implemented ASKIMET for posts. This took effect today and shouldn't slow things down, but we are evaluating and discarding SPAM posts. Let me know if things...
October 14, 2014 at 12:44 pm
Ed Wagner (10/14/2014)
Steve Jones - SSC Editor (10/14/2014)
Is quoting and general access slow for anyone else today?
Yes. Some days last week were slow as well. Quote was particularly...
October 14, 2014 at 8:57 am
Is quoting and general access slow for anyone else today?
October 14, 2014 at 7:28 am
In terms of the how you do this, lots of ways, but the why isn't listed. If you don't want dupes, then can you explain a bit more about what...
October 14, 2014 at 7:27 am
Jeff Moden (10/14/2014)
October 14, 2014 at 7:23 am
Stewart "Arturius" Campbell (10/14/2014)
Good one, thanks SteveI prefer to avoid using query hints, only using them where absolutely necessary, and then only after serious thought...
The best practice, IMHO.
October 14, 2014 at 7:22 am
Good luck, and if things don't split, you'll be fine either way.
SQL Compare does a great job, and good luck with it.
Disclosure: I work for Red Gate, which makes SQL...
October 13, 2014 at 3:34 pm
You can use triggers on your tables. However I'd refactor my procs to add a second update (in the same transaction) that updates the audit table with values.
October 13, 2014 at 3:25 pm
select
lastname
, updateddate
from log
order by updateddate
is what you can do.
October 13, 2014 at 2:37 pm
No, your design is not off, but you should consider the case where I separate a mart or ODS from the ETL store or other DW. In that case, do...
October 13, 2014 at 2:36 pm
You cannot order a table. A table is a set of rows (tuples I think) and has no order.
ORDER BY is a function of data retrieval (SELECT), not storage.
October 13, 2014 at 9:25 am
Access works well for this if it's a limited number of people.
If not, you could do something like this: http://www.sqlservergeeks.com/sql-server-using-sql-server-reporting-services-to-manage-data/
October 13, 2014 at 9:24 am
Not sure. I wasn't sure how to frame this, but I've seen the concatenation question regularly, and sometimes with some aggregation or summary (like counting responses and listing them).
Denormalize responses...
October 13, 2014 at 9:21 am
No hurry. If you can get in weeks, that would be good. Months, people tend to forget about things.
October 13, 2014 at 9:02 am
Happy to help, but this really looks like a homework issue, and we prefer to help you once you've tried something, rather than giving you some answer.
A few hints. First,...
October 13, 2014 at 9:00 am
Viewing 15 posts - 10,441 through 10,455 (of 39,768 total)