SQL Table Updated Automatically
Hi,How can I make the connection betwen a SQL Server Table to a web page?I need it automatically update of a SQL Server Table with a data of a web site.This is the link of the...
View ArticleBeginner question
Hi Guys. I have a beginner issue I have this but I have a condition on 'AntiDemarreur': in order for it to be equal to 1 , AC has to be 1 What do I do? CREATE TABLE VEHICULES( NIV char(20) not null...
View ArticleQuestion about database performance with low autogrowth sizing
I support the SQL infrastructure for a group here at my organization. I'm not directly responsible for the databases, but they require some help. They pull data on a weekly basis from an Oracle...
View ArticleColumnStore indexing
Hi,First I should to make clear that I am using SQL 2016, so not many limitations. I am re-designing a number of indexes. There are many main fact tables with around 10-15 indexes each. Of course this...
View ArticleTable partioning; where are the records
Hello ForumIs there a query where I can find out which file each record is in on a portioned table?Please click "Mark As Answer" if my post helped. Tony C.
View ArticleIncremental statistics for clustered columnstore index?
Hi,We have sql server 2014 enterprise edition. Until now we used regular partitioned tables and rows based partitioned clustered indexes (partition key is integer value, the same for all values within...
View ArticleOptions with SQL2012 and Security issues with database
Hello,We are using SQL Server 2012 Standard Edition with one database and one schema for all our clients and now we have a requirement to use multi tenant architecture. Due to budget issues and volume...
View Articleencryption and decryption issue.
Hi friends,i am facing one critical issue with encryption functionality. please help me on this.i amn't getting any error but the problem is with wrong data.please find below details for more...
View ArticleCan performance be improved by breaking databases up?
Performance is my over-riding concern, as I have a heavily recursive CTE that is the engine room of my application. This CTE may have to work on 4 columns of up to 7 million rows. Queries can take over...
View ArticleDesigning a form for users privileges
HI , i have these tables and i want to create a form or more than one form ( i actually do not know ) for working on these tables ,- i can not imagine a way to design the form .i saw applications which...
View ArticleCan split big sql query into multiple strings and at the end of the function...
Dear All,Am new to sql server, i have a doubt in the execution of big sql queries.I have a SQL Query with 1000 line and in this query some sections should work as per the conditions, so i need to split...
View ArticleIndex getting corrupted all the time
Hi,We have pretty new SQL server running 2014 version SP1 CU6 Std edition on Hyper-VThere is always a problem with 1 database, which getting corrupted. Actually it is only 1 index who has a problem....
View ArticleForum Ninja News: Interview with Balmukund Lakhani
Please read an interview with MS Employee and Forum's Ninja Balmukund...
View ArticleSlow Perfomance and Max Degree of Parallelism Configuration
Hi, We are using client server architecture for our application connection. SQL Server Installed in one server and all clients systems connect to this server through application. (Approximately daily...
View ArticleMaintenance Jobs Scheduling Problem
We are running below Jobs on SQL server. 1. Weekly (Sunday) 12 AM - Full Backup 2. Daily (Mon to Sat) 8 PM - Differential backup. 3. Daily (Mon to Sun) 12 AM - Maintenance Plan (Rebuild Index,...
View ArticleSQL backup device issue
Hi Friends,In our <g class="gr_ gr_56 gr-alert gr_gramm gr_run_anim Punctuation only-ins replaceWithoutSep" data-gr-id="56" id="56">environment</g> we scheduled FULL & Diff backups...
View ArticleCan we use MSSQL Server as a database to deal with large volume of data like...
Hi Team, We are going to develop a product(Asp.Net Web Application) for one of our client. The application is going to deal with large amount of data. The Asp.Net Web Application will directly connect...
View Articlemultipe databases on one SQL server
Is it possible to setup multiple databases on one database server with completely separate structure .. We are being told we need two server because our database structure and work flows are different...
View ArticleWhy to use connecting table in SQL?
Hi all,at first I hope you will understand me and I hope I write to right forum :-)For example I have two tables 1. First one's called clients(id, name, surname) 2. second one's called cars(id,type,...
View ArticleExport data from SQL server to Excel
Hi All,while exporting data from SQL server to excel , i was received below error .please help me on this.The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine....
View Article