How can I move a database diagram from one server to another server?
Hi,I want to move database diagram from one server to another server. I referred the below link to move database diagram from one database to another database on same server. Is there any solution to...
View ArticleThe size of a money column
Hi All,I created an index on a table which has a money column in include columns. Somehow SSMS shows that the size of the column is 19. Should it be 8?Thanks,Remember to mark as an answer if this post...
View ArticleUpdate column present in multiple stored procedures in a DB all at once
There are multiple Stored Procedures in a DB. I want to modify a Column in the stored procedures. Some stored procedures do have that column in them and some have not. I want to modify column length...
View ArticleSome help deciding the best sequence to combine 2 partitioned tables and then...
I have 2 fact tables of transactions, both quite large. There is a main fact covers 1/1/2013 up to date. The other, called History covers 1 July 2007 to 31 December 2012. They are partitioned by...
View ArticleCan SqlServer be set up to support common table across multiple nodes
we have a large set of large database distributed over 150 plus machines/databases instances. Many of the tables are common and are needed to run joins ( locally ) on these databases . This is a data...
View ArticleDatabase diagrams removed?????? in sqlserver 2017
HelloIn SQLServer 2017 the database diagram feature is not available. This seems strange.Please see the enterprise version Please let me know asapregardsManoj Gokhale
View ArticleSQL Server 2019 (Update on HBase or Cassandra ?)
Hi All, I see the new SQL Server 2019 can read data from several external noSQL databases sources like HBase,COSMODB etc.... can I do an insert into external database like (HDFS,HBase or Cassandra...
View ArticleMultiple file groups or multiple files for a large DB
We are migrating a large OLTP database from Sybase to MSSQL Server. Database size is about 3.5TB (and it grows in future) and there is only a single data file (one mdf file on primary, some one has...
View ArticleSQL Server 2019 (Big Data Cluster) MPP System ?
Hi All, have a question for everyone is SQL Server 2019 (Big Data Cluster Edition) MPP (Netezza,Teradata,Exadata) or SMP ?if I insert data into sql server 2019 does it writes to HDFS which is on...
View ArticleCannot perform simple query without user syntax
Hey guys this is probably really silly. I've setup my own MSSQL server and i've loaded data in from my old managed DB.The problem is:On the old DB I was able to do simple queries like "select * from...
View ArticleMaintenance plan issue
Hello,I am using SQL Server 2008 R2 Sp2 EE. Whenever I launch maintenance plans I am getting an error shown below:Attempted to read or write protected memory. This is often an indication that other...
View ArticleDatabase Desgin
Could you please provide scenario based interview questions for 14 years on below topics:1. Data Modeling2. Database Design3. Data warehouse design
View ArticlePrivilege for VA Scan
Hi,Our Security team need a user so that they can do Vulnerability scan in database. They want a database user with following privilege-1) grant VIEW SERVER STATE2) grant VIEW ANY DEFINITION3) allow...
View ArticleExecuteNonQuery requires an open and available Connection. The connection's...
I am trying to migrate my Point of Sales software to a newer computer using PickMeApp. However in the process of the transfer I receive a message;"SysConfigDB;AddNewTable -ExecuteNonQuery requires an...
View ArticleIndex Design
Could you please help us on index B-Tree design of clustered and non-clustered index.Table:EmpId, Ename, Age, Salary, DeptID, Location.This table is having 5000 records.
View ArticleCREATE an explicit Row-Level Security Policy on Database Views?
Hi Guys,One can CREATE an explicit Security Policy on Database Views. But If base table(s) has Security Policy applied then implicitly It is applied on Views also.Can please someone confirm? Thanks...
View ArticleCreate a partition for a temporal table based on a period
To improve the performance of my ETL, I decided to use temporal table instead of a slowly changing dimension.For my Employee dimension, I created a temporal table.Now I want to split data into...
View ArticleTDE how to enable and disable
Need steps to enable and disable TDE. Please help. Thanks.MRVSFLY
View ArticleUsing Blob or FileStream or File Service to store our asp.net core web...
I am build a new asp.net core MVC web application, the web application is a workflow based system which will be accessed by different users, as follow:-1. the workflow will have 10++ steps.2. Inside...
View ArticleAdvice about database design
Hi,I'd like to ask some advice about the database I'm tasked to update. My database is used to manage financial operations and for this reason it is quite complex and its fact table requires a 10...
View Article