January 25, 2016 at 11:00 am
Please see attached.
The highlighted field represents my PC name.
All this time I have been connecting to other servers. This time I thought I will have something locally on my PC
Please help me on how I can create a database locally on my PC
January 25, 2016 at 11:07 am
If you're trying to create a database on your local machine, then when you log into SQL Server, the instance should be something like YOUR_MACHINE_NAME\INSTANCE_NAME. Can you log in like that?
January 25, 2016 at 11:15 am
mw112009 (1/25/2016)
Please see attached.
The highlighted field represents my PC name.
All this time I have been connecting to other servers. This time I thought I will have something locally on my PC
Please help me on how I can create a database locally on my PC
You have a login failure for the user account you're using.
Which accounts did you grant access to during the installation?
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" ๐
January 25, 2016 at 11:59 am
I did not install SSMS. Someone else did
January 25, 2016 at 11:59 am
Reply to "pietlinden"
How do I find the instance name ?
January 26, 2016 at 2:05 am
Hi,
if you have no access do SSMS, you can try this command in powershell:
SQLCMD -L
You should get a list of sql-server with instance name.
Hope you've the right to execute.
Kind regards,
Andreas
January 26, 2016 at 2:35 am
mw112009 (1/25/2016)
Please see attached.
The highlighted field represents my PC name.
All this time I have been connecting to other servers. This time I thought I will have something locally on my PC
Please help me on how I can create a database locally on my PC
Do you have an instance of SQL Server running on your local PC? If you aren't sure exactly what this means, then the answer is probably "No".
You could create a database on your local PC if the instance (server) that you usually connect to can "see" your PC and shared drives, but I don't think this is what you mean when you say "create a database locally".
For fast, accurate and documented assistance in answering your questions, please read this article.
Understanding and using APPLY, (I) and (II) Paul White
Hidden RBAR: Triangular Joins / The "Numbers" or "Tally" Table: What it is and how it replaces a loop Jeff Moden
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply