Viewing 7 posts - 1 through 7 (of 7 total)
No, I have not set up the max server memory parameter. The Server Properties, Memory Tab (In EM) Is set to the Following:
March 7, 2005 at 10:32 am
After running the Query You Suggested I got:
Total_Mem_MB = 1640
Target_Mem_MB...
March 4, 2005 at 3:30 pm
The reindex, update stats and then recompile seemed to fix the performance Problem.
I appreciate everyone’s replies!
March 4, 2005 at 9:19 am
Try to do a reindex, update stats and then recompile the SP's
^---- I will Try that tonight. I am assuming that Reindexing the table may take a while.
Total | Target...
March 4, 2005 at 8:04 am
I found the answer. for anyone interested in the issue visit
http://support.microsoft.com/default.aspx?scid=kb;en-us;199819
I simply needed to specify which code page to use.
New Code:
SET @Command = 'bcp "Database..qryName" out "C:\Exp_.tsv" -c -C1252...
February 15, 2005 at 2:33 pm
When we import the data into the mail merge system the barcode interpreted the characters improperly so that’s how we know it is incorrect. so after taking a closer...
February 15, 2005 at 10:57 am
Viewing 7 posts - 1 through 7 (of 7 total)