Viewing 15 posts - 34,696 through 34,710 (of 49,552 total)
http://www.veloci-group.com/remotebackup.html (1/15/2010)
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...
January 15, 2010 at 5:10 am
Randolph Potter (1/15/2010)
January 15, 2010 at 2:29 am
Jeffrey Williams-493691 (1/14/2010)
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...
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.
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...
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...
January 15, 2010 at 1:29 am
Are you using differential backups? If not, there's no real reason to take copy-only backups.
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...
January 14, 2010 at 2:25 pm
Troy G-471787 (1/14/2010)
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...
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...
January 14, 2010 at 2:16 pm
And the definition of the clustered index (data types of the key columns)?
January 14, 2010 at 2:16 pm
Viewing 15 posts - 34,696 through 34,710 (of 49,552 total)