No announcements
Found 957066 threads
-
0 Votes
Using EF with different read and write db servers
and a write server. All updates to the write server will be replicated over to the read servers. My questions ...Answered | 5 Replies | 2337 Views | Created by Marc Simkin - Sunday, April 8, 2012 9:52 PM | Last reply by darnold924 - Monday, April 9, 2012 4:19 AM -
0 Votes
Read/Write protected memory
generating "read/write protected memory" exception. Here are the steps we follow in our ...Answered | 2 Replies | 3158 Views | Created by Ramenk - Wednesday, May 21, 2008 7:30 AM | Last reply by AbdElRaheim - Friday, May 23, 2008 7:28 PM -
0 Votes
conflict read write file
My problem is read and write file in same time. I found in Google but i still don't find any solution. I used filestream(... fileaccess.readwrite, ...Answered | 6 Replies | 9134 Views | Created by MSDN_Forums_User - Sunday, January 18, 2009 10:55 PM | Last reply by Amanda Wang - MSFT - Tuesday, January 20, 2009 11:19 PM -
0 Votes
.ini file write/read
You can use Windows SDK functions GetPrivateProfileString and WritePrivateProfileString to read and write an ini file.Answered | 2 Replies | 10414 Views | Created by usharani - Wednesday, December 12, 2007 10:15 AM | Last reply by Simple Samples - Friday, December 14, 2007 5:27 AM -
0 Votes
read/write suggestion
hex2 said: Well I am a new pie ;-) I know how to read the binary file and write it to a text file. But it will only do the first productAnswered | 7 Replies | 3211 Views | Created by hex2 - Thursday, October 23, 2008 4:06 PM | Last reply by Rudedog2 - Thursday, October 23, 2008 9:49 PM -
1 Votes
Read / Write App.Config
Hi, Syed, Based on my understanding, you want to know how to read and write your config file, don't you?Answered | 3 Replies | 22711 Views | Created by SYED HANIF SH - Friday, December 7, 2007 7:26 AM | Last reply by jamalnasir - Thursday, October 9, 2008 7:35 AM -
0 Votes
Slim Read/Write Locks
progress even while the writer is blocked. That's called write starvation. As far as I can tell (from a rather sparse documentation), SRW locks may indeed exhibit ...Answered | 1 Replies | 4681 Views | Created by Ashwin Balasubramaniyan - Sunday, October 31, 2010 6:32 PM | Last reply by Igor Tandetnik - Monday, November 1, 2010 1:10 AM -
0 Votes
Problem Write - Read IStorageFilefile
Hi, My program do 2 tasks: - Write a string to file ( for example: "JohnScott2111111") - Read content from that ...Answered | 1 Replies | 1133 Views | Created by Đức Nguyễn Đặng - Thursday, September 20, 2012 3:47 PM | Last reply by Andrei Marukovich - Thursday, September 20, 2012 5:31 PM -
0 Votes
Read text file, write each line to different text box
if you have read the entire text file into an array or into another textbox(say textbox1 which is not in the groupbox) then the way you can write each line to a different ...Answered | 9 Replies | 6670 Views | Created by SpudGuy - Friday, March 7, 2008 1:45 PM | Last reply by SpudGuy - Monday, March 17, 2008 6:13 PM -
6 Votes
Is 14 hours ok for a Cube to process with 9 million records?
server are on different machines make sure that there is a fast enough network connection - Check your DISK IO read performance on the SQL server and write ...Answered | 25 Replies | 5854 Views | Created by SSIS Geek - Tuesday, September 15, 2009 2:03 PM | Last reply by SSIS Geek - Friday, September 18, 2009 3:49 PM -
1 Votes
Logical Read and Write
Is there any way to find out logical read and write on database by application other than using profiler trace? Yes. Use ...Answered | 4 Replies | 1814 Views | Created by SimpleSQL - Thursday, April 4, 2013 9:51 AM | Last reply by JRStern - Thursday, April 4, 2013 5:04 PM -
2 Votes
Making adventureworks2012 Read write
folder ,if it in C:\ ,then again try attaching and make the database to read-write ...Answered | 10 Replies | 2572 Views | Created by jmalecki - Monday, January 7, 2013 4:25 PM | Last reply by Brendan Costigan - Monday, January 7, 2013 5:14 PM -
0 Votes
Read an write textfiles?
with the messages already posted. When a user post a new message, the message is appended to the textfile (and the first entry is deleted). So, my idea ...Answered | 1 Replies | 1435 Views | Created by MSDN_Forums_User - Wednesday, February 11, 2009 8:23 PM | Last reply by TomGiam - Wednesday, February 11, 2009 9:35 PM -
0 Votes
read/write resources?!!
i am using ResourceManager to save the variable but i want to usethe same to save users options which means it must be read and ...Answered | 3 Replies | 2987 Views | Created by Jassim Rahma - Wednesday, June 13, 2007 5:07 PM | Last reply by MSFT Johan Stenberg - Thursday, June 14, 2007 9:47 PM -
0 Votes
High CPU and Read Counts
Have a SSIS package running for 6 hrs on production but only 20 minutes on Test. SQL profiler shows very high cpu(1547ms) and read(126695) counts on production. However, same ...Answered | 19 Replies | 6229 Views | Created by lostinbrisbane - Wednesday, March 7, 2012 10:19 PM | Last reply by lostinbrisbane - Sunday, March 18, 2012 10:02 PM -
1 Votes
USB read write
point Windows sees the USB port as a DVD or disc drive , doesn't make sense just to open a file ("E:\myfile") and read or write to it ...Answered | 7 Replies | 21888 Views | Created by mxapacbell - Thursday, July 27, 2006 4:17 PM | Last reply by Callius - Tuesday, March 22, 2011 2:47 PM -
3 Votes
How do i read/write MSR from/to a specific CPU.?
I see we have __readmsr and __writemsr calls in the driver , but these help in reading and writing the MSRs on the current CPU im on. But if i need to read/write MSRs on a ...Answered | 2 Replies | 1474 Views | Created by mahi_84 - Monday, December 21, 2015 9:23 AM | Last reply by Don Burn [Windrvr] - Monday, December 21, 2015 12:42 PM -
0 Votes
read/write reg_binary
StructureToPtr copies the managed structure into unmanaged memory. Then we read the bytes back from unmanaged memory one by one. Now you're ready to write ...Answered | 8 Replies | 5567 Views | Created by art crazy - Friday, January 19, 2007 3:09 AM | Last reply by art crazy - Saturday, January 20, 2007 3:39 AM -
3 Votes
Read/Write without a FAT
I am trying to do read/write operations on an flash card without a FAT using C#. Any suggestions on how to do this? In particular, I would like to ...Answered | 4 Replies | 2904 Views | Created by WillP - Tuesday, April 7, 2009 8:31 PM | Last reply by WillP - Wednesday, April 8, 2009 2:10 PM -
2 Votes
NamedPipes read\write
You don't necessarily have to have a read thread. You can have a duplex pipe, which allows the client to write messages to the server and the server to write messages back ...Answered | 10 Replies | 2984 Views | Created by OhadR - Tuesday, June 26, 2012 8:00 PM | Last reply by Tim Copenhaver - Thursday, June 28, 2012 8:32 PM
No announcements