Viewing 15 posts - 211 through 225 (of 464 total)
The adhoc queries will cost more in terms of compile time but that is probably small compared to the read time. They may be getting autoparameterized anyway if they...
January 30, 2009 at 12:59 pm
You may be fine, but it depends on the workload.
Because SQL is reading an extent at a time from disk, you wouldn't want the average fragment size to...
January 30, 2009 at 12:34 pm
The first thing I noticed is that you have min memory set to 200000MB .... a bit larger than you would like! That shouldn't have any bearing on your...
January 30, 2009 at 12:12 pm
Ha, as you can see I edited my post as you were typing! Of course the line I missed originally changed the complexion of the question ...
Anyway to clarify...
January 28, 2009 at 4:16 pm
Bruce: thanks for the quick reply.
It's not exactly what I expected, in that by using FOR EACH ROW it's no longer a set-based trigger ie one that can...
January 28, 2009 at 3:52 pm
bruce.cassidy (1/28/2009)
[font="Verdana"]You can implement set-based triggers in Oracle.[/font]
Have any links / examples? This is perfect timing for something I'm working on.
January 28, 2009 at 3:08 pm
I added the -h parameter to sqlcmd to drop headers. You also need to set nocount or parse out the returned values to only return valid instances.
function...
January 28, 2009 at 2:52 pm
I haven't tried it for your specific code, but piping to out-null should do the job.
January 26, 2009 at 10:27 pm
gcopeland (1/12/2009)
Generally speaking, the HR department at a company does not hire anyone. Instead, it provides qualified individuals to hiring managers who make the hiring decisions
Absolutely .... however you...
January 12, 2009 at 10:10 am
I can't believe I read this entire thread.
It seems to me that everyone (some more than others) will judge by appearance at times. What matters is whether...
January 10, 2009 at 12:19 pm
I think the point is that if it is known that there will be a significant number of records updated with no change, why update them in the first place?...
January 8, 2009 at 9:37 am
It can be done, but you would need to keep an account on each machine with the same id (and keep the password synchronised). Alternatively could you run the...
January 7, 2009 at 12:10 pm
Glad you got it working .... I don't think it had much to do with me though 🙂
January 7, 2009 at 8:05 am
Having seen your post that lead to this one, is your real problem with the performance or in the space taken in tempdb? If it is just space taken...
January 6, 2009 at 3:30 pm
Are the columns in the two indexes in the same order? That can also impact the join type.
January 6, 2009 at 3:04 pm
Viewing 15 posts - 211 through 225 (of 464 total)