Viewing 15 posts - 43,351 through 43,365 (of 49,571 total)
balbirsinghsodhi (11/4/2008)
There are scans but cost is 0%, do you think we should consider those too.
Yes, because they are still scans, ie a read of all the pages in...
November 4, 2008 at 5:29 pm
sayfrend (11/4/2008)
November 4, 2008 at 5:26 pm
What do you mean, you don't see lots of scans? Are you looking at the same execution plan I am? See attached. There are only two seeks in the entire...
November 4, 2008 at 1:47 pm
Have a look in the error log. What does it say about that database?
November 4, 2008 at 1:04 pm
I wouldn't bother creating a backup device for a once-off backup, and if you run that more than once, you may get an error saying the backup device already exists.
Just...
November 4, 2008 at 12:54 pm
No. Literal text hasn't been changed and your first query would throw an error saying no such column as SomeText
SELECT tbl.Column AS [MyColumn], 'SomeText' AS [LiteralText]
FROM MyTable AS tbl
The []...
November 4, 2008 at 12:12 pm
Once you've set it back to full, you'll have to take a full database backup or your backup software, which I assume does log backups, will fail.
November 4, 2008 at 12:07 pm
Maybe. They're not indexes and as such they won't directly improve performance. They do give the optimiser more information about the data hence allowing it to produce better execution plans
November 4, 2008 at 12:02 pm
Fernando (11/4/2008)
November 4, 2008 at 12:00 pm
Mani (11/4/2008)
This differential backup cannot be restored because the database has not been restored to the correct earlier state. (Microsoft.SqlServer.Smo)
That's saying that the 6am diff is not based off the...
November 4, 2008 at 11:53 am
You can't disable logging. It's not an optional component of the database.
What you can do is set the database you're doing the transfer into simple recovery. Since it's not a...
November 4, 2008 at 11:49 am
You can, but unless you figure out why the log is growing, it's just going to get back to that size in time.
What recovery model?
If full or bulk-logged, how often...
November 4, 2008 at 11:42 am
Actually, I've just finished writing a short 'chapter' for a book. 😀
November 4, 2008 at 11:32 am
balbirsinghsodhi (11/4/2008)
November 4, 2008 at 11:30 am
KATHLEEN Y ZHANG (11/4/2008)
November 4, 2008 at 10:26 am
Viewing 15 posts - 43,351 through 43,365 (of 49,571 total)