Viewing 15 posts - 136 through 150 (of 314 total)
Can we get the original query and some sample data?
Are you moving very large BLOB data around? Seen this before...
Personally I am not a fan of SELECT...INTO. You...
November 25, 2010 at 2:30 am
Jeff Moden (11/23/2010)
Gangadhara MS (11/21/2010)
We are having performance issues on production server.
The following task i have carried out and i need your suggestion further.
1.I have used profiler to...
November 24, 2010 at 1:56 am
YTZ (11/23/2010)
grahamc:Could you offer the detailes please?
Thanks
😉 I was...
November 23, 2010 at 8:59 am
do your research on 64bit systems carefully! 64bit systems require more memory for the OS. I believe its along the lines of 5GBs to the OS.
November 23, 2010 at 8:54 am
my guess is MSPAINT.exe
November 23, 2010 at 8:28 am
grahamc (11/23/2010)
a_ud (11/23/2010)
SET @sql='INSERT INTO @EventList
...
November 23, 2010 at 7:34 am
nail in the coffin, SSRS hands down...
November 23, 2010 at 7:32 am
GilaMonster (11/23/2010)
Paul White NZ (11/23/2010)
I would help, but am temporarily (I hope) blind having glanced at the stored procedure in question.
Same here. Plus I neither have the time nor the...
November 23, 2010 at 6:52 am
a_ud (11/23/2010)
SET @sql='INSERT INTO @EventList
...
November 23, 2010 at 6:37 am
churlbut (11/23/2010)
November 23, 2010 at 6:18 am
Ninja's_RGR'us (11/23/2010)
GilaMonster (11/23/2010)
Brandie Tarvin (11/23/2010)
November 23, 2010 at 6:10 am
GilaMonster (11/23/2010)
grahamc (11/23/2010)
hence saying get a professional.
Agreed. Often just a few days from someone who really knows their way around tuning procs can make all the difference. Plus there's...
November 23, 2010 at 6:02 am
Like this?
INSERT INTO x
(
...
)
SELECT ...
FROM y
... = column names 😀
November 23, 2010 at 5:49 am
...
Only ever use Dynamic SQL when you absolutely have to because dynamic SQL can't cache any execution plans for re-use later, which is a performance hit (I hope Gail will...
November 23, 2010 at 5:47 am
there are a number of ways to get data out to a CSV...
In SSIS you can:
1. In the data flow, delete the existing flat file destination and connection manager,...
November 23, 2010 at 5:45 am
Viewing 15 posts - 136 through 150 (of 314 total)