Viewing 15 posts - 5,821 through 5,835 (of 7,168 total)
You're on the right track, you need to find the right balance between your max memory setting and MemToLeave.
June 27, 2011 at 1:52 pm
You could look at using SQLCLR to call out to the service, but that would open a whole can of worms regarding security.
Why can't the service retrieve the XML from...
June 27, 2011 at 1:48 pm
Krasavita (6/27/2011)
June 27, 2011 at 1:45 pm
I cannot reproduce this behavior. Can you please post some sample code to show that SQL Server changed your data?
CREATE TABLE dbo.xml_test (xml_data XML) ;
INSERT INTO dbo.xml_test
...
June 27, 2011 at 1:40 pm
Right-click My Computer and go to properties.
June 27, 2011 at 1:35 pm
The first line of the article says it all. Not sure what I can say better than Glenn to convince you.
June 27, 2011 at 1:27 pm
CREATE TABLE dbo.table1 (A CHAR(1), B CHAR(1)) ;
GO
INSERT INTO dbo.table1
(A, B)
VALUES ('A', 'B'),
...
June 27, 2011 at 1:25 pm
The same guidelines apply.
June 27, 2011 at 1:18 pm
2.Default is 256. -g is not present in the startup parameters by default. I usually increase it in increments of 256MB. (did you made a mistake?)
It depends on how you...
June 27, 2011 at 1:08 pm
All of the code samples in Books Online use the AdventureWorks DB. It's a great place to start:
June 27, 2011 at 1:00 pm
crackbridge (6/27/2011)
I'll be shorter, what I say, forum is not to post...
June 27, 2011 at 12:53 pm
Krasavita (6/27/2011)
Thank you very much,T
You're welcome 🙂
1.Yes we do a lot of OPENROWSET.
Consider moving to 64-bit soon. It does not suffer from the VAS issue you;re experiencing.
2.This is production server,how...
June 27, 2011 at 12:47 pm
Krasavita (6/27/2011)
Total avail mem, KBMax free size, KB
87316 ...
June 27, 2011 at 12:35 pm
Viewing 15 posts - 5,821 through 5,835 (of 7,168 total)