Viewing 15 posts - 106 through 120 (of 180 total)
John Mitchell-245523 - Wednesday, January 18, 2017 3:13 AMGood. Please post the full results of that query.John
name SchemaOwner
RRN dbo
name ObjectOwner type_desc
View_1 <Schema...
January 19, 2017 at 5:45 am
Sorry my bad its RRN
January 18, 2017 at 3:04 am
January 16, 2017 at 5:37 am
January 15, 2017 at 12:13 am
Thanks John and Perry,
Sorry for the confusion.
CREATE VIEW [dbo].[View_1]
AS
SELECT RRN.ASettings.oid AS Expr1, RRN.BTType.oid, RRN.CSHistory.sId, dbo.CB.MainProfileID, RRN.Void.VoidID
FROM RRN.ASettings INNER JOIN
RRN.BTType ON RRN.ASettings.oid...
January 12, 2017 at 5:25 am
January 12, 2017 at 3:48 am
GilaMonster (1/11/2017)
Rechana Rajan (1/11/2017)
If that is the case the lookup for noncluster index will change to new cluster key right?
???
Also if i explicitly specify the cluster key in a nonclustered...
January 11, 2017 at 4:38 am
GilaMonster (1/10/2017)
Rechana Rajan (1/10/2017)
January 11, 2017 at 1:03 am
GilaMonster (1/3/2017)
January 3, 2017 at 3:51 am
JasonClark (1/2/2017)
Performance becomes great on maintaining the relationship on a delete of a primary/unique key.
also, SQL Server can effectively find the rows to...
January 3, 2017 at 12:34 am
Why cant you create a new table and insert into that all records and delete the unwanted data from original table ? This will make sure the table...
December 20, 2016 at 12:24 am
Igor Micev (12/7/2016)
Rechana Rajan (12/7/2016)
December 13, 2016 at 3:06 am
Igor Micev (12/7/2016)
Rechana Rajan (12/7/2016)
December 13, 2016 at 3:05 am
Lowell (12/6/2016)
The scenario i would worry about is...
December 7, 2016 at 4:23 am
Chris Harshman (11/22/2016)
November 22, 2016 at 11:19 pm
Viewing 15 posts - 106 through 120 (of 180 total)