Viewing 15 posts - 406 through 420 (of 514 total)
Forget performance. What is the requirement?
Design 1 is a many to many tie between customers and addresses.
design 2 is 1 to many
You many even need to get more...
August 30, 2007 at 11:54 am
Which exact product are you using? Veritas Backup Exec? If so, Michael is correct. If you are taking some sort of disk image snapshot (which probably will be useless) then...
August 30, 2007 at 11:43 am
That is not the same as what you origionally posted. That is ALL orders that match the 3 most recent days on which any number of orders was posted. So...
August 30, 2007 at 11:32 am
Slightly Differerent than Peters
However, I have to ask, are you sure your's gives you what you really want?
SELECT DISTINCT a.Teller_ID
August 30, 2007 at 10:26 am
I agree with John. You are using a relational data to hold flat file style data.
If 90% of the time you need the csv data, then create an indexed view...
August 30, 2007 at 10:15 am
Buy something. There are very good tools out there to track what you are asking for historically.
Idera and Quest both do that very well. To track performance data you have...
August 30, 2007 at 10:12 am
I don't think that the indexes are the issue here, but the system table sysindexes that is of issue. However, dropping and adding the indexes that it references "may" clean...
August 30, 2007 at 10:02 am
State? Not sure the interviewer knew the answer either. I would ask for clairification on the point.
Error state? Message? Data integrity?
Data would be the same as it was before...
August 30, 2007 at 7:00 am
I agree that 25 min in my opinion is fairly respectible. A trick to getting the count.
select @RowCount=max(rowcnt
August 30, 2007 at 6:52 am
And what is with these restrictions? Sounds like homework to me No temp tables? In any case you have your answer.
August 30, 2007 at 6:39 am
Can't you tell Jeff. Apparently all of your posts are invisible to him.
Agree with your point completely. On the note of the...
August 30, 2007 at 6:32 am
We are using Backup Exec, but with windows authentication. Haven't tried SQL Server authentication.
August 30, 2007 at 6:16 am
They just released rollup 3 (3186) I also have 3175 and had good luck but I am about to look at Rollup 3 instead.
August 30, 2007 at 6:14 am
the delete will cause a read on all child tables to verify that you are not deleting a required parent.
Because of this you can get some very strange locking behavior. ...
August 29, 2007 at 6:48 am
Viewing 15 posts - 406 through 420 (of 514 total)