Deprecation of Trace -T272
Anyone knows if trace flag -T272 is going to be deprecated? I am using it to avoid the jumping of identity value in SQL 2012...
View Articledocument for inplace upgrade from 2008R2 to 2012 in 2 node cluster environment
Hi All,We have an activity to do the in place upgrade from 2008R2 to 2012 installation on 3 node cluster environment,Please post me any one having the step by step installation for above.Thanks in...
View ArticleQuestion on disk layout on SAN
One question where I would be needing your Inputs. Environment information:Windows 2008 R2.SQL Server 2008 R2. Table partitioning is not possible for a better layout. This is regarding the drive...
View Articleafter insert trigger performance impact on insert operation
Hi,I want to implement AFTER INSERT trigger, and trying to assess the expected impact on performance (naturally I'll test it too, currently trying to get a head start on expected issues).here's a brief...
View Articleproblem inserting values in xml schema collection
I am trying to insert value in schema collection but it is giving error.This is my schema collection create xml schema collection productionemployee as '<xsd:schema...
View ArticleHow to get the latest row in a MS SQL server for a specific value??
Hi,This is one of the transaction tables i need for my application.DeptEmpd005b001d003b002d004b003d005b002d002b001d005b004The values in the table are inserted after enough time gap, one after the...
View ArticleAcademic question Clustered Index or Nonclustered Index
Hi guys, I'm getting a little bit confused about clustered and not clustered index. For example: create table forum (xxxxx int identity) it's a clustered index or not (I think don't)? create table...
View ArticleProblem in changing password of sa account.
Hello, I cant change my password of sa. I have tried with codes belowALTER LOGIN [LOGIN_NAME] WITH DEFAULT_DATABASE=[master]GOUSE [master]GOALTER LOGIN [LOGIN_NAME] WITH PASSWORD=N’NewPassword’...
View Articleusing MSSSQL SPLA licensing to deliver ISV application as service
Hello,I don't know is this good forum or not, but I searched and nothing came back on this topic. We have application which customer would like to rent it on their own hardware and their own windows...
View ArticleRESTORE DATABASE fails, but only if run from within TRY/CATCH block.
Hi everybody,I'm trying to restore a DB using the following script:BEGIN TRY RESTORE DATABASE [20130717_SERVER4_NS_dat] FROM DISK = N'c:\NS.bak' WITH FILE =1, REPLACE, MOVE N'NS_dat' TO...
View Articleregarding nchar division of a database
how can we add a division for a database with nchar field for a particular database? can anyone explain ?thanks in advance.
View Articledatabase schema
my onsite DBA is asking me to send him the DATABASE SCHEMA for a particuar database,my question is that we need to have schema owner and schema name right?but he din't give any name and owner to...
View ArticleMicrosoft TechNet Wiki Guru - Winners for July!!
The results for July's TechNet Guru competition have been posted!http://blogs.technet.com/b/wikininjas/archive/2013/08/11/technet-guru-awards-july-2013.aspx Congratulations to all our new Gurus for...
View ArticleMS SQL table hangs on constraint violation exception
I need to create a Quiz Application. But during testing I am facing 1 issue. My table structure is this: Table 1: id (PK) => This column is also foreign key for Table 2: Table 2: id (PK) qid...
View ArticleRegarding division of database.
One of my senior DBA has asked me " can u add division?" so now my questio is that is he refering to add division to a database or anything else? if it is to add division to database,how to do that can...
View Article