Viewing 13 posts - 136 through 148 (of 148 total)
Steve,
I am looking for ... from exactly 1 month ago through right now.
Thanks
October 5, 2017 at 11:32 am
i got it .. thank you
SELECT count(*) FROM table
WHERE
DATEOFPURCHASE >= DATEADD(MONTH, DATEDIFF(MONTH, 31, CURRENT_TIMESTAMP), 0)
AND DATEOFPURCHASE < DATEADD(MONTH,...
October 5, 2017 at 11:27 am
sorry i mistaken 🙂
i want last onemonth data .
October 5, 2017 at 11:24 am
October 3, 2017 at 1:36 pm
October 3, 2017 at 1:06 pm
October 3, 2017 at 12:11 pm
thanks for your reply steve.
here is the query.
with
TABLEA
AS(
SELECT A.* FROM dbo.TABLEA A with(nolock)
JOIN dbo.TABLEC C with(nolock) ON C.ID...
October 3, 2017 at 11:18 am
Sue, I dont think the process (Connect to SQL Server When Sys...) works because my windows account wasn't added as sql login.
September 27, 2017 at 5:23 pm
Thanks Sue.
No one have sysadmin access to the instance.
September 27, 2017 at 4:56 pm
Thank you.. i am able to restore the sql2005 backup on sql2014 without any issues.
December 20, 2016 at 3:42 pm
Viewing 13 posts - 136 through 148 (of 148 total)