error installing sql server 2012
SQL Server 2012 Setup has encountered an error. Problem signature: Problem Event Name: SQL110Exception P1: SQL Server 2012@RTM@ P2: 0x649CBB8F
View ArticleCapture Store Procedure Calls Using Extended Events
Hi ,I need to capture particular stored procedures calls and parameters and stored them inside sql tables .1 . Can i stored inside sql table ?2. Can i filter by stored procedure names ?3. Using...
View ArticleI'm having a bit of a problem with my SQL server
I'm a student and we have actually been using Oracle for most SQL developer purposes, but in my naivety I decided to test the waters with SQLServer and I have run into a few problems. My SQL server is...
View ArticleCan not connect to sqlserver authentication mode
Iam using sql server 2019.I want to connect through sql server authentication mode.i can connect throgh windows authentication mode.I have connected to sqlserver using windows authentication and click...
View ArticleSQL 2016 application on SQL 2017
Hi,<o:p></o:p>We need to run a SQL 2016 application on the organisations SQL farm which is SQL 2017 running in compatibility mode 140. This farm hosts multiple database belonging to other...
View ArticleConnection String from MYSQL Workbench
I want to save data from SQL to SharePoint List.But I am stuck in making connection string .Coz after making i have to save that data into sharepoint list dailyPlease Suggest Shiv Sharma
View ArticleFree Azure SQL service issue
I am using Azure SQL database which is free service for 1 year but still site showing expected monthly amount in pricing. for SQL please confirm if it will be charged
View ArticleDB startup time for IN-memory SQL2019
Hello Team,I have a question on amount of time it takes for an in-memory OLTP SQL2019 database(no Accelerated DB recovery configured) to come online .I have 2 tables each with 40GB in size (in-memory)...
View ArticleMechanics of Billing Customers and Setting up Data
I am setting up an SQL to host databases of clients so they can access information, reports, etc.How do the mechanics of billing work? Do my customers set up accounts within my organization, or do I...
View ArticleMS SQL Subscription
Hi,I have a question. I wanted to download sql server enterprise edition and when submitting form on the sql server web form i mentioned about my company but after download started i dropped the...
View ArticleFetch element at particular position
Hi I want to fetch nth element in a statement using sql query.Example for 2nd element:I like fruits.Output: likeExample for 3nd element:I like fruits.output: fruits.
View ArticleI am saving data in SQL by a form want to post that data i Sharepoint list...
I am saving data in SQL by a form want to post that data i Sharepoint list from SQLI dont have work in SQL , i had wokred in CLient side - rest api, jquery,java script.SO give me an proper code for...
View ArticleHow to Recover Corrupted MySQL Database?
I want to Restore missed/erased information from the MySQL databases.
View ArticleSQL Server Installation
Hello Experts, I have recently started learning SQL Server. And had installed SQL Server 2019 and SSMS 2017 on Windows 10. I was told to remove SQL 2019 and install a more stable 2017 SQL Server...
View Articlepivot issues can what is wrong with this code please
select * From( Select Emp.empid AS 'Employee Id', Emp.Firstname+' '+Emp.lastname As 'Employee Full Name', Mng.Firstname+'...
View ArticleAverage ratings table
I have a table which captures the ratings from 100s of products as belowRatings table: Id, ProductID, Rating(decimal)Data would look likeID - ProductID - Rating 1 - 2 - 2 2 -...
View ArticleAZURE DATA FACTORY - VALIDATE THE FILES AND TRIGGER
validate the files likethree files are of name type ( shoulder.txt , window.txt , bend.txt) should be present in the blob compared with reference blobthree files of type with name20200807.txt (files...
View Articlesum function over partition by order by
Hi , I am trying to use sum function over partition by using order by for cummulative summing. but i am getting syntax error.below is my code: SELECT *, SUM(disp_fields_pop) OVER(...
View ArticleFetch element at particular position
What is the SQL syntax to find last directory name from a file path. For example I want to fetch the name of the last Directory i.e. CBBVFWe need to fetch the whole string that is after last Directory_...
View Article