Strange Windows 2008R2 Cluster Disk Issue
I have a 2 node Windows 2008R2 cluster connected to a 3PAR running SQL 2008 R2 Server. We had a hardware failure on a node 1 which cluster failed SQL server properly over to node 2. However, while...
View ArticleError message: 'CHR' is not a recognized built-in function name
HiI am using SQL server 2008R.When I run a spesific *.abs file, I get this error message: 'CHR' is not a recognized built-in function nameAnyone know how I can fix the problem
View Articlelooking for DB Design solution..
Hi,Here is the situation:We had pretty old product suite. It has many applications( with separate databases), all these application will communicate with windows services for data. And this product...
View ArticleMigration and then the application could not access the database!
GurusI migrated a database to a different server and the application can no more connect to the database.can you help on this plsI appreciate your time in advance ebroebro
View ArticleSQLserver 2008 R2 and SQL express 2008 R2 co-exist on the same server
We have a software installed SQL express automatically . I installed SQL server 2008 R2 standard version but I only can login SQL express and see the sqlexpress DB, I cannot login sql server even with...
View ArticleLocalDb 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 ArticlePartition Problem with Data Types and File Group
Q1) I have created Partition function on DateTime data type on A column, which belongs to 50 tables only, 10 tables have to DateTime but its B Column. So Can I Create the Partition on B Column for...
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 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 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 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 Article