Viewing 15 posts - 556 through 570 (of 1,193 total)
I think you're looking at PLE from the wrong side - it's a measure of what has happened on your system, not what will happen.
February 22, 2013 at 8:56 am
if exists (select OrderDate from Order where OrderDate = CAST(Getdate() AS DATE))
Begin
...some code...
End
Note with this code, the if check will evaluate to true if any value of OrderDate in the...
February 22, 2013 at 7:08 am
Although it does occur to me - what's wrong with installing evaluation version of Enterprise edition? It's good for 180 days.
February 22, 2013 at 4:53 am
SQL Server Express with Advanced Services is free and comes with SSRS.
For SSIS/SSAS you're probably have to get hold of developer edition if possible - it's about £50.
MS used to...
February 22, 2013 at 4:44 am
Hi Mike,
What are the autogrowth settings on the log file?
I think you can get that if the log file is full & can't grow quickly enough for the query that...
February 15, 2013 at 10:21 am
All looks fine. If you're only using 6 or 7GB then you're not experiencing memory pressure?
SQL does use some memory outside & above the 4GB limit you set, other usage...
February 14, 2013 at 4:09 am
Lynn Pettis (2/13/2013)
Gazareth (2/13/2013)
Don't think it's that - things to check are all dates surrounded by single quotes ' (best practice would be to use ISO format - 'yyyy-mm-dd') and...
February 13, 2013 at 8:53 am
Hi,
Don't think it's that - things to check are all dates surrounded by single quotes ' (best practice would be to use ISO format - 'yyyy-mm-dd') and the column datatypes...
February 13, 2013 at 5:27 am
It's the 'StartDate 2011' bits - I intended that you'd put in the actual start/end dates for 2011, 2012 etc. Sorry if that wasn't clear.
Note I'm also assuming on your...
February 13, 2013 at 4:45 am
Brandie Tarvin (2/11/2013)
Thank you for expounding, Paul. I learned something new this morning.
Ditto. Love randomly finding a thread with great information in!
February 13, 2013 at 4:18 am
No worries. Just noticed these are your first posts on the site - welcome to SSC!
February 13, 2013 at 3:43 am
wafw1971 (2/13/2013)
February 13, 2013 at 3:41 am
Thanks
Still trying to tell what the CASE statements are intended to do. Given that data,
(SELECT SiteWeighting FROM Site WHERE SiteWeighting=1)=1 will always be true, so you'll always get 01/05/2010...
February 12, 2013 at 11:08 am
No worries, not a trace flag I've used before but not sure it'll help with date fields.
Out of range datetimes was about all I had for this - hopefully someone...
February 12, 2013 at 11:01 am
Viewing 15 posts - 556 through 570 (of 1,193 total)