DB Reindex
Yesterday i did rebuild my index but while checking I came to know that there are still some fragmentation..what is the reason ?
View Articlehow to script schedule in sql server agent
Hi,How to script schedule in sql server 2005. When I click on script option in manage schedule, there is message ' there is no action to script'. So my question is how to create script for these...
View ArticleAdd IBM.Data.DB2.iSeries.Dll Assembly To SQL CLR Causes Errors
I'm writing CLR procs against DB2. Code works as a standalone. When I try to add the IBM.Data.DB2.iSeries.dll as an assembly to my SQL Server database, I get the following error below. I can't find the...
View ArticleTransfer the data from the remote MySQL Database to SQL Server Database
I have 2 environments:(A) Client environment: An application that reads and writes real-time data into MySQL Database sitting on Linux environment at client site, and (B) In house environment: MySQL...
View ArticleDB reindex
While Rebuilding Indexes,the Database remain Online or Offline ? If it goes Offline then how the users will access the data.Will they face a downtime or will be directed to secondary ?
View ArticleHow to handle IDENTITY Columns when doing Switch IN Switch OUT Partitions in...
Hi All,How to handle IDENTITY Columns when doing Switch IN Switch OUT Partitions in SQL Server 2012?Thanks Shiven:) If Answer is Helpful, Please Vote
View ArticleHow to customize input date parameter format in Report Builder 3.0
I want the report server to ask an input date parameter in the 'Mon-yyyy' format. How to do that?
View Articleerror : The multi-part identifier couldnt be bound.
Declare @FromDatetime= '2011-02-12 00:00:00', @ToDatetime= '2011-04-28 22:30:20'; Select enroll,Dim.regdate, Cls.ID,rn=ROW_NUMBER() over(partitiOnby enrollorderby Dim.regdate)INTO #Qry...
View Articleexport query results to CSV
Hi, i am using SSMS 2008 R2. I am trying to export data with column delimuter as "|" (PIPE).There is one column with value 'korea,republic of' for some of the rows. When I try to export such a file in...
View ArticleQuery Basics
Can I ask a very novice SQL Server question. I need to export some data from a multititude of SQL Server Databases (2000, 2005, 2008), I am new to SQL Server, once I;ve remoted onto the Server, can...
View ArticleDoes Workers are bound to a sqlos scheduler?
we know that Workers are not bound to a physical CPU unless the sp_configure affinity mask configuration value has been properly established.As the sqlos scheduler are bound to a physical CPU , So...
View ArticleBackups using differential and full and causing issues
I am a SharePoint Administrator using SharePoint 2010 SP1 Enteprise Edition and I am running Powershell to backup nightly a FULL FARM backup.Backup-SPFarm -Directory...
View Articlein deadlock report does mode=x mean index, table, or key?
Reading a deadlock report when the resource-list reports mode=x, is that an exclusive lock on the entire index (or table?), or just on a particular key?Up in the process list sections, both sides...
View Articleview created and returns data fine but View Design mode will not execute in...
This is a valid view that was created. We can query the view and it works fine. But if we select View Design and try to execute it receives an error about ambiguous columns. when using CAST. SQL...
View ArticleDisk Performance issue (Transaction/Sec degrade suddenly)
Hi I am facing a critical issue with one of my server.I observed that in one of my server Transaction/Sec (_Total) would be 40K/sec but sometime its suddenly degrade from 40K to 2K. The value will...
View ArticleSQL Server 2008 R2, Error: 701, Severity: 17, State: 123, There is...
In the error log, I get: 2013-06-02 00:00:37.78 spid22s This instance of SQL Server has been using a process ID of 1268 since 5/15/2013 4:12:15 AM (local) 5/15/2013 8:12:15 AM (UTC). This is an...
View ArticleOptimizer memory, memoryclerk_sqloptimizer memory very high and climbing
I have a SQL Server 2012 instance running higher and higher amounts of memory for the memoryclerk_sqloptimizer. We have logging for optimizer memory and it is at 13 GB and climbing, but we have seen it...
View ArticleSetting dynamic port on the SQL 2008 R2 cluster.
Hi,We are having SQL 2008 R2, four node cluster (total 5 instances running on them) and now we are planning to set statis port for one of the named instance out of the 5 instances runing on the...
View ArticleSQL 2012 Update Statistics Maintenance Plan
Hi AllI am using SQL 2012 SP1I have set up an update statistics maintenance plan to update the stats on all tables in my database - The job seems to be stuck at the beginning phase of the maintenance,...
View Article