Can I use another server/disk to store files using FileTable concept?
Hi All, I tried samples of FileTable in SQL Server 2012 to store files in database. I have following questions.1. When I right click on FileTable, and say Explore File Table Directory, I was taken to a...
View ArticleBest Practice Design Approach
Hi,I have a number of surveys that will regularly be going out, all with different questions. I also have a need to view all the survey responses in 1 spot.Would it be better to have a separate table...
View ArticleAsking about transaction isolation level
I monitor database by activity monitor then i see many wait time for lock.i want solve it by-change isolation level to READ_UNCOMMITTED-Select database which it want read and write . turn on...
View ArticleDatabase design for matrix representation
Hi All,I have a scenario like belowProduct1 Product2Product3Product4Product5Product11 1001Product21 1001Product30 0110Product40 0110Product51 1001How to design tables in SQL Server for the...
View ArticleBest Practice
Hi, I work on a SQL Server 2014 for hosting archives document of customer. I use Therefore application for my customer archives. www.therefore.net I will have many customer so i will have many...
View ArticleERD. SALES POINT WORKSHOP COMPUTER
What do you think of this scheme for the project ERD
View ArticleVS2012 errors out on View Defpermission when doing a schema compare
Hello, I am trying to do a schema compare and data compare via VS2012 and I am getting below error: The reverse engineering operation cannot continue because you do not have View Definition permission...
View ArticleSaving not permitted ?
(using Sql Server Express 2008 and SQL Server Management Studio 2008) Hello, I created a table with two colunm, types are: - int (primary key) - nvarchar(6) (null allowed) I created two record (not...
View ArticleTruncation Question
I'm getting truncation errors, but the data isn't disappearing.I am confused as to what is actually happening.Gee
View ArticleFailed to start SQLSERVE([sqsrvres] StartResourceService: StartService...
hi...please help me to resolve the issue.while failover from one node to another node in cluster environment. cluster node is moving to another node but my SQL server services are not started .in event...
View ArticleMoving all SC Databases from their respective application servers to a...
My apologies for not categorizing this under System Center as there is nothing that fits my scenario. We are planning to move all of our System Center Databases that reside on front end servers to each...
View ArticleCreate own connector for Reporting Services
Hey,I'm on a project and I need to get a connection to an SAP database. With the Reporting Services I should be able to connect to a SAP NetWeaver BI, the problem is that I want to connect on a normal...
View Articlepartition with single file group or multipule file group which one best
Hi All,partition with single file group or multiple file group which one best.we have some report running from partition table, few reports don't have any partition Key and after creating 400...
View Article10000 tenants and Sql Database
We are trying to decide on a database design for a new web application. We expect to have close to 10,000 tenants and would like to keep their data in separate databases if it makes sense to do so....
View ArticleDatabase Design for Document Management Application with Reporting
I am designing a new database for Document Management Application using Asp.net MVC 5. This application will also have Metrics using OLAP cubes for reporting. I want to find out if it is a good idea to...
View ArticleDependency Evaluation , Finding active connections
Hi, I am trying to find the list of active connections on SQL SERVER , more and more granular way ... like below , I know a way using active monitor or Profiler or some DMVs give me some list , but is...
View ArticleRow Guid in Adventure Works database
I was studying the Adventure Works database because I read it contains good examples of best practices.It has an ID column for each table that is auto-incrementing Primary Key. There is also a row guid...
View ArticleSQL Server Permission Application Specific
Hi Experts,We have database instance where more than 15 databases onboarded access by different applications, We would like to implement permission model based on application users. There is couple...
View ArticleI am in the learning process and need help with normalization.
Hi everyone, I normalized the below tables but I am finding it difficult to copy data to the new tables. How do I copy data from existing table to the normalized tables? I will appreciate your help...
View ArticleReindexing
hi Guys,I'm working on re-indexing a table using some commands from ALTER INDEX REBUILD from Microsoft. The indexes will be tested for threshold fragmentation. my plan is once the reindex is executed,...
View Article