Viewing 15 posts - 34,696 through 34,710 (of 49,552 total)
http://www.veloci-group.com/remotebackup.html (1/15/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 6:54 am
You mean test how much it will help without creating it? No.
Create the index on a test system, test the queries, see if the new index improves them, if so...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 5:10 am
Randolph Potter (1/15/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 2:29 am
Jeffrey Williams-493691 (1/14/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 1:52 am
Is the state 'recovering'? (check sys.databases)
If so, look in the error log, there'll be lots of messages saying that the database is recovering and how much longer is estimated. All...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 1:38 am
scziege (1/14/2010)
Can someone tell me if an covered index (RecordId,CreationDate) increase the query performance ?
Yes.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 1:33 am
http://www.veloci-group.com/remotebackup.html (1/15/2010)
GilaMonster (1/14/2010)
Are you using differential backups? If not, there's no real reason to take copy-only backups.
We have remotebackup of the SQL server. We can't restore from LOG backup if...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 1:30 am
fizzleme (1/14/2010)
Not the error log. The standard SQL log files.
The 'standard SQL log file' is the error log.
Visible in SSMS, gives details on login failures, startup messages, etc. That...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2010 at 1:29 am
Which log files? Error log?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 3:09 pm
Are you using differential backups? If not, there's no real reason to take copy-only backups.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 3:07 pm
homebrew01 (1/13/2010)
Why do you want scheduled COPY ONLY backups ? That function is usually used for one-time backups that will not affect the log chain.
No, it is used (when...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 2:25 pm
Troy G-471787 (1/14/2010)
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 2:20 pm
Randy Anthony (1/14/2010)
If @AuditYear = 1 Set @AuditQuesTypeParameter = '1 And 4'
Else
Set @AuditQuesTypeParameter = '13 And 16'
and expecting this:
And tblAuditQuesLkup.AuditQuesType BETWEEN @AuditQuesTypeParameter...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 2:19 pm
Welsh Corgi (1/14/2010)
The requirement requires that was provided is to return the first record created.
Then your order by needs to be on a column that stores the date...
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 2:16 pm
And the definition of the clustered index (data types of the key columns)?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 14, 2010 at 2:16 pm
Viewing 15 posts - 34,696 through 34,710 (of 49,552 total)