Viewing 15 posts - 10,171 through 10,185 (of 22,213 total)
It's probably because the SELECT criteria only converts the information returned, but the WHERE clause, since it's a function on a column which means a complete scan of the table...
January 11, 2013 at 5:26 am
Since you're moving to 2012, you can use distributed replay to test the new server. That'll work better than using Profiler. And, it's a great new tool in your 2012...
January 11, 2013 at 4:54 am
It really does depend on the indexes and statistics on the table, but most of the time, option 2 is the right way to go. And when it isn't the...
January 11, 2013 at 4:40 am
After seeing Lynn's comments about SQL Server Performance, I read through... well, attempted to read through a couple of articles over there. I have to ask, who is running that...
January 11, 2013 at 4:32 am
That is not behavior I've run into before. Is there something special about your domain setup? I use domain specific logins for all my installations and haven't seen this type...
January 11, 2013 at 4:08 am
I'd go with 2012. I still haven't finished upgrading to it here, but it offers opportunities that don't exist in 2008R2. But, you do have to deal with the crap...
January 10, 2013 at 7:13 am
I'm not comfortable with any of those answers. A is somewhat true, but so is B. I'd have to choose E if pushed, but I'd want to have a long...
January 10, 2013 at 7:12 am
None of the above.
Use the source control system that has all the database objects in it to run an automated build for the new people. But not to create 10...
January 10, 2013 at 7:08 am
You can also create extended events to capture all logins.
January 10, 2013 at 7:05 am
Was it always one word? Back in the day? Where's Jeff. He remembers the dawn of time. If it used to be Data Base, then DBA makes sense.
January 10, 2013 at 7:01 am
So when the load is complete, you need to send an email? Couldn't you just add that to the end of the load process? A trigger will work, although I...
January 10, 2013 at 6:17 am
anil.janu143 (1/9/2013)
can anyone provide code for solution please.. because i am not able to understand the theory part..thanx in advance....
Since no one is sitting at your desk with a full...
January 9, 2013 at 8:44 am
I'm still back to hard to say, but, in general, I would avoid holding open a query, on purpose, for 15 minutes under any circumstances. The fundamental concepts of transactions...
January 9, 2013 at 5:12 am
jitendra.padhiyar (1/8/2013)
You explain me what exactly statisc is and what the sql server doing during update statics. Can you pls clear my more doubts?
1. Is it...
January 9, 2013 at 4:55 am
Kishore-132325 (1/7/2013)
January 9, 2013 at 4:50 am
Viewing 15 posts - 10,171 through 10,185 (of 22,213 total)