SQL Server Management Studio Setting [closed] - sql-server

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
Improve this question
How to enable the more accurate help, please ?
Because I have this :

Some time ago I have wondered the same thing, as I expect to receive information similar to this one:
REPLACE(string_expression NVARCHAR, string_pattern NVARCHAR, string_replacement NVARCHAR)
Unfortunately, there are very only a few options related to intellisense in SSMS:
and you cannot change the way function information is displayed.

Sorry, I found...
SQL Complete do that job. I thought it was a SQL Server Management Studio option.
With SQL Complete :

Related

How to transfer data from SQL Server to Excel [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
The orders table is the sales invoice information.
Transferring this information from SQL Server to Excel is possible with a query.
There is a data transfer wizard method to transfer in the
data, but I have to do it with C# code or T-SQL query.
Why do you have to make it with T-SQL or C#?
You can make with SSIS package and call that from C# or T-SQL.
If that is possible, I suggest trying it.

If using docker, is the capacity of database in SQL Server unlimited? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I am trying to install and use SQL Server on docker.
As far as I know, 10GB is available for free on Express.
Is it the same for Docker?
If so, can I use unlimited capacity if I select MSSQL_PID as 'standard' in the environment variable?
In short the answer to your question is yes, what ever version you mention in the PID variable the sql server will operate like that. The only thing about licensing is that it believe on you that you have proper prior licensing for that version though it doesn't have any technical check or verification process.
Following link will give you some more related information that may help you further -
https://github.com/Microsoft/mssql-docker/issues/200

How to View entries in a SQL Server 2012 database [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
As you can tell I am quite new at this, but is it possible to view entries in a database?
I have tried looking in SQL Server 2012 Management Studio, but I was lost!
Sorry to sound a bit dumb
J.J.I Mahone
Yes it is. In SQL Server 2012 Management Studio you can right click on a table and select 'select rows'. By this you can see the entries of each table of the database.
Here is the image.

Windows could not start the SQL Server Express on local computer [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I have an exam on SQL tomorrow and I have no idea what to do, I need help as quick as possible. here's the error I get:
Your master database is corrupt. You have to restore one from a backup, or reinstall sqlexpress.
Run this in cmd C:\Windows\System32\eventvwr.exe
That will open the Event Viewer. In there you will find more details on why SQL didn't start. There is no way of telling just from the screenshot you sent. Error code 3417 is a bit generic, so please paste the full detail of the error once you get it from the log.

SQL Server OLE DB - select data from DB using RowSet [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to ask how to select data from DB using OLE DB CRowSet in C++. How to access specific row, specific column etc. like in ADO .NET using DataTable. Can you give me some tutorial please?
Thanks
This article was helpful for me:
http://www.codeguru.com/cpp/data/mfc_database/oledb/article.php/c1119/OLE-DB-Templates---A-light-and-simple-Data-Access-Method.htm

Resources