LocalDb slower than Sql Server 2008 express ?
Hello,I am currently using sql server 2008 express to create a local database on my computer. But I recently want to upgrade to sql server 2012 localDB, because is less trouble to install. But before...
View ArticleDeprecation 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 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 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 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 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 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 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 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 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 ArticleSQL Agent Restart time
Hi All..It's it possible to find the sql agent restart time using TSQL: here using SQL 2000.I found a scheduled sql agent backup database job missed at the target schedule.
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 ArticleEvent ID: 17055 Source: MSSQLSERVER
I Have SQL 2000 , When i try to geting Backup from one of my DataBase on that, i get error code 17055 after 90% of Backup processing.while i can get backup from another Database on this MSSQL 2000 !...
View Article