Viewing 15 posts - 2,491 through 2,505 (of 2,857 total)
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
I lived in Alaska (about an hour NE of Anchorage in the mountains)...
June 2, 2017 at 1:27 pm
Lynn Pettis - Friday, June 2, 2017 11:09 AMAnd where are you at, the Artic Circle?
heh... not quite... little further south...
June 2, 2017 at 12:18 pm
Possibly a stupid question, but is the SQL Server Service running AND can you connect to that instance?
And is it configured to allow connections via TCP/IP?
June 2, 2017 at 12:09 pm
My personal preference for a presentation (after using my projector to display past PASS presentations) has been the white background with dark text.
At work I prefer the white background...
June 2, 2017 at 9:17 am
Viewing 15 posts - 2,491 through 2,505 (of 2,857 total)