Converting a "matrix" of data in Excel to SQL Database & need help
First time posting so a little intro is likely relevant.I've been working with SQL for a long while but not at any great depth. I can create tables, write some stored procedures, performs some basic...
View ArticleWhat collation type is used to read dates in european format?
I have a company with both US and European offices and I need some way to standardize, so I am hoping to have a calendar table with as US date and corresponding European date, using collation...
View ArticleChange database owner
I used below query to find the owner of the databases from the Production SQL server instance. SELECT name as Database_Name, suser_sname( owner_sid ) as Database_Owner FROM sys.databases; Some database...
View ArticleChange SQL Server Service Accounts
Hi,We have taken hand over of a SQL Server 2014 instance recently. Some of the SQL Server Service is running under 'nidadmin' windows user. We want to disable 'nidadmin' windows user and want to change...
View ArticleEnough changes, still index stats are not getting updated automatically ?
Hello,I had read that SQL Server invalidates the stats when there are enough changes (20% of total rows in the table +500) in underlying table and AUTO UPDATE STATISTICS option is enabled for database...
View ArticleCreating a online database for a school
Hi..I was recently tasked in creating a database for a school to provide stats and information such academic,personal and any another background information on each students..its suppose to be...
View ArticleSQL azure based form tool(with in memory tables)
I am looking for SQL azure based form tool(with in memory tables), is there any tool or plugin, if any MVP creates a gihub plugin it will be so cool..MCTS Sharepoint 2010, MCAD dotnet, MCPDEA,...
View ArticleHow to design
Hello All,I want to design a database for invoice and billing management of a customer.can anybody help me in resolving this database design issue.Scenarios will be.1.Every monthly the bill needs to be...
View ArticleModifying Table Partititon
Hi guys,I have a table that I partitioned. Initially the data file, filegroup and boundary stopped at dec 2016. 2017 is here now and 2017 data is being written to PRIMARY.I just added new data files...
View ArticleSQL Server Password Policy
Hi,We are going to enforce password policy for logins. We checked below password policy options-Security> Logins> Properties>'Enfore Password Policy''Enforce Password Expiration''User must...
View ArticleWindows 7 logged on as an administrator trying to create an ODBC connection...
When trying to create an ODBC connection in system DSN logged on as an administrator of the system and error is returned."You are logged on with non-Administrative Privileges. System DSN could not be...
View ArticleTable and index partitioning
HiI have read a MSDN Article (https://msdn.microsoft.com/en-us/library/cc645993.aspx) stating that Table and index partitioning is available in SQL 2016 STD SP1. Upon installing SQL 2016 STD and...
View ArticleCreate universal unique numerical value between multiple databases in SQL...
Hi everyone,We have SQL SERVER 2014 environment. We have dedicated order table associated with different regions, and in each region the data is being inserted independently.In this environment we want...
View ArticleHelp with Unique Index
If I have a table with ClmnA and ClmnB in it, I want to add aa Unique Index on ClmnA,ClmnB. This is not a problem. What I also want to do is have that treat ClmnA+ClmnB to be equal to...
View ArticlePerformance degraded after implementing partition table
Application team used to run a procedure where 200 million data was processed in 3 hours. Following operation is being done in that procedure-1) ALTER TABLE Table_name REBUILD WITH (DATA_COMPRESSION =...
View ArticleHow to view definition of a encrypted Server level trigger using DAC
How to view definition of a encrypted Server level trigger using DACHelp!!
View Articleدعم صيانة سامسونج العاشر 01129347771 () 0235700997 صيانة دراير سامسونج samsung
العالمية للصيانة تقدم ||| صيانة سامسونج & اول شركة صيانة فى ( القاهرة ) 01207619993اكبر شركة صيانة فى الشرق الاوسط نصين جميع اجهزة ماركة سامسونج _® تقنييون فى اصلاح اجهزة سامسونج |||((01060036840...
View ArticleSetting up the table design
Hello all !This question may be very silly to post but I thought I may learn few things with the help of this post.Actually, I am aware of how to create tables, primary key, foreign key, stored...
View ArticleHow to use local time for the system period time in Temporal tables?...
Hello,Currently we are using Temporal tables to help us audit data changes. We want use the "Starting Time" as the "Update Time" shown in the Webpage.The problem is System Period time is using UTC time...
View ArticleNo Results when selecting values contains null FK joined
When I write this:Select Inventory_Name, Quantity, Cost, Size, Length from Quantity join Stocks on Quantity.Inventory_ID = Stocks.Inventory_IDI Get the whole data I want, including the null values in...
View Article