Viewing 15 posts - 1,261 through 1,275 (of 18,926 total)
Ninja's_RGR'us (11/14/2011)
P.S. Check the default trace, I think it holds that information (except maybe who did it).
I can find it if it was restored, but not if it was made...
November 14, 2011 at 8:42 am
rewrite the query to NOT use views and only the minimum amount of objects and the optimiser will most likely pick a better plan (if possible).
November 14, 2011 at 8:31 am
P.S. Check the default trace, I think it holds that information (except maybe who did it).
November 14, 2011 at 8:23 am
SELECT
DATEADD(D , 0 , DATEDIFF(D , 1 , GETDATE())) AS CreatedSince
, create_date AS CreatedOn
, *
FROM
sys.databases
WHERE
...
November 14, 2011 at 8:22 am
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/13/2011)
Ninja's_RGR'us (10/19/2011)
I know I did. Just not sure if it was this exact version :-D.
So, i checked my email and...
November 14, 2011 at 8:19 am
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
crookj (11/14/2011)
Ninja's_RGR'us (11/11/2011)
SQLRNNR (11/11/2011)
Ninja's_RGR'us (11/11/2011)
Confusing with Britney?Well they did kiss. I could see how that mistake could be made.
Good point! 😀
Adds a whole new meaning...
November 14, 2011 at 8:16 am
You mean aside from ddl change, performance, network overuse, column order change, performance, indexes being useless, not seing the list of columns when working on the code?
so aside from bad...
November 14, 2011 at 8:15 am
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/13/2011)
Ninja's_RGR'us (10/19/2011)
I know I did. Just not sure if it was this exact version :-D.
So, i checked my email and the blog...
November 14, 2011 at 8:11 am
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
crookj (11/14/2011)
Ninja's_RGR'us (11/11/2011)
SQLRNNR (11/11/2011)
Ninja's_RGR'us (11/11/2011)
Confusing with Britney?Well they did kiss. I could see how that mistake could be made.
Good point! 😀
Adds a whole new meaning to lip...
November 14, 2011 at 8:10 am
Those are estimated plans, we need to real (actual) plans. There's critical info in there to debug this.
November 14, 2011 at 8:09 am
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/14/2011)
Ninja's_RGR'us (11/14/2011)
SQLRNNR (11/13/2011)
Ninja's_RGR'us (10/19/2011)
I know I did. Just not sure if it was this exact version :-D.
So, i checked my email and the blog and didn't...
November 14, 2011 at 8:08 am
Any news? I thought this was urgent! 😉
November 14, 2011 at 8:05 am
Drop both reports on the server and redeploy. There's a bug about parameters in 2K5. I don't know if or when it was fixed.
November 14, 2011 at 8:04 am
Any reason why they can't do a copy of the db overnight (backup / restore).
Then during the day do everything AS begin tran, rollback tran so that they keep it...
November 14, 2011 at 7:54 am
Classic demand / mistake.
Either return the date of the first of the month or return YEAR and month in 2 separete columns.
Then sort by those values, but present the month...
November 14, 2011 at 7:52 am
Viewing 15 posts - 1,261 through 1,275 (of 18,926 total)