Viewing 15 posts - 2,521 through 2,535 (of 26,490 total)
Except #tmp is unique if you were to look in tempdb. The local #tmp table is uniquely named in tempdb. This has to be true for local temporary tables or...
October 24, 2017 at 10:01 am
Steve Jones - SSC Editor - Tuesday, October 24, 2017 7:43 AMWow, 7th place for me, but 4 of us are 4-3.
I...
October 24, 2017 at 8:43 am
Looks like Ray may still be undefeated after tonight.
BulkLogged division has a three way tie for first with three of us are 4-3-0.
October 23, 2017 at 5:32 pm
October 23, 2017 at 10:41 am
Here is what I will tell you. You have a query to identify all the columnstore indexes. Now you need a query to identify all the non-clustered indexes. Then you...
October 23, 2017 at 10:38 am
October 23, 2017 at 10:24 am
Too early on a Monday morning:
Try this:
WITH BaseTables AS (
SELECT
[t].[object_id]
, TableName = [t].[name]
, rowcnt =...
October 23, 2017 at 9:03 am
Since you seem to be having such a hard time with this and against my best instincts, give this a try:
WITH BaseTables AS (
SELECT
October 23, 2017 at 8:54 am
October 23, 2017 at 8:42 am
Maybe some day I will find that position that lets me work from home. Most likely that will be called retirement.
October 20, 2017 at 3:25 pm
Get them to fix the dates for the next import or you are going to find yourself struggling with all this again.
October 20, 2017 at 3:22 pm
Been a while but I thought there was a way to update the PATH without directly editing the registry. I will have to do some research over the weekend.
October 20, 2017 at 3:11 pm
Viewing 15 posts - 2,521 through 2,535 (of 26,490 total)