June 9, 2013 at 11:46 am
Hi All,
Can anyone tell me what the -F startup option does? I can't seem to find anything online for this :S
Cheers,
June 9, 2013 at 12:47 pm
-F or -f?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 9, 2013 at 12:58 pm
-F
Im not sure it even exists if i'm honest. I know -f but that's for BCP format file....
June 9, 2013 at 1:11 pm
-f on the SQL Server executable is not a format file setting. It's minimal configuration startup option.
The -f parameter on BCP.exe specified a format file, and on BCP.exe -F specifies which row of the import file to start with
Are you asking about SQL Server startup parameters? SQLCMD? BCP? Something else
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
June 9, 2013 at 1:19 pm
GilaMonster (6/9/2013)
-f on the SQL Server executable is not a format file setting. It's minimal configuration startup option.The -f parameter on BCP.exe specified a format file, and on BCP.exe -F specifies which row of the import file to start with
Are you asking about SQL Server startup parameters? SQLCMD? BCP? Something else
I'm talking about startup options. I think I've misunderstood what this guy was saying, -f looks to be what I was thinking.
Thanks for the clarification 🙂
June 9, 2013 at 1:48 pm
In that case, -f is documented at http://msdn.microsoft.com/en-us/library/ms190737.aspx
Starts an instance of SQL Server with minimal configuration. This is useful if the setting of a configuration value (for example, over-committing memory) has prevented the server from starting. Starting SQL Server in minimal configuration mode places SQL Server in single-user mode.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply