cannot change the properties of empty filegroup
Good Day ,I installed sql server 2012 on windows2012R2 when I creat a new filegroup and try to change like a default give me this message error:cannot change the properties of empty filegroup the...
View ArticleNew install DPM 2012 r2 UR6 - Unable to backup DPMDB by running dpmdb.exe -db
Just stood up a new Windows Server 2012 r2 with a new DPM 2012 r2 install on a local SQL 2012 DB. The requirement I have is to move the DPMDB to a remote SQL 2014 server. In order to do this, I am...
View ArticleConfusing decision involving Linked Databases and/or Servers vs Replication...
The scenario: We sell a commercial .NET/SQL Server application to the masses, clients all over the world. Our database size consists of many tables with millions of rows due to its nature, usually in...
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 ArticleNormalizing personal contact information
I have a large data set with 10s of millions of rows of contact information. The data is in CSV format and contains 48 columns of information (First name, MI, last name, 4 part address, 10+...
View Articlesql server stoped automatically.
hi please helpe to resolve this.my sql server services are stoped automatically .in event viewe i am geeting 15457 event id "Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE...
View Articlehow to format the bit data type for the gender field?
Hello,I'm designing a database that stores personal details of students and teachers for a school. I, wish to know if a there is away of formatting the bit data type to male/female. Cause i am only...
View ArticleIndexing design
I have a table called as A table :CREATE TABLE [dbo].[A]( [AutoID] [int] IDENTITY(1,1) NOT NULL, [ProID] [int] NOT NULL, [LID] [varchar](12) NOT NULL, [EventID] [varchar](12) NOT NULL, [HEventID]...
View ArticleSQL Server - shrinking log files
I have a database which has log file size 300 GB. As the drive is filling up i need to clear the space on the drive, for that i have to shrink the log file. Unfortunately i dont have option to take...
View ArticleHow to set toggle ITEM for hierarchy levels +ssas
for example if i drag and drop year --and quarter and ----monthfirst it has to display year---when i click year(+) expand quarter(+)city has to display
View ArticleAuto Incroment Failing
I created a database a few days ago, I have a bigint as the PK. It is an auto increment value. It was working correctly for a while, and now the PK is not working properly. The values that have been...
View ArticleSql Server --- Connection Pooling -- ADO.net/ TOM CAT JDBC
When using ADO.Net---If connection is close or disposed , will physical connection with Sql Server still be maintained , means if we look at sys.dm_exec_session (idle session) with state of sleeping ,...
View ArticleNeed Help Restructuring Tables for Fast Data Retrieval
I have below DB structure in MSSQL for a small application which follow relational approach. Data retrieval (for Hostels) will need several Join so looking for suggestions, may be Key-Value approach...
View ArticleDocumentation for existing code
Hi,I am working on a project which already have some procedures, SSIS Packages etcThere is very less documentation and I would like to create some documentation etc for easy understanding, reusability...
View ArticleLarger table with 100 Million Records
I have to design a table to hold 100 million records.The table shall contain0. INDEX - Identity (If required) 1. Meter ID - INT - Foreign Key 2. Controller ID - INT - Foreign Key 3. Site ID - INT -...
View ArticleDB Design Scenario
hi,it may look like I am directly asking the question, but I have had spent a lot of time myself thinking over this. So may be something that I am missing and you can provide... makes it for me.So here...
View Articledatabase dependencies --audit all tables columns used
I have used Profiler, Database audit, and also SP_who2 like below : CREATE TABLE #sp_who2 ( SPID INT, Status VARCHAR(1000) NULL, Login SYSNAME NULL, HostName SYSNAME NULL, BlkBy SYSNAME NULL,...
View ArticleCheck constraint error
Hi Everyone, I ran the below INSERT COMMAND and it resulted into the following error message. I will be glad if someone can help me solve this in order to move ahead. You can also see the table...
View ArticleBCV Backup by using ms sql server in windows os
hi friends...Please help me how to implement the bcv backup by using ms sql in windows server.do you have any documents pls share.RegardsGanesh
View ArticleIncrease query execution time
Hi ,I have a typical question like ..I want my auditor to restrict query output like ..it should not throw any message but it must show that query is running mode like we get when in locked stage of a...
View Article