Viewing 15 posts - 13,186 through 13,200 (of 22,214 total)
What do the wait stats look like? What are the processes on the server waiting for? That'll help you determine the biggest pain points.
February 18, 2011 at 9:44 am
You have to start troubleshooting the system. First, are all users on all applications on all databases suffering, or only some? That help determine where to look. Have things been...
February 18, 2011 at 8:28 am
avinashily (2/18/2011)
i have a table with the following data types defined for the columns,
a nvarchar(50) not null,
nume numeric(18,0) not null,
time1 datetime null,
variab nvarchar(max) null,
abc text null,
numcha nchar(20) null,
can you...
February 18, 2011 at 8:24 am
I'll also add one to the list, hash tables and work tables created as part of execution plans.
February 18, 2011 at 8:18 am
I'll go Roy one step further and suggest that you have to approach the index hints with extreme caution, especially if it's adding a large list of INCLUDE columns.
It sounds...
February 18, 2011 at 8:16 am
I've found through a lot of testing that the use of ROW_NUMBER when returning more than a few rows has a tendency to degrade faster than using a TOP with...
February 18, 2011 at 6:55 am
mstjean (2/17/2011)
Point taken regarding indexing. Let me ask a smaller question: The query...
February 18, 2011 at 6:29 am
Brandie Tarvin (2/17/2011)
You people are strange.@=)
You're just noticing?
February 17, 2011 at 12:48 pm
Unfortunately your tests are quite fair. You need to have an index on a column so that you see if the implicit conversion causes a problem or not. You had...
February 17, 2011 at 12:40 pm
There must be duplicate data in Table1 or rows already exist in Table2.
February 17, 2011 at 10:46 am
I've put just about everything except the server configuration itself into source control. Yes, you can do this will all projecs and objects. Visual Studio works really well with Team...
February 17, 2011 at 10:44 am
jcrawf02 (2/17/2011)
and along those lines, am I the only one who can't read anything about HADRON without blinking and re-reading, then chuckling to myself?
Yep. It's just you.
February 17, 2011 at 10:16 am
jcrawf02 (2/17/2011)
Brandie Tarvin (2/17/2011)
Koen Verbeeck (2/17/2011)
Gianluca Sartori (2/17/2011)
Code brings more (pseudo)code, it seems...Definitely kill the one who started this on THE THREAD!
:-D:-D
I'll go fetch the angry mob! 🙂
I'll supply the...
February 17, 2011 at 7:07 am
Could you explain what that means please? I don't understand what you posted.
February 17, 2011 at 4:58 am
I'd go to the Quest web site and take a look at the SQL Litespeed documentation. Depending on how you installed Litespeed, it can use standard restore syntax.
February 17, 2011 at 4:56 am
Viewing 15 posts - 13,186 through 13,200 (of 22,214 total)