dbTalk Databases Forums  

sqlcmd

microsoft.public.sqlserver.setup microsoft.public.sqlserver.setup


Discuss sqlcmd in the microsoft.public.sqlserver.setup forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: sqlcmd - 10-28-2010 , 04:33 PM






Gene Wirchenko (genew (AT) ocis (DOT) net) writes:
Quote:
The secret to eternal life could be hidden in the Books Online
for all I know. "hidden" is the operative word.
Yes, if you refuse to read the documentation when pointed to it, there is a
lot that will be hidden to you.

True, the topic for SQLCMD is long, and I did not tell you when on the
page it is. Guess why? I don't know the topic by heart, and since *you*
are the one who need the information and not me, I didn't see why I should
spend the time to read the topic for you. (But since I know that
predecessors to SQLCMD have supported such environment variables, I had
reason to expect that there is one.)

--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx

Reply With Quote
  #12  
Old   
Gene Wirchenko
 
Posts: n/a

Default Re: sqlcmd - 10-28-2010 , 10:07 PM






On Thu, 28 Oct 2010 23:33:12 +0200, Erland Sommarskog
<esquel (AT) sommarskog (DOT) se> wrote:

Quote:
Gene Wirchenko (genew (AT) ocis (DOT) net) writes:
The secret to eternal life could be hidden in the Books Online
for all I know. "hidden" is the operative word.

Yes, if you refuse to read the documentation when pointed to it, there is a
lot that will be hidden to you.
HA!

When I got Adobe Acrobat, there was approximately 7,000 pages of
documentation. I needed about 1/2 page of it for my integration.

Are you seriously suggesting that someone read every page before
getting going?

There is something to be said for organisation and
user-friendliness.

Quote:
True, the topic for SQLCMD is long, and I did not tell you when on the
page it is. Guess why? I don't know the topic by heart, and since *you*
I do not even know where to find it. It is generally faster for
me to Google for something once I know about it than to try to find
something in the documentation.

CLUE: That might indicate to you that the documentation is not
beginner-friendly.

Quote:
are the one who need the information and not me, I didn't see why I should
spend the time to read the topic for you. (But since I know that
predecessors to SQLCMD have supported such environment variables, I had
reason to expect that there is one.)
I had not previously used it, so I had no reason etc.

Note that I am speaking from the point of view of someone trying
to get started with this stuff. Bad documentation makes this much
more difficult than it needs to be.

Sincerely,

Gene Wirchenko

Reply With Quote
  #13  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: sqlcmd - 10-29-2010 , 02:19 AM



Gene Wirchenko (genew (AT) ocis (DOT) net) writes:
Quote:
Are you seriously suggesting that someone read every page before
getting going?
No, only the topic for SQLCMD.

Quote:
I do not even know where to find it. It is generally faster for
me to Google for something once I know about it than to try to find
something in the documentation.
And you do don't want to find it? You don't want to read documentation?
I'm sorry, but I have no sympathy for that attitude.

Books Online has an index. It has a search function. It has a table of
contents. With the slightest level of ambition you could easily find the
topic for SQLCMD.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx

Reply With Quote
  #14  
Old   
Gene Wirchenko
 
Posts: n/a

Default Re: sqlcmd - 10-29-2010 , 05:43 PM



On Fri, 29 Oct 2010 09:19:02 +0200, Erland Sommarskog
<esquel (AT) sommarskog (DOT) se> wrote:

Quote:
Gene Wirchenko (genew (AT) ocis (DOT) net) writes:
Are you seriously suggesting that someone read every page before
getting going?

No, only the topic for SQLCMD.

I do not even know where to find it. It is generally faster for
me to Google for something once I know about it than to try to find
something in the documentation.

And you do don't want to find it? You don't want to read documentation?
I'm sorry, but I have no sympathy for that attitude.
I have little tolerance for people who misstate other people
positions. There is a lot of documentation. I do not want to have to
read it all to get started. I want the relevant portion to get
oriented.

Quote:
Books Online has an index. It has a search function. It has a table of
contents. With the slightest level of ambition you could easily find the
topic for SQLCMD.
Did you cover the bit where I had no known reason for looking it
up? The tutorial implied that the bare command would just work.

Sincerely,

Gene Wirchenko

Reply With Quote
  #15  
Old   
Erland Sommarskog
 
Posts: n/a

Default Re: sqlcmd - 10-30-2010 , 03:33 AM



Gene Wirchenko (genew (AT) ocis (DOT) net) writes:
Quote:
I have little tolerance for people who misstate other people
positions. There is a lot of documentation. I do not want to have to
read it all to get started. I want the relevant portion to get
oriented.
And I pointed you to do it. What more do want me to do? Fly over, and click
so you get the page in front of you? What is so difficult to use an index?
Really, Books Online is your biggest asset to get working with SQL Server,
so there is all reason to get acquainted with it. (And it's not that Books
Online is very SQL Server-specific, but it uses the same platform and
structure as MSDN Library. Well, at least up to VS 2008. What ships with
VS 2010 is a disaster.)

Quote:
Did you cover the bit where I had no known reason for looking it
up? The tutorial implied that the bare command would just work.
Are you referring to this?
ms-help://MS.SQLCC.v10/MS.SQLSVR.v10.en/s10de_5techref/html/00d57437-7a29-4da1-b639-ee990db055fb.htm

The first thing I see is the second note: "By default, SQL Server Express installs as the named instance *sqlexpress*."

So already there is a warning that you are not connecting to a default
instance.

Yes, that is a problem. Sometimes you need to read documentation more than
once to get the gist. That happens to me too.


--
Erland Sommarskog, SQL Server MVP, esquel (AT) sommarskog (DOT) se

Links for SQL Server Books Online:
SQL 2008: http://msdn.microsoft.com/en-us/sqlserver/cc514207.aspx
SQL 2005: http://msdn.microsoft.com/en-us/sqlserver/bb895970.aspx

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.