Viewing 15 posts - 3,226 through 3,240 (of 26,490 total)
Iwas Bornready (11/28/2016)
Yev.d (11/24/2016)
You don't have to be an American to count your blessings and be thankful. 🙂
mjh 45389 (11/24/2016)
t.franz (11/24/2016)
November 28, 2016 at 9:25 am
Jacob Wilkins (11/17/2016)
Lynn Pettis (11/17/2016)
Jacob Wilkins (11/17/2016)
Lynn Pettis (11/17/2016)
Jacob Wilkins (11/17/2016)
You'll see there are several syntax errors.
One of...
November 17, 2016 at 1:56 pm
And this appears to be a duplicate post.
November 17, 2016 at 1:21 pm
Jacob Wilkins (11/17/2016)
Lynn Pettis (11/17/2016)
Jacob Wilkins (11/17/2016)
You'll see there are several syntax errors.
One of the main ones is...
November 17, 2016 at 1:17 pm
Slight mod to what I posted above:
SET QUOTED_IDENTIFIER OFF;
SET NOCOUNT ON;
DECLARE @SQLCmd nvarchar(max),
@SQLParm nvarchar(max),
@LastCheckedDateTime...
November 17, 2016 at 1:08 pm
Jacob Wilkins (11/17/2016)
You'll see there are several syntax errors.
One of the main ones is that you're trying to...
November 17, 2016 at 1:06 pm
You are looking for something like this:
SET QUOTED_IDENTIFIER OFF;
SET NOCOUNT ON;
DECLARE @SQLCmd nvarchar(max),
@SQLParm nvarchar(max),
@LastCheckedDateTime...
November 17, 2016 at 1:02 pm
GilaMonster (11/16/2016)
Lynn Pettis (11/16/2016)
GilaMonster (11/16/2016)
Lynn Pettis (11/16/2016)
November 16, 2016 at 4:05 pm
GilaMonster (11/16/2016)
Lynn Pettis (11/16/2016)
November 16, 2016 at 1:18 pm
Did he say SQL Server 2016 supports Docker?
November 16, 2016 at 9:19 am
Question, any way to get these keynotes to view later? I would like to share these with others here at work. Plus, I came in late.
November 16, 2016 at 9:18 am
paul.keohan (11/15/2016)
I want to update a column in Table 1 where there are a number of...
November 15, 2016 at 12:13 pm
Advanced windowing functions, LAG/LEAD, since this appears to be a SQL Server 2014 question.
November 15, 2016 at 11:56 am
TheSQLGuru (11/15/2016)
Lynn Pettis (11/15/2016)
Or, create a new file group and file and drop and recreate the nonclustered index(es) in the new file group.
I already suggested that as a solution but...
November 15, 2016 at 11:44 am
Or, create a new file group and file and drop and recreate the nonclustered index(es) in the new file group.
November 15, 2016 at 9:37 am
Viewing 15 posts - 3,226 through 3,240 (of 26,490 total)