Transfer 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 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 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 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 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 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 ArticleHow to fix "There is insufficient system memory in resource pool 'internal'...
Server Setup Windows Server 2008 R2 x64. Installed Memory: 5GB Server also runs three sites on IIS. SQL Server 2012 Standard x64 (updated to CU5) Minimum Memory Setting (in SQL Server): 0MB Maximum...
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 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 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 ArticleTroubleshooting error log
I was getting the following message in the error log frequently in one of the development BI server. The data load took so long (almost 2 days). The application user killed the session and it went to...
View ArticleSql Server login failure error: 18456 with Windows account and sa account
Hi All,I am using Win 2008 R2,SQL Server 2008R2When i try to connect to SQL Server i am getting error 18456. Previously i have installed Active Directory and immediatly i haved un installed it. After...
View Articlewhy heap doesn’t support ghost records ?
I asked a question about "why heap doesn’t support ghost records ?" and got responce from Paul: "It doesn’t need them as there’s no way that a duplicate record being inserted before the deleting...
View ArticleHow can I create a database connection (ODBC) from Windows 8 to a XP machine?
I have SQL 2008 installed on an XP machine with Windows Authentication. Today, I got a machine with Windows 8 in it. Both have the same user name, but different passwords as Windows 8 requires a...
View ArticleTypeperf is throwing error message for the SQLServer counters
Hi,I am using typeperf tool to collect performance data and I am following the below mentioned link for the...
View ArticleNet Stop Start MSSQL$SQLEXPRESS Remotely
Hello, I need to remotely stop/start an sqlexpress instance.Thanks
View Article