No announcements
Found 3287544 threads
-
0 Votes
MSSQL\Data folder set to Read Only (Only applies to files in folder)
When I navigated to the folder to attempt to set it back to Read Only, I found that it had already been set back to Read Only, apparently by SQL Server as ...Answered | 4 Replies | 1263 Views | Created by mschelstrate - Tuesday, April 17, 2018 9:21 PM | Last reply by mschelstrate - Wednesday, April 18, 2018 6:58 PM -
0 Votes
delete read-only files and folders
I needed to create a module for file and folder check.Answered | 4 Replies | 6106 Views | Created by d_a_r_k - Monday, January 17, 2011 10:19 AM | Last reply by d_a_r_k - Tuesday, January 18, 2011 10:40 AM -
4 Votes
BULK INSERT from a text (.csv) file - read only specific columns.
For SQLUSA, So you mean there is no way for me to select what columns to read from the file?Answered | 11 Replies | 20015 Views | Created by TheSQLNewb - Wednesday, April 23, 2008 3:16 AM | Last reply by Chongtham Rajen Singh - Wednesday, January 22, 2014 4:10 AM -
0 Votes
Log all file modifications from a specific folder
You can generate an audit report from site settings and filter the excel only for your folder.Answered | 1 Replies | 2124 Views | Created by Romulo Barbieri - Tuesday, August 27, 2013 12:50 PM | Last reply by MSDN Student - Tuesday, August 27, 2013 3:39 PM -
1 Votes
read only file will not change to read write.
For the files currently in the folder, you can stop the inheriting of permissions, which is why the permissions get reset because the files inherit the read ...Answered | 6 Replies | 6860 Views | Created by luetzowind - Friday, February 13, 2009 5:10 PM | Last reply by Ben Cline1 - Sunday, February 15, 2009 5:25 AM -
1 Votes
SSIS Reading Zip Files from Multiple folders
I have Multiple folders for each day the names of folders are dates.Answered | 2 Replies | 4658 Views | Created by grahan007 - Thursday, November 5, 2009 9:08 AM | Last reply by Nitesh Rai - Thursday, November 5, 2009 9:20 AM -
3 Votes
C# - Reading Specific Data from a File
var files = File.ReadLines(@"data\common\country_data\United Kingdom.txt"); foreach (var f in files) { string s = ...Answered | 12 Replies | 4706 Views | Created by DiogoCosta1998 - Tuesday, July 7, 2015 8:26 AM | Last reply by DiogoCosta1998 - Tuesday, July 7, 2015 1:00 PM -
0 Votes
How To Read Files from ProgramData Folder in W10?
"On W7, I could read & copy the files well, however, on W10, I can't.Answered | 5 Replies | 1869 Views | Created by Andrew in Taiwan - Friday, March 25, 2016 7:30 AM | Last reply by CoolDadTx - Saturday, March 26, 2016 4:58 AM -
0 Votes
How to read file data from skydrive folder?
I searched for this info to read file from folder, but I didn't find info any where. it will be great, if some one provide the link.Answered | 3 Replies | 3306 Views | Created by RosiReddy - Thursday, October 20, 2011 8:06 AM | Last reply by RosiReddy - Friday, October 21, 2011 8:00 AM -
0 Votes
Can you hyperlink to specific code files and open read-only
Hi Dale The TSWA web site has a page for displaying files in source control.Answered | 1 Replies | 5840 Views | Created by Dale2K9 - Thursday, May 14, 2009 2:17 PM | Last reply by Bill.Wang - Monday, May 18, 2009 11:31 AM -
4 Votes
How to Read only Integer values from a file
But I read it as How to Read only Integer values from a file Additionally you could possibly also regard a ...Answered | 35 Replies | 4631 Views | Created by Muscalu Stefan Gabriel - Saturday, March 12, 2011 12:35 PM | Last reply by John Anthony Oliver - Tuesday, March 15, 2011 1:08 AM -
0 Votes
Read Access Files from Folder with SSIS
you should loop through files in a foreach loop container which enumerator set as file enumerator and your source folder addressed there, then set fully qualified name of ...Answered | 1 Replies | 5358 Views | Created by Syerneni84 - Friday, October 15, 2010 9:19 PM | Last reply by Reza Raad - Friday, October 15, 2010 9:28 PM -
0 Votes
I want to move files to specific folders
Hello dude_sweet7, ...Answered | 1 Replies | 1669 Views | Created by dude_sweet7 - Wednesday, March 5, 2014 1:28 PM | Last reply by S Nadendla - Wednesday, March 5, 2014 3:11 PM -
1 Votes
How can I only give BT read-only access to a folder
BizTalk will need to be able to list files in a directory, read file data (and permissions), and delete files.Answered | 5 Replies | 3585 Views | Created by MSDEVTECH - Friday, February 3, 2012 4:28 PM | Last reply by Rohit.Sharma - Saturday, February 4, 2012 4:40 PM -
0 Votes
Reading a passcode from a specific txt file - VB.NET
Use logic to determine if the info in the TextBoxes match a row in the text file.Answered | 1 Replies | 2296 Views | Created by Kynaan - Tuesday, August 25, 2015 7:21 AM | Last reply by Kareninstructor - Tuesday, August 25, 2015 10:58 AM -
0 Votes
How can I make Folder and Files not read only
Hello, To change is not read-only, please try the following: File.SetAttributes(@"C:\A.txt", ...Answered | 9 Replies | 14721 Views | Created by aruizmorales - Thursday, November 12, 2009 5:33 AM | Last reply by j1s1e1 - Saturday, January 22, 2011 8:47 AM -
3 Votes
Read files from Azure VM's shared folder
My team is working on an Azure web app that will need to read files from a share provided by a Windows VM, also hosted in Azure.Answered | 1 Replies | 2081 Views | Created by Benjamin Wyatt - Friday, February 23, 2018 6:34 PM | Last reply by AjayKumar-MSFT - Friday, February 23, 2018 8:30 PM -
0 Votes
How to prevent files from being marked "Read Only" after build
forum=tfsbuild http://stackoverflow.com/questions/6713426/tfs-build-workflow-change-folder-file-attributes-from-read-only-to-Answered | 1 Replies | 2750 Views | Created by RalJans - Thursday, March 24, 2016 7:04 PM | Last reply by Starian chen - Friday, March 25, 2016 9:23 AM -
3 Votes
How to read the file name from folder
Hi All, This is my procedure and for some reason, it is not reading the file in my folder ALTER procedure ...Answered | 17 Replies | 4542 Views | Created by Himabindhu - Wednesday, September 21, 2011 10:18 AM | Last reply by Kalman Toth - Tuesday, September 27, 2011 2:32 PM -
1 Votes
How to read text file from Compression folder
Hello naia7, I understand you correctly you want to read / extract a RAR compressed folder Rarlabs has a ...Answered | 3 Replies | 2229 Views | Created by naia7 - Wednesday, July 11, 2012 9:10 AM | Last reply by Devon_Nullman - Friday, February 8, 2013 10:57 PM - Items 1 to 20 of 3287544 Next ›
No announcements