Model licensing for SQL Server 2012 Business Intelligence edition
Hi,if possible, I'd like to know because it exists only the licensing for server and user cals about SQL Server 2012 Business Intelligence edition.Thanks
View ArticleEvent 9001 - log is not available during backups
I've got a 2008 server that has a recurring issue with backups related the the SQL Server VSS writer.The errors seem to start with Event 9001The log for database 'xm8_27' is not available. Check the...
View ArticlePerformance impact of sp_configure blocked process threshold change
I've been tasked with identifying any blocking happening on a production server. My plan to achieve this is to useEXECUTE sp_configure 'blocked process threshold',5 In combination with a server side...
View ArticleDatabase/Table Inheritance
Hi,consider i've 3 databases in 3 servers(different location). here i would like to keep a master tables in Server A. server B and C should get inherit those tables which is there in Server A. Main...
View ArticleDisk IO in a variable
Is there a way that I can get the number of disk IOs from a transaction into a sql variable.Currently I can do this in management studio.set statistics io onselect ..........And I get results like.(39...
View Articlefail over cluster
We have an Active-Passive SQL Server 2008 Failover Cluster installed. Front end is sharepoint. They have two instances on each cluster, one instance is named prod_mssqlserver, the other is for...
View ArticleRemote Connectivity to SQL Server 2012 Enterprise Edition Named Instance
We recently started building out sql server 2012 sandboxes with named instances and we're having issues connecting remotely. We've been using named instances in 2005 and 2008.Made sure tcp/ip is...
View Articleinvalid column name 'xml_index_type'
Hi, I'm not sure when this started happening but today, none of us using SSMS 2012 connected to SQL server 2012 SP1 were able to script any objects. we are presented with the messageFailed to retrieve...
View ArticleWITH (NOLOCK) across a linked server
Hi,I have a SProc that copies data from a database on a linked server to another database on the current server. The process is only updating/inserting data into the database on the current server. I...
View Articlesparse varchar columns
SQL Server 2012The documentation suggests space savings on sparse varchar columns if you have more than 60% nulls.This seems inline with varchar docs "storage size is the actual length of the data...
View ArticleTable Names - Singular or Plural?
I was surprised when I couldn't find any posts about naming tables with singular or plural names, other than a generic post about naming conventions. There are debates / arguments about this topic all...
View Articlesql server2012 performance
We have sql server 2008 R2 in production, have started evaluating sql server 2012 on a test server.The test server has more memory and cores compared to the production server.The databases and ETL...
View ArticleHow to clean the clerk "MEMORYCLERK_SQLCLR"
Hi guys,Can I clean the clerk "MEMORYCLERK_SQLCLR" without restart the SQL Server service???I already close the connections but this clerk are using 20 GB of memory.Thanks for your time.Fabrício França...
View Articleforgot sa password in sql 2005
Hi,How to retrieve forgot sa password in SQL 2005.PLEASE REMEMBER I DON'T WANT TO RESET THE PASSWORD.
View ArticleCopy\Move Forum Thread
Hi Experts ,Is There a Way to Copy or Move any Important\Useful Forum thread to Our Folder\Thread .?? Many A times I see Useful thread posted by Experts ,but then after few Month or Year, when I want...
View ArticleUpdate strategy on Partitioned Table?
Hi All,Working on Partitioning on SQL Server 2012. I would like to know the beast way to Implement update strategy on Partitioned Table.Below are the Steps we have for that Table.Source Table:...
View ArticleCompression and Partitioning
I have a 700million row table. I want to do compression or partitioning or both. Is there one that should be done before the other?Alan
View ArticleTPC-E test on SQL Server 2012 high runnable task count
I know I probably shouldn’t be replying to this old thread, but I’m crossing my fingers that Jonathan Kehayias will see activity on this old thread and respond…I’m using Quest Benchmark Factory to run...
View ArticleDatabase In Recovery
Hello all, Is there a way to check the status of a database in recovery. Like how far along it may be. If not is there a way to stop a database in recovery and just drop it. Thanks in advance, Mike
View Article