Viewing 15 posts - 4,096 through 4,110 (of 18,926 total)
I changed the qry to this to aggregate it better.
select
SUM(cp.size_in_bytes) / 1024 / 1024 As sum_SizeInBytes_MB
, COUNT(*) As Cnt_plans
, DB_NAME(st.dbid) AS DB
from
...
August 1, 2011 at 10:57 am
This is easier to do at the client level.
Send the data order by Client, date
while not rs.eof
while client didn't change, addcolumns
change row
wend
August 1, 2011 at 10:41 am
I think this is worth posting a connect item on this to MS.
What query did you use to find the issue?
August 1, 2011 at 10:24 am
P Jones (8/1/2011)
August 1, 2011 at 10:12 am
Ray Mond (8/1/2011)
Ninja's_RGR'us (7/29/2011)What do you do if that tlog backup doesn't pass verification right after you take it? How can you undo / redo that whitout stopping the...
August 1, 2011 at 10:10 am
markpringle (8/1/2011)
Thanks SSC-Addicted
His name is MysteryJimbo. Addicted is based on his # of points on the site.
August 1, 2011 at 10:09 am
Ray Mond (8/1/2011)
Ninja's_RGR'us (7/29/2011)What do you do if that tlog backup doesn't pass verification right after you take it? How can you undo / redo that whitout stopping the...
August 1, 2011 at 10:04 am
How much space in the plan cache are you wasting on those plans? This might be worth it to create a connect case with ms so they fix...
August 1, 2011 at 10:01 am
Lowell (8/1/2011)
Ninja's_RGR'us (8/1/2011)
Hey lowell, can we really use gmail for this??? Would be really awesome if it worked!
Yes Ninja absolutely GMail works; the only wierdness is the alternate non-"25"...
August 1, 2011 at 10:00 am
You just can't export to excel 2007 in ssrs 2005 (unless maybe you bought a plugin from a 3rd party vendor).
The file will be in excel 2003, which you'll be...
August 1, 2011 at 9:58 am
One test I'd try is to go to the sql agent and change the schedule there. The only problem is that as soon as the user goes back to...
August 1, 2011 at 9:57 am
Hey lowell, can we really use gmail for this??? Would be really awesome if it worked!
August 1, 2011 at 9:51 am
David Paskiet (8/1/2011)
August 1, 2011 at 9:51 am
What plans do you see in cache for msdb? Maybe you could change some of you jobs to use sp_executesql with parameters instead of exec().
That could cut it...
August 1, 2011 at 9:48 am
homebrew01 (8/1/2011)
yes. I don't think you can browse to a UNC path, but you can paste it in.
Yup, what I usually do is build the restore command from SSMS GUI,...
August 1, 2011 at 9:47 am
Viewing 15 posts - 4,096 through 4,110 (of 18,926 total)