Viewing 15 posts - 17,371 through 17,385 (of 59,067 total)
angelreynosog (6/27/2016)
I have a database of Dynamics NAV , this overgrown in the week do a FULL, every day at 3 A.M. , a differential every day...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 8:31 am
frontrunner148 (6/27/2016)
Jeff Moden (6/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 8:25 am
Nomvula (6/27/2016)
thank you so much J Livingston SQL,it worked perfectly!!!
Since you're the one that needs to support it, the question now is... can you? Do you actually understand how...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 8:22 am
koti.raavi (6/27/2016)
CREATE TABLE #NEXTMONTHS (
Months DATE
,[Month No] INT
,[year] INT
,FYYear CHAR(10)
)
DECLARE @StartDate AS DATE
DECLARE @EndDate AS DATE
DECLARE @CurrentDate AS DATE
DECLARE @ID INT = 0
SET @StartDate = GETDATE()
SET @EndDate...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 8:02 am
Warned but armed.
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 7:29 am
Eirikur Eiriksson (6/26/2016)
It seems like just being able to produce a result set is currently the acceptable standard, regardless of the (in)efficiency of the query.
With or without XML, that's...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 6:42 am
jeffe_verde (6/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 6:33 am
Eirikur Eiriksson (6/27/2016)
๐
The deduplication part...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 6:28 am
Steve Jones - SSC Editor (6/25/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 6:20 am
You're welcome but Gail (Gila Monster) is spot on. Rebuilding all indexes is a lot of overkill and causes a huge amount of logging unless you're in the BULK...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 27, 2016 at 5:58 am
Apparently, the data quality of the XML you've been provided to work with is at an all time low. It seems to indicate the company has no clue what...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2016 at 8:43 pm
jayoub (6/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2016 at 8:26 pm
jayoub (6/26/2016)
--Jeff Moden
Change is inevitable... Change for the better is not.
June 26, 2016 at 8:15 pm
I got this right "just" by deduction (I don't use or work with XML) but, my word, let's add to the list of reasons why I hate XML, shall we?...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 2:56 pm
One of the easiest and fastest ways to clear all connections to a database is to use the following code (change the DB name, of course)... read the comments...
--Jeff Moden
Change is inevitable... Change for the better is not.
June 25, 2016 at 2:27 pm
Viewing 15 posts - 17,371 through 17,385 (of 59,067 total)