April 4, 2010 at 8:02 am
Hi,
I am running the query through the command prompt but the result sets is not coming in the proper format. is there any option to show the results in the good format like how are we getting results in the grid of query analyzer ?
Thanks in Advance.
April 5, 2010 at 12:46 am
Hi I just needed how to execute the query using command prompt. can you please explain.
April 5, 2010 at 12:50 am
chandrasekaran.ganapathy (4/5/2010)
Hi I just needed how to execute the query using command prompt. can you please explain.
check this following URL
April 5, 2010 at 12:56 am
How to set the path?
c:\cd C:\x.x\x.x\Microsoft SQL Server
Is it correct?
April 5, 2010 at 1:01 am
chandrasekaran.ganapathy (4/5/2010)
How to set the path?c:\cd C:\x.x\x.x\Microsoft SQL Server
Is it correct?
Are you connecting from Server or client machine ? what is the version of sql server ?
path does not matter just follow the following code
sqlcmd -Sservername -Uusername -Ppassword then press enter
Reply if you have any issue while connecting the sql..
April 5, 2010 at 1:08 am
It says that not recognized command.
Mine is windows authentication. so no username and password.
April 5, 2010 at 1:51 am
chandrasekaran.ganapathy (4/5/2010)
It says that not recognized command.Mine is windows authentication. so no username and password.
what is the version & edition of sql server and windows ?
April 5, 2010 at 2:17 am
2008
April 16, 2010 at 1:20 am
sudhakara (4/4/2010)
Hi,I am running the query through the command prompt but the result sets is not coming in the proper format. is there any option to show the results in the good format like how are we getting results in the grid of query analyzer ?
Thanks in Advance.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply