Viewing 15 posts - 106 through 120 (of 176 total)
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
Chris Harshman (11/22/2016)
November 22, 2016 at 10:48 am
GilaMonster (11/21/2016)
November 22, 2016 at 10:48 am
From what you have written I guess you job is trying to access backup file to restore it to another database.
Can you check whether the jobs are failing when restore...
November 16, 2016 at 4:45 am
Viewing 15 posts - 106 through 120 (of 176 total)