3354 1
select values from one table and avg of column from another?

I have Two Tables, from one table I want to select all column but from the second table I want to fetch only one column with average value using avg function with related id 

How can I achieve this using SQL query?

...
Type
Question
3343 2
how to take back up of all sql server databases?

I am using SQL server 2012 right, and I would like to know how can I take back up of all MS SQL server databases using a single script? or you can explain me a simple method.

 

...
Type
Question
3173 1
Error "Login failed. The login is from an untrusted domain and cannot be used with Windows authentication." in SQL server

I was trying to run my amazon RDS account using MS SQL server management studio, and was able to login succesfully but when using that values in web.config and loading page in browser, I am getting error as below

"Login failed. The login is from an untrusted domain and cannot be used with Windows authentication."

How Can I resolve this issue, here is my Connection string

...
Type
Question
3158 0
Change theme in SQL Server Management Studio (SSMS, Dark Mode)
In this article, I have mentioned how we can change SQL Server Management Studio (ssms) to dark mode theme, with little changes.
Type
Article
3132 0
Microsoft SQL Server Versions List
In this article, I have mentioned about all the versions of Microsoft SQL Server, so you can decide which is good one for you.
Type
Article

3130 2
How to count the occurrence of specific word inside a string in sql server 2008?

Hi. Suppose, I have for example this string field in my sql database  "never say never"  and I want to count how many times "never" appear in the string in sql server 2008, so how I can check that.

Thanks.

...
Type
Question
3111 1
Query doesn't work with AVG function, how to use AVG in SQL?

I am trying to run the below query which works fine without AVG function, but when using AVG it doesn't work, here is the query

...
Type
Question
3084 0
Import CSV file to MySQL (Query or using Workbench)
In this article, I have mentioned how we can import data from CSV to MySQL using query or using MySQL Workbench import wizard.
Type
Article
2949 0
How to Edit More than 200 rows in SQL Server
In this article, I have mentioned how we can increase limit to edit more than 200 rows in sql server using SSMS.
Type
Article
2888 2
Query to get all database name in SQL Server?

I am looking at this article Query in Sql server to list all stored procedures in all databases which give all stored procedures name in all database, so I would like to know SQL query to list all databases of an SQL Instance. As I would be allowing users to show list of databases in Front-end, to select and then get all stored procedures of the database.

...
Type
Question

Page 8 of 11