Viewing 15 posts - 22,336 through 22,350 (of 39,824 total)
It's Vegas, of course I'll have the Friday shirts there!
If you are there Tues, I'd agree Powershell would be a good one to attend. Lots of it being used in...
September 16, 2009 at 8:47 am
I believe the author was trying to point out confusion can result from negative logic tests. I have added a note to the explanation.
September 16, 2009 at 8:25 am
First, if this is going to support 100,000 people and it's worth a lot to your company, you ought to engage a consultant that works with systems like this. Someone...
September 16, 2009 at 7:50 am
Lynn, I get emails and PMs regularly asking for help. I just point them to the forum.
September 16, 2009 at 7:45 am
Don't worry, Barry, I'm frequently lost on this one as well.
September 16, 2009 at 6:46 am
I believe it can. There is a merge operation that can take results and put them together.
http://www.sql-server-performance.com/tips/composite_indexes_p1.aspx
September 15, 2009 at 6:22 pm
You can use the maintenance plans and add a cleanup task to remove backups. Note that this uses a location to delete, so if people are making backups in random...
September 15, 2009 at 6:02 pm
Most magazines that accept advertising don't do head to head comparisons because it's bad for business. We tried to do that years ago and it was a mess.
Consumer Reports, and...
September 15, 2009 at 4:33 pm
Mel and his team have been busy on a couple things and we made some changes to other areas this week. I'll ask him to have another look at this...
September 15, 2009 at 3:32 pm
Please start a new thread if you have a question. You might try running update statistics manually first to be sure it will run.
September 15, 2009 at 11:46 am
Matt Whitfield (9/15/2009)
1) There was no where clause on the...
September 15, 2009 at 11:38 am
George, no problem and thanks for the clarification. They renamed the modes once, so you'll find some white papers and documentation referring to things differently.
You want synchronous mode, to be...
September 15, 2009 at 11:07 am
Don't stick multiple users in the same column. You're slowing down access.
Instead you'd typically have another table that links the user with the notification. As in
create table notification( noteID int...
September 15, 2009 at 10:14 am
Any more details? error? What is the alias? Where is it set?
September 15, 2009 at 10:12 am
The answer is yes, you can. Add a step to do this with a T-SQL command.
Note that if you find an answer, it's good etiquette to post it.
September 15, 2009 at 10:11 am
Viewing 15 posts - 22,336 through 22,350 (of 39,824 total)