Viewing 15 posts - 406 through 420 (of 3,738 total)
Phil Parkin (10/24/2015)
Why use DATEPART(), when you can use YEAR() for this?
Yeah, why am I not using the Year Function.
October 24, 2015 at 2:37 pm
Lynn Pettis (10/23/2015)
SELECT
DATEPART(yyyy,tc.Call_Date) AS ArchiverYear
FROM
dbo.tblCall tc
INNER JOIN PrismDataArchive.dbo.ArchiveDriver AS Arch
...
October 23, 2015 at 1:29 pm
Michael L John (10/23/2015)
I asking you to query the table and see if any records exist in the table that match...
October 23, 2015 at 12:23 pm
Michael L John (10/23/2015)
It does not delete any data because the variable @Call_Date is bad logic and does not meet the criteria for a Delete.
Since the deletes are based upon...
October 23, 2015 at 12:22 pm
Michael L John (10/23/2015)
SELECT DATEPART(yyyy,Call_Date) AS ArchiverYear
FROM tblCall
WHERE Call_Date <= '01/01/1900'
If not, there are no records in the table with...
October 23, 2015 at 11:13 am
Michael L John (10/23/2015)
SELECT DATEPART(yyyy,Call_Date) AS ArchiverYear
FROM tblCall
WHERE Call_Date <= '01/01/1900'
If not, there are no records in the table with...
October 23, 2015 at 11:11 am
I'm rewriting it.
October 23, 2015 at 10:45 am
When I close the Window I get a popup that there are open transaction.
October 23, 2015 at 9:44 am
nickchance (10/15/2015)
Quite simply you have hidden the Messages panel - try Raising the bottom of the Query Panel and then the Messages will be revealed.
This thread is over 3...
October 15, 2015 at 8:34 am
Please close this thread and put this puppy to rest.
Thank you.
October 6, 2015 at 5:21 pm
It finished while I was writing my post.
October 6, 2015 at 11:34 am
ok, it was September 29th.
I have been working around the clock for two weeks 7 days week.
Sorry about that.
October 6, 2015 at 8:40 am
Michael L John (10/5/2015)
Look at this site:
http://www.sqlservercentral.com/stairway/72401/
Read this series. Almost all of your questions are answered in this series.
There...
October 5, 2015 at 7:53 pm
I was looking in the wrong DB for the file.
I was able to add 1 article that I needed and I'm set to add over 1,00 plus. 600 SP' plus...
October 5, 2015 at 7:10 pm
Viewing 15 posts - 406 through 420 (of 3,738 total)