Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
SQL Server 2008 - General
»
how to create a database with Windows...
how to create a database with Windows credential
Rate Topic
Display Mode
Topic Options
Author
Message
Jane Fu
Jane Fu
Posted Monday, October 01, 2012 5:26 PM
Grasshopper
Group: General Forum Members
Last Login: Monday, October 22, 2012 2:51 PM
Points: 12,
Visits: 11
I was assgined a windows credentials (a user name and password), which only has the permission create a database.
But how can I create a DB with it? What is the syntax?
Please help!!!!
Thanks a bunch.
Post #1366833
anthony.green
anthony.green
Posted Tuesday, October 02, 2012 2:20 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
CREATE DATABASE
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1366895
Jane Fu
Jane Fu
Posted Tuesday, October 02, 2012 10:45 AM
Grasshopper
Group: General Forum Members
Last Login: Monday, October 22, 2012 2:51 PM
Points: 12,
Visits: 11
Maybe I didn't explain my problem clearly------
I was given a windows user name and password. The only permission this user has is to create a database. With this user name, I am not able to remote in the Windows server which has SQL Server installed. And I am not able to connect to the SQL server with the SQL Management Studio.
How to create a DB with it?
Help!
Post #1367169
anthony.green
anthony.green
Posted Wednesday, October 03, 2012 1:37 AM
SSCertifiable
Group: General Forum Members
Last Login: Friday, April 12, 2013 3:51 AM
Points: 5,075,
Visits: 4,831
from your local machine, login as that user, then run a command line tool called SQLCMD passing in the parameters needed along with your create database statement.
Want an answer fast? Try here
How to post data/code for the best help - Jeff Moden
Need a string splitter, try this - Jeff Moden
How to post performance problems - Gail Shaw
CrossTabs-Part1
&
Part2 - Jeff Moden
SQL Server Backup, Integrity Check, and Index and Statistics Maintenance - Ola Hallengren
Managing Transaction Logs - Gail Shaw
Troubleshooting SQL Server: A Guide for the Accidental DBA - Jonathan Kehayias and Ted Krueger
Post #1367439
Jane Fu
Jane Fu
Posted Wednesday, October 03, 2012 4:21 PM
Grasshopper
Group: General Forum Members
Last Login: Monday, October 22, 2012 2:51 PM
Points: 12,
Visits: 11
Thanks. It works.
>sqlcmd -S myservername -E
>go
Post #1368086
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.