Viewing 15 posts - 3,331 through 3,345 (of 14,953 total)
GilaMonster (9/18/2011)
CREATE DATABASE [Oops]
ON PRIMARY (
NAME = N'Oops', FILENAME = N'D:\Develop\Databases\Oops.txt:Data'
)
LOG ON (
NAME = N'Oops_log', FILENAME = N'D:\Develop\Databases\Oops.txt:Log'
)
GO
Data files, what data files?...
September 19, 2011 at 6:29 am
Yes, it's aligned.
September 19, 2011 at 6:06 am
GilaMonster (9/16/2011)
ALZDBA (9/16/2011)
Tom.Thomson (9/16/2011)
5) risks of using backup log to append a log backup to an existing file containing log backups instead of always creating a new backup...
September 16, 2011 at 2:23 pm
Brandie Tarvin (9/16/2011)
September 16, 2011 at 1:54 pm
A couple of things that were very successful on my resume last year:
Summarize the "good parts version" right at the top. I have a list of 5 or 6...
September 16, 2011 at 11:29 am
Jan Van der Eecken (9/16/2011)
September 16, 2011 at 11:13 am
I used to have problems with BIDS freezing up and requiring a reboot, but haven't run into that in several years. Is it possible you have a missing patch/service...
September 16, 2011 at 11:11 am
Ninja's_RGR'us (9/16/2011)
Brandie Tarvin (9/16/2011)
Gianluca Sartori (9/16/2011)
WayneS (9/16/2011)
September 16, 2011 at 10:57 am
paul.phillips (9/16/2011)
If 0.999 recurring = 1, then does 0.00...1 = 0?
The issue I have with 0.999 recurring = 1 is...
September 16, 2011 at 10:52 am
jcrawf02 (9/16/2011)
September 16, 2011 at 10:46 am
If you want to automatically rebuild, you'd use Alter Fulltext Catalog (details here: http://msdn.microsoft.com/en-us/library/ms176095.aspx).
Run that as a script in your maintenance job.
I'm not sure why it would require a reboot....
September 16, 2011 at 8:00 am
GilaMonster (9/16/2011)
Another request:
I'm bunking tonight and starting the rewrite of my rather old (and second-ever) article Managing Transaction...
September 16, 2011 at 7:58 am
I can't understand your question.
You have some data in Excel. I get that much. What are you trying to do with it?
September 16, 2011 at 7:43 am
Contains is dependent on the full-text index. If the index is up-to-date, it will be faster than Like, often much, much faster. (Of course, full text indexing can...
September 16, 2011 at 7:41 am
GilaMonster (9/16/2011)
GSquared (9/16/2011)
Yep. Didn't quite nail that one precisely, did I?
Almost everyone mixes up density (measure of how unique an index is), selectivity (measure of the fraction of total...
September 16, 2011 at 7:35 am
Viewing 15 posts - 3,331 through 3,345 (of 14,953 total)