Viewing 15 posts - 1,921 through 1,935 (of 2,838 total)
GilaMonster (4/11/2011)
Stefan Krzywicki (4/11/2011)
GilaMonster (4/11/2011)
Ok, had enough complaints about the lizard. Let's see if this is better.People complained about the lizard?
Yes, I have a bunch of PMs on the topic....
April 11, 2011 at 12:30 pm
GilaMonster (4/11/2011)
Stefan Krzywicki (4/11/2011)
April 11, 2011 at 12:29 pm
GilaMonster (4/11/2011)
Ok, had enough complaints about the lizard. Let's see if this is better.
People complained about the lizard?
April 11, 2011 at 12:15 pm
GilaMonster (4/11/2011)
Stefan Krzywicki (4/11/2011)
I just don't want to wipe all statistics on the machine because other queries use them to improve performance.
Errr, what statistics are you talking about and why...
April 11, 2011 at 12:15 pm
Brandie Tarvin (4/11/2011)
Stefan Krzywicki (4/11/2011)
GilaMonster (4/11/2011)
Stefan Krzywicki (4/11/2011)
Believe me, I don't want to be using a cursor, but it is part of production code and every time I mention changing...
April 11, 2011 at 11:59 am
GilaMonster (4/11/2011)
Stefan Krzywicki (4/11/2011)
Believe me, I don't want to be using a cursor, but it is part of production code and every time I mention changing it to set based...
April 11, 2011 at 11:40 am
WayneS (4/11/2011)
Stefan Krzywicki (4/11/2011)
CirquedeSQLeil (4/11/2011)
Stefan Krzywicki (4/11/2011)
WayneS (4/11/2011)
Stefan Krzywicki (4/11/2011)
April 11, 2011 at 11:30 am
CirquedeSQLeil (4/11/2011)
Stefan Krzywicki (4/11/2011)
WayneS (4/11/2011)
Stefan Krzywicki (4/11/2011)
April 11, 2011 at 11:10 am
WayneS (4/11/2011)
Stefan Krzywicki (4/11/2011)
April 11, 2011 at 11:01 am
Can someone point me to one of the posts where the keywords to make a cursor run as fast as possible are listed? I searched, but couldn't find what I...
April 11, 2011 at 10:44 am
April 9, 2011 at 7:03 am
It was very nice to meet you. Did you want my agency contacts so you can call them?
April 8, 2011 at 7:55 pm
One way is to create the query as a string, put it in a variable and execute the variable
DECLARE @LinkedQuery varchar(500)
DECLARE @NoDossier varchar(10)
SET @NoDossier = '1315-21738'
SET @LinkedQuery = 'SELECT RowID,...
April 8, 2011 at 10:35 am
GSquared (4/8/2011)
April 8, 2011 at 10:09 am
WayneS (4/8/2011)
Kiara (4/8/2011)
April 8, 2011 at 7:06 am
Viewing 15 posts - 1,921 through 1,935 (of 2,838 total)