Viewing 15 posts - 1 through 15 (of 48 total)
The Script working in Sqlserver2017 version .Please see the attachment.
March 8, 2020 at 4:35 am
Many thanks for your reply Scratt..
One question the final script is above in the main page or the final one in the comment post #1808182 ? I am able to...
March 5, 2020 at 7:22 am
Hi scratt ,
I am able to run the script but getting error May be does not support Sqlserver2017 , i tried this script on Sqlserver2008R2 the SP created in the Sqlserver...
March 4, 2020 at 6:34 am
Lynn Pettis the collation of tables was changed as i point in the post 1.
But the Sqlsever database Views are in different Collation any advise how to set those views...
March 3, 2020 at 12:41 pm
Yes you are right and I tired several times to change the collation but same results .
February 25, 2020 at 6:24 pm
The same issue processed 0 page. I am restoring the full backup in standby/ read only mode .
March 17, 2019 at 11:39 pm
March 17, 2019 at 2:07 pm
The last .trn file (storetrn.trn) as shown in picture 1 manually, after that trying to run the script to restoring the files ,but having no change in the status of server DB ....
March 17, 2019 at 12:47 pm
If you see the column name ( NAME ) there are two different names NAME1 and NAME2 we have to calculate the totals based on NAME1 and NAME2.
Find the...
October 16, 2017 at 10:21 am
Hi Thom A,
By using over clause the results still not getting ok , please find the results attachment.
October 16, 2017 at 8:12 am
Hi Experts
Here is the below Table defined and insert statements.
CREATE TABLE [dbo].[TEST](
[ITEM] [char](32) NOT NULL ,
[DATE_START] [datetime] NOT NULL ,
[EndDate] [datetime]...
October 16, 2017 at 7:17 am
January 14, 2017 at 6:56 am
May be like that !
declare @ProcessDate datetime = '1/15/2015'; -- spaces added to allow code to be posted
select
--- dateadd(month, datediff(month, 0, mt.START_DATETIME), 0) as StartMonth,
...
May 18, 2016 at 4:26 pm
Many thanks great work ....
The results displaying fiscal to month, please modify the code fiscal to date that will display only one row result.
May 18, 2016 at 3:54 pm
Lynn Pettis ...
Exactly ! this is my requirement. Is this code works on fiscal year to date start from July to June?
May 18, 2016 at 2:56 pm
Viewing 15 posts - 1 through 15 (of 48 total)