Viewing 15 posts - 1,636 through 1,650 (of 2,463 total)
you can do one thing
1. create a intermediate table
2. insert
SELECT @msg = ISNULL(@msg+CHAR(10),'')
...
June 3, 2010 at 6:15 am
i dont think you can see the older version of Sp unless you are preserving it in Audit table with the help of DDL trigger.
June 3, 2010 at 6:07 am
This table has only 700 rows and its showing fregmentation > 83% with following query i found that it should be REBUILD
HOw did you figure out this ?...
June 3, 2010 at 4:43 am
paul.corujo (6/2/2010)
The sp in question run in SSMS in under 1 second. How would I determine why it is taking more than 30 when called via the application.
if...
June 3, 2010 at 4:32 am
dave-dj (6/3/2010)
the problem is I get - variable .... not defined as a scalar value.
post your script
June 3, 2010 at 4:10 am
Shamshad Ali (6/3/2010)
while the same was test on applying indexes on FKeys without any performance improvements (reads/CPU/Duration) No change.
that depends on the volume of data.i guess you don't have high...
June 3, 2010 at 2:11 am
Shamshad Ali (6/2/2010)
June 2, 2010 at 11:34 pm
i would say
1 run the exec plan.
2 capture the scans and lookup there.
3 modify/create indexes.
4 again run the exec plan to see the improvement.
June 2, 2010 at 6:24 am
Ravi-376012 (6/2/2010)
FName VARCHAR(50) NOT NULL,
LName VARCHAR(50) NOT NULL,
Address1 VARCHAR(255),
Address2 VARCHAR(255),
----,
StateID INT,
.....)
Now I have two options one is to have a State lookup table using
StateID...
June 2, 2010 at 6:20 am
PradeepVallabh (6/1/2010)
June 2, 2010 at 6:11 am
elutin (6/2/2010)
--We need to copy the data from the master table...
June 2, 2010 at 5:50 am
Always try to keep column's name and their datatypes same.
June 2, 2010 at 4:48 am
post your problem according to the article referred in my signature to get faster response
May 31, 2010 at 10:44 pm
halifaxdal (5/31/2010)
execute a sp or fn on a linked server with a read-access account but execute it as another account (not knowing the password)?
i dont think it can be...
May 31, 2010 at 10:43 pm
it could be because of windows patch or sql server patch/Service pack
May 31, 2010 at 10:26 pm
Viewing 15 posts - 1,636 through 1,650 (of 2,463 total)