Viewing 15 posts - 181 through 195 (of 496 total)
If someone says that the registration date is more useful in their country and that this is an American-centric difficult question I will scream.
December 30, 2011 at 7:53 am
arun1_m1 (12/30/2011)
Could anyone please guide , as to, under which scenario should one opt for such concurrent activity ?
Suppose that your backups take a differing amount of time on any...
December 30, 2011 at 7:51 am
Probably so that it made scheduling log backups easier. If for some reason a full backup was taking longer than usual, a normal log backup could fail. This...
December 29, 2011 at 7:56 am
I got it right and skipped past E not because it could be SARGable, but because the index is keyed to StartDate and that IS SARGable, and I figured that...
December 27, 2011 at 8:19 am
I got it right simply because I once supported an app that had a myriad of situations with and without trailing spaces on a VARCHAR column and have seen that...
December 19, 2011 at 7:46 am
Well, this is weird, because in sys.databases DB ID is a straight up INT. So I wonder why smallint is the limit on databases then....
December 8, 2011 at 7:30 am
I would assume that system tables would be included in that....? My assumption on the limit is that SQL Server must use the smallint data type for the DB...
December 8, 2011 at 7:29 am
This is one of the best QOTDs I have ever seen here. I had to really think this through to get it right. I ALMOST just checked #1...
December 6, 2011 at 7:25 am
Hugo Kornelis (11/16/2011)
November 16, 2011 at 2:36 pm
What's nice is that no one got out of control, angry, or vindictive. A good exchange with a positive outcome is a good thing.
November 16, 2011 at 1:40 pm
SanDroid (11/16/2011)
November 16, 2011 at 1:30 pm
If I understand your question, this should address it. Run the first two batches first, investigate the indexes, and then run the third batch. No errors.
Create table test1
(...
November 16, 2011 at 11:25 am
SanDroid, you have me totally confused. Hugo said that if you don't specify NONCLUSTERED on creation of a Primary Key on a table that has has no clustered index,...
November 16, 2011 at 10:54 am
Hugo Kornelis (11/16/2011)
vk-kirov (11/16/2011)
November 16, 2011 at 7:39 am
Yeah, in my case I am so used to the indexes being created as a part of making the foreign key that I failed to notice that they weren't part...
November 9, 2011 at 6:43 am
Viewing 15 posts - 181 through 195 (of 496 total)