How to transfer data from 2008 to SQL Server 2012
I am setting up a new SQL Server 2012 trying to move data via backups from a SQL Server 2008. The 2012 server says the backup data is not compatible. What is the recommended method to do this?Many...
View ArticleCreate a ColumnStore Index on a Partitioned Table
I'm having difficulty creating a ColumnStore index on a partitioned table. If I try to align the index with a partitions, I get this error:Msg 2726, Level 16, State 1, Line 1 Partition function...
View ArticleError in SQL Server 2005 and Database Stop Responding
Dear All,Today i saw error in SQL Error Log as Message LazyWriter: warning, no free buffers found. Memory Manager VM Reserved = 29658216 KBVM Committed = 29639088 KB AWE Allocated = 0 KB Reserved...
View ArticleSQL server Agent Scheduler
Hi all, I have some SQL server jobs placed in one sever , till last two days everything is fine , Today no job in my server ran and checked the agent and all everything looks file , I found the issue...
View ArticleInserting into a single heap table from multiple sessions
Is it possible to insert into (let's say 20) from multiple sessions into the same table (heap or not but certainly there is only a single non partitioned target table) and get inserts run in parallel...
View ArticlePerformance report in SQLServer 2005
Hi,I want to have a snapshot of performance of SQLServer 2005 and then have another snapshot at some other time and then want to compare both reports. Is there any mechanism of this type available in...
View Articlecopy only backups & transactions captured in the transaction log
Hi I am trying to understand what exactly is a copy only backup and how this could be used in real world and what sort of transactions does the transact log file store.Thanks in advance..........
View ArticleExisting Table Partition
Hi,We have a existing table and it has two date columns (Datatype - Datetime) and it's very big table and we would like to make a partition table. This is a frequently accessed table. We need partition...
View ArticleUnable to connect to the data source. Please verify the connection properties...
Hi All,I am posting this information believing that it would certainly save someones time. We are using Sql Server Reporting Services 2008 R2, the objective is to generate the reports bu connection to...
View ArticleWhat all database operations are logged in transaction log
I would like to know that what all operations are used to logged in transaction log?Please also suggest if any blog or white paper for this details.advance thanks!Regards Vikas Pathak
View ArticleDoes Option recompile force the recompilation of all Nested/child stored...
Hi All,I just wanted to find out if a top level stored procedure uses the with recompile keyword, does this force the recompilation of all child/nested stored proecdures or will those need the WITH...
View ArticleGuidelines for estimating resources needed for SQL SERVER in a vitual...
Hi,I am working on a project to raise our db infrastructure.We currently have one SQL Server 2005 with two instances that is on a virtual machine.We want to have two distincts server on a bigger...
View Articlelinked server strange behavior
HiI just linked a server but when I browse the catalog I see the same dabases, it´s like I´m brwosing into the non linked server. No clue what´s going on. I have another linked server and it shows...
View Articlelogin failed error
Hey friends,In my SQL server 2008 R2, I have found in error log contineously following error:Login failed for user 'domain\tomt'. Reason: Attempting to use an NT account name with SQL Server...
View Articlerestore while backup job is running
We are using sql server 2008, planning to migrate to sql server 2012.We have an ETL process (job 1) that runs each night to restore data from server-A to server-B; We also have a backup job (Job 2) set...
View ArticleTransaction Log backup error
We were trying to backup the transaction log for one of our databases that is in Full recovery mode. However, while trying to perform the backup we encountered the following error.Backup detected log...
View ArticleLogshipping and the time problem
Hi allI set the logshipping for a database, however it only run for one time. And I found the time of the server change to another day after the first logshipping.any idea about this issue ?
View ArticleStatistics and Tempdb
OS - Windows 2008 R2 SQL Server - 2008 R2 SP2 I executed the following t-sql to gather statistics info on a server: declare @temp1 table (DbName varchar(250), TableName varchar(250), IndexName...
View ArticleDatabase initial size question
Hi all,I've noticed that a such application's databases constantly grow in size, this is not a problem at all. But I've also noticed that theese databases' initial size grow (initial size = actual...
View ArticleTempdb unavailable couldnt find the error
HiI faced an issue today early morning. My instance is running on cluster, and suddenly at 3 am tempdb went unavailable. I checked the error logs, event logs and system logs but couldnt find the reason...
View Article