SQL Server 2012: SQL Server Import and Export Wizard-(1) How can I find out...
Hi all,I never used the regular Microsoft SQL Server before. My computer Team just installed the Microsoft SQL Server 2012 in my "Windows 7" PC that is part of our "Windows" network LAN system. I...
View ArticleSQL Server 2012 Express: SQL Server 2012 Management Studio (SSMS)-How to...
Hi all,I have the table of SQL Server 2012 Express: SQL Server 2012 Management Studio (SSMS) formatted - seehttp://ge.tt/BEDQbFY/v/0 for details. I don't know how to populate this formatted table...
View ArticleHow to dismantle cluster
Hi,We move sql server 2008 instances from cluster to VM. Now we want to shut down cluser (2 nodes, active/passive). I put all sql server related services in stop mode and set them manual start.What I...
View ArticleSQL Server performance issue
We have SQL Server 2008R2, and we are having slowness issues. For example SQL query runs fine for the first few times, but after that the same query will be slow. We have checked the SQL Server CPU and...
View ArticleSQL server Foreign Key multiple columns to one FK table column
Hii have set the following relationshipsTable A = tblGLAccount - primary key strAccountIDTable B = tblARinvoice - i have three columns strAccountID, strCOGSAccount, strInvAccountall columns are same...
View ArticleIs it possible to store text data with ISO 8859-2 encoding in SQL Server table?
As far as I know there is no collation that is 100% compatible with ISO 8859-2 or Am I wrong?Our potential client puts this encoding for data storage as a formal requirement.The unique way to solve...
View ArticleLinked server issue while accessing data from sql 2012 AlwaysOn AG db
Hi,With SQL authentication,I am trying to setup a linked server which will access a database which is part of SQL 2012 AlwaysOn AG group. I am using the AGlistner as data source while creating linked...
View Articlemonitor disk space using alerts
I need to receive an email when a disk space on a given drive (which has SQL DB files) falls below 3 GB:- I need to use alerts (I don't want to use a SQL job to run some SP every x mins).- SQL Server...
View Articlewhy get sort/hash warnings with 20gb free?
Profiler is showing some queries with sort and hash warnings, even though this server has more RAM than it knows what to do with, 20gb free pages, and the *entire* database is barely that large.So,...
View ArticleQuestion on Online Restores.
Greetings. I'm trying to get up the learning curve on Online restores, as it's been a few years since Ive done anything like this. I'm looking at this doc, and thinking its either inaccurate, or Im...
View ArticleSQL server Agent Job email notifications not being sent
I trying to set up some failure job Email notifications on Sql Server Agent jobs. So, I configured database mail and tested and was able to receive mail through sp_send_dbmail and "Test mail" option...
View ArticleWhich objects are sitting in memory?
Hi All,I am on SQL 2008 R2.I want to find out, which objects (pages from which objects) are in SQL server's cache? and how much memory is taken up by those objects?How can I find that out?Thanks in...
View Articleafter tuning my Stored procedure is taking more time
Hi,I have a stored proc which is taking some 40 secs to give the result set. I wanted to tune the SP. So i included the actual execution plan to see if any indexes are missing. We have used few temp...
View ArticleInstallation of sql r2 2008
Hi!Im installing Microsoft SQL Server 2008 R2 Setup but at the middle of installment there is dialog box says" The following error has occurred:Wait on the Database engine recovery handle failed. Check...
View ArticleSQL server 2008 to be installed on already the server where SQL server 2008...
HiCan i install SQL server 2008 on the server where SQL server 2008 R2 already installed.?
View ArticleCaliculation of Stolen pages
Hi All,for example stolen pages values is "x". how can we caliculate this value of GB.is the following correct:x*8/1024/1024 = GB valueThanks,Satish Kumar.Thanks, Satish Kumar. Please mark as this post...
View ArticleLinked server issue with SQL 2012 AlwaysOn AG db's.
Hi,I have implemented AlwaysOn AG over multi subnet. With AGListner i am able to connect in SSMS and access the db's. I failedover the AG to other subnet and connected with AGListner and accessed db's....
View ArticleError appears sometimes for functions and Stored Procedure
Hello,I have store Procedure which have some code and function contain in it.This seems quit surprising that this sp execute some time and return with result But with same data this cannot execute...
View ArticleFirst-chance exception at 0x75c5b760 in devenv.exe: 0xE0434352: 0xe0434352.
I have a windows form application, when double click it or view designer it will show sql connection error. When I attach my project as a process, I saw the output window hasFirst chance exception at...
View Articlesql server agent cmdexec job reports failure even though it succeeds
Hello, not having any luck finding the answer to this.I have a batch file of a simple robocopy script to copy my backups at a remote share for backup to tape. The job successfully copies all the files...
View Article