Viewing 15 posts - 1 through 15 (of 152 total)
February 19, 2018 at 3:44 am
BEGIN TRY
IF NOT EXISTS (
SELECT 1
FROM dbo.view_MyView
WHERE MemberID =...
February 6, 2018 at 10:05 pm
October 3, 2017 at 5:36 am
September 28, 2017 at 6:55 am
September 28, 2017 at 5:34 am
How then do I SELECT only datime from this:
20170913100320
September 22, 2017 at 7:22 am
and I have if @TableName = 'DEAAcctStatus'
I created this table
CREATE TABLE [daily].[ListedTables](
[LoadNo] [int] NOT NULL,
[TableName] [varchar](128) NOT NULL)
so that I can look up tables here, then have...
November 10, 2016 at 6:53 am
Viewing 15 posts - 1 through 15 (of 152 total)