Viewing 15 posts - 8,116 through 8,130 (of 14,953 total)
Get a copy of ApexSQL's log parser (www.ApexSQL.com) and it can look for the deletion in the log backups for you. If you're on Full recovery, the delete will...
October 16, 2009 at 12:11 pm
Luke L (10/16/2009)
A motion to ask Steve to create a "whoop upside" button has been motioned and seconded...A vote will be taken by a show of hands...
All those in favor?
I'm...
October 16, 2009 at 11:44 am
ItalianOlgi (10/16/2009)
GSquared (10/13/2009)
RML51 (10/13/2009)
I think the OP has already shot himself in the foot. If anyone gets a resume from someone named Olgi do you think he'll get an interview?
I'd...
October 16, 2009 at 11:43 am
Take a look at Gail's blog entry on parameter sniffing (http://sqlinthewild.co.za/index.php/2007/11/27/parameter-sniffing/). That's a likely cause of the issue.
All of the things you're doing, rebuilding stats, clearing the cache, rebuilding...
October 16, 2009 at 11:04 am
So far as I can tell, you'll need to code in the password(s) or use input parameters for them. An XML parameter would work for multiple, or a table...
October 16, 2009 at 10:57 am
My main prediction is that people will continue to make predictions.
I think more and more work will revolve around moving money from point A to point B, instead of actually...
October 16, 2009 at 10:40 am
talltop-969015 (10/15/2009)
If I ever have to defend my job by withholding information/knowledge from a co-worker, or anything similar to that, I'll find another employer, or start my own business or...
October 16, 2009 at 7:29 am
Elliott W (10/15/2009)
Put a computed column in the table that contains the formula and set it to persisted. Then instead of the int column you...
October 16, 2009 at 7:26 am
I would suggest using a rowversion column for that. Look up "timestamp" in Books Online, since that explains how to use these. It's a very, very easy way...
October 16, 2009 at 7:25 am
Of course, if you want to prove this beyond any doubt, either download the trial version, or buy a copy of Dev Edition (worth having anyway), and run the database...
October 15, 2009 at 2:59 pm
talltop-969015 (10/15/2009)
reclark-579786 (10/15/2009)
October 15, 2009 at 2:57 pm
There isn't a query throttle on Express. If the queries aren't pushing the limits on the hardware, there's no reason for there to be a speed difference, at least...
October 15, 2009 at 2:48 pm
On the question of separating or uniting the common data, the question that would settle it for me is: How much work will it save to separate it now, vs...
October 15, 2009 at 2:45 pm
Jack Corbett (10/15/2009)
Okay threadiatics, if you have choice between putting data for multiple applications in 1 database because there is some common data or application specific databases?
Yes.
October 15, 2009 at 1:33 pm
I generally don't have a problem asking for help or being asked for it. Happens all the time. We're a cooperative species that does best when individuals specialize...
October 15, 2009 at 1:31 pm
Viewing 15 posts - 8,116 through 8,130 (of 14,953 total)