Problem in persian Collation 'ی' and 'ي'
HiIn Server by Collation persian, I try to Create Table But have Problem by Char , NChar, VarChar, NVarChar.CREATE TABLE [dbo].[test]( [row] [int] IDENTITY(1,1) NOT NULL, [c] [char](10) NOT NULL,...
View ArticleHow would I setup a database to link new data to an existing resource without...
How would I setup a database to link new data to an existing resource beyond just a one to many relationships?I have done some searching prior to posting this question. Below is a sample of my database...
View ArticleGraph Database:Edge table data insertion and modifying process concern
I have one existing database from which i want to create graph database because my existing database has millions of data so creating graph database will help me to manage relationship easily and get...
View ArticleModifying Table Partition Function and Scheme?
Hello,* We have 10+ partitioned tables with 100+ million rows each using the following partition function/scheme on SQL Server 2016 Ent.* Each table have one/only Clustered Columnstore Index.* We plan...
View ArticleSQL Server Licensing
Hi All,We have few physical & virtual SQL Servers on a data-center. The physical servers are licensed based on the physical cores with different editions like enterprise & standard. Virtual...
View ArticleDefault Value or null field
Hi, This might sound like a rookie question but need to ask it. I have a table, where I have a boolean field with no default value so as default it is always null. Now when I do a select statement and...
View ArticleHow do you filter Just the current data in SQL Server
How do you filter Just the current data in SQL Serverdoes sql server have a basic function that allows you to filter the current data with out the bloody ???I found a Mysql command on W3schools that...
View ArticleTechnical Issue
Hi, How can I import date from an old office 365 account to my new office 365 account if I have a acrhive on my desktop.
View ArticleBest Practice to Raid
Hello everyone,I read a lot about about what is the best RAID array in order get better perform on SQL but I am still confuse.I have the next settings:My actual SQL 2008 Standard run on VM server...
View Articlehow to remove alphanumeric characters from numeric value
Dears,i have one column in my table called 'salary',unfortunately we have alphanumeric values also there in that filed.my values are like below.for example 500$,500USD,500,123,usd300........it is like...
View Articlehow to update a column with multiple like operators
Dears,i have created one column in my already existing table called as 'Cost',so i need to update this column with below logic,can any body explain me,if i put this statement its giving me...
View ArticleHow to Automatically delete the data its more than 12mths in a table
HI Team, I have a requirement where I want delete the data from my database table , the data becomes more than 12 moths older I have to delete that pervious month data from my table. suppose I have...
View ArticleChange the SQL service login on Always on environment
Hi all, We need to change the SQL Service login AD account to an different account . How do we do it .. How to perfrom this task with less impact. Please help . Thanks & RegardsK.Muthus
View ArticleHelp! Database to Database sync, in order to redesign and normalize
Imagine worst case scenario where someone who does not know about database design or normalization gets a copy of Accesss97, designs a system to track all aspects of manufacturing some product and...
View ArticleSQL Server database migrations
Hi All,What is the best approach to migrate the large databases to new server with minimal/zero downtime?If log shipping or mirroring are considered for minimal down time, which is the best one to use...
View ArticleWhat is Alternative of numbered_procedures?
Hi every bodyI use numbered_procedures because of versioning purpose. (Notice: versioning means version of live and up procedures and Doesn't mean source control purpose)But unfortunately Numbered...
View ArticleStand-alone tables for populating dropdown lists only
Hello All,I have researched for best practices regarding the use of database tables which are only used for populating dropdown lists, with no relationship to other database tables, but have been...
View ArticleAzure cosmos DB with SQL API
Which type of benefits i got if i use azure cosmos database for my existing millions of data available into SQL server database??And what will be the limitations for that?
View ArticleWhat is the maximum capacity that a each table partition can hold in SQL Server?
Currently, we are planning to partition a very large table in SQL Server and during the design phase, there popped a question on the maximum capacity that each partition can hold ?We have a situation...
View ArticleHow would I establish a relationship with duplicates of the same source and...
I don't know if my title question is correct but I'm mentally stuck on how to establish a table relationship that pulls the correct data in a "many" table, back to the correct one relationship when...
View Article