Viewing 15 posts - 15,391 through 15,405 (of 22,211 total)
Paul White NZ (4/22/2010)
I just love the following article!http://www.hyderabadtechies.info/index.php/articles/39-articles/747-hyderabad-techies-article
Wish I had thought of it :doze:
The author 'kaustavm' is clearly one to watch 😉
Don't spare him/her, not even a little bit.
April 23, 2010 at 5:22 am
What you might be seeing is the Business Intelligence Design Studio (BIDS), which is basically all the tools needed to create SSIS packages and SSAS cubes and is run through...
April 22, 2010 at 5:53 pm
Have you tried setting the procedure to run using sp_procoption? That will enable a procedure to run when SQL Server starts up. You can also schedule jobs to run when...
April 22, 2010 at 5:50 pm
Dan.Humphries (4/22/2010)
How would writing 20 Million rows to a temp table not be part of the problem even with the for-mentioned query problems. I would be very surprised...
April 22, 2010 at 4:18 pm
CirquedeSQLeil (4/22/2010)
Alvin Ramard (4/22/2010)
CirquedeSQLeil (4/22/2010)
Grant Fritchey (4/22/2010)
Alvin Ramard (4/22/2010)
April 22, 2010 at 4:12 pm
Temp table or not, this code:
((LTRIM(RTRIM(lt.name))
Is going to kill your performance. It's going to prevent any indexes on the tables from being used and you'll see nothing but table...
April 22, 2010 at 1:16 pm
yoacer (4/22/2010)
I need to find a different solution Dynamic SQL is not what I want, I want another kind of solution even if I need to create a filter...
April 22, 2010 at 10:41 am
Alvin Ramard (4/22/2010)
April 22, 2010 at 10:37 am
Gianluca Sartori (4/22/2010)
Jack Corbett (4/22/2010)
Gianluca Sartori (4/21/2010)
Public const SC AS String = "'" 'Yes, you got it right, it's...
April 22, 2010 at 8:12 am
Personally, I shy away from it in almost all situations. Alternatives are to enable snapshot isolation, so that you can read rows while the data is being manipulated. Or, if...
April 22, 2010 at 7:04 am
Paul White NZ (4/22/2010)
Chris Morris-439714 (4/22/2010)
Well I can't see what you're on about. Must be a rare defect of the optic nerve.SOM
White phosphorous? I'm not sure, that could be overkill.
April 22, 2010 at 6:58 am
Joy Smith San (4/22/2010)
The executable is SQL Server.
But for SQL Server 2005 the executable is "SQLWB.EXE" no ?
To really understand performance issues, you need to...
April 22, 2010 at 6:57 am
jcrawf02 (4/22/2010)
Anyway, if it's...
April 22, 2010 at 6:46 am
Arjun Sivadasan (4/22/2010)
@Grant: What do you mean by missing rows? Rows that are there in the dataset but not present in database as a result of...
April 22, 2010 at 6:43 am
trivedi.nikesh (4/22/2010)
Last week we designed a query to generate a report. Initially this query was running fine fetching all records in 10 sec, but this week it is running...
April 22, 2010 at 6:42 am
Viewing 15 posts - 15,391 through 15,405 (of 22,211 total)