Viewing 15 posts - 2,386 through 2,400 (of 2,756 total)
That was an easy one. I am a little confused why 1% of the people picked bigint though? Thinking that has to be a rounding error.... right?
June 6, 2017 at 8:19 am
My job title is DBA, but I do both DBA work and developer work (both database and software).
It really depends on what the company is looking for. I've read...
June 6, 2017 at 8:13 am
Oh, one other piece of advice - Run the upgrade on a TEST environment first so you can see how it all works and test all of your reports.
I'd...
June 6, 2017 at 8:10 am
tcronin 95651 - Monday, June 5, 2017 1:17 PM2012 NFTS
Then you should be able to extend the partition inside disk manager.
Where I...
June 5, 2017 at 1:38 pm
June 5, 2017 at 1:24 pm
tcronin 95651 - Monday, June 5, 2017 11:33 AMdisk manager not cutting it looking at diskpart
Disk Manager is essentially a GUI for...
June 5, 2017 at 1:12 pm
The 3 variables @dtEffective, @dtCurBus, and @dtsCstBasStart are being used within the...
June 5, 2017 at 1:06 pm
Also, make sure your backups are good before you do an upgrade. Nothing worse than having a failed upgrade and no rollback plan.
And I agree, upgrading to 2016...
June 5, 2017 at 11:47 am
June 5, 2017 at 11:43 am
June 5, 2017 at 11:27 am
June 5, 2017 at 9:26 am
would this work:
SELECT DISTINCT COUNTY.CountyName,
MAX(ORDERS.UserDate2) OVER (PARTITION BY CountyName) AS LastCovered,
MAX(FSLog.CompletedDate) OVER (PARTITION BY CountyName) as CompletedDate,
property.State
FROM ORDERS...
June 2, 2017 at 1:56 pm
Viewing 15 posts - 2,386 through 2,400 (of 2,756 total)