Viewing 15 posts - 4,936 through 4,950 (of 18,926 total)
I was wrong about the good enough plan "warning".
Gail has some sweet info and bottom line is that good enough plan is better than no warning at all (she posted...
July 12, 2011 at 5:49 pm
Just BTW, doing that by hand should take you less than 10 seconds per DB. So that's 4 minutes if you include reading this message in your mail, then...
July 12, 2011 at 4:54 pm
Yes >>>
george sibbald (7/12/2011)
select 'alter database '+name+ ' set recovery full' from master.sys.databases where database_id > 4
execute in text mode
copy and paste results to another...
July 12, 2011 at 3:37 pm
Not me.
I'd try contacting the MVP you refferenced earlier. I think this is your best best at this point. It's unlikely than more than 1-2 people, if anyone...
July 12, 2011 at 10:05 am
I'll let Grant or Gail take over from here.
July 12, 2011 at 9:54 am
Ya but for it to work on a programmer with mensa QI IQ now that's a feat all on its own!
July 12, 2011 at 9:48 am
It's not basic at all actually.
I'm no expert in waits but I'll hang around if I can help more.
What's the normal use of the system? OLTP, OLAP, both?
What's the...
July 12, 2011 at 9:43 am
Shouldn't cause the error... I think your error was more about the folder being missing or not having permissions to write there (sql server service account).
July 12, 2011 at 9:30 am
http://www.sqlservercentral.com/articles/administration/2960/
http://www.sqlservercentral.com/articles/sql+server+2008/63491/
http://www.sqlservercentral.com/articles/SQL+Server+2008+R2/70092/
July 12, 2011 at 9:16 am
CREATE TABLE #test
( id INT NULL)
CREATE CLUSTERED INDEX #CIX ON #test (id)
INSERT INTO #test (id) VALUES (null)
INSERT INTO #test (id) VALUES (1)
INSERT INTO #test (id) VALUES (2)
INSERT INTO #test (id)...
July 12, 2011 at 8:40 am
I don't know any Portugal DBAs.
Here's what I used. Keep in mind that it still takes a deep understanding of the product to make most uses of this product.
http://www.sqlsentry.net/plan-explorer/sql-server-query-view.asp
July 12, 2011 at 8:21 am
TheSQLGuru (7/12/2011)
July 12, 2011 at 8:08 am
GilaMonster (7/12/2011)
Ninja's_RGR'us (7/12/2011)
I've read a really good article on paging but I can't find it atm, Gail??Paul White's articles here (don't have link handy)
Here's the link to article #2. ...
July 12, 2011 at 8:03 am
Ignore the Good Enough Plan Found comment, Gail had more info than me on that topic. Bottom line is that this is not an issue.
I've read a really good...
July 12, 2011 at 7:54 am
TheSQLGuru (7/12/2011)
Ninja's_RGR'us (7/11/2011)
sdelachapelle (7/11/2011)
Hi, thanks for the proposal but I work in Paris 😉Close enough! :w00t:
I'm 10 minutes away from the airport in case of emergency!
HAH - I am 0...
July 12, 2011 at 6:57 am
Viewing 15 posts - 4,936 through 4,950 (of 18,926 total)