Error: 18056, Severity: 20, State: 46.
I've read so many threads about this error and tried many of things which none of them have resolved my issue.Date5/29/2013 2:29:10 PM LogSQL Server (Current - 5/29/2013 2:29:00 PM) Sourcespid2228...
View Articletrying to find out what's triggering backups and where they are going to
I keep seeing backups type=VIRTUAL_DEVICE in the sql server logs. How do I determine what is triggering these backups and where they are going?
View ArticleWould it be possible to enable the /3GB switch in boot.ini to allow...
Hi All, system:windows server 2003R2 standard edition sp2. computer:Intel(R) Xenon(R) CPU E7-2870 @2.40GHz 2.40GHZ,4GB of RAM Physical address Extension. Product:Microsoft SQL Server Standard Edition...
View ArticleSQL Agent not available
Hi,I restarted SQL Server 2005. After Database service is running but agent is not availanle. SQL Agent service started successfuly but there is red down arrow on sql agent in SSMS. I cannot see jobs,...
View ArticleModel 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 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 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 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 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 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 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 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 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 ArticleCreate database fails with
I have a VM set up with SQL 2008 R2 SP2. It has twi instances running on the box.As it is my dev box both instances use the same service account and they both use the same moutn piont for dat and log...
View ArticleHow to use sp_addmessage precisly
I run scriptEXEC sys.sp_addmessage @msgnum = 60000 ,@severity = 16 ,@msgtext = N'Test error message № (%d), Module (%s), procedure (%s).' ,@lang = 'us_english', @replace= 'replace' ; GOEXEC...
View ArticleDifference between running a query from a script and a Stored Procedure
Hi All -We are working on a performance tuning project for fixing slow running queries. We have used enhanced indices, temporary tables, query tuning techniques and succeeded in fixing all those...
View ArticleCLR Stored Procedures Not Able To Return Tabular Resultsets From Remote Servers
I'm using a CLR stored procedure to return a resultset from a remote server. The problem is that the SQLContext.Pipe commands only work if the "context connection=true". How can I return a resultset...
View ArticlePartitioning Help
I have a table that has 700 million records in it. The data is below. I thought the SPEC_ID would be the best field to do it on but it is far from unique. There is a composite key of 3 fields. Spec_id,...
View Article