Ways To Improve Performance
We have a C# .Net Windows froms application with a few hundred Users. The application has 3 layers (Application,Business Logic,Data Access) and the Data Access layer connects all clients to one...
View ArticleMemory Management for Multiple Instances on a Cluster
I am looking for recommendations for configuring memory settings for Three instances of SQL running on a Two server Failover Cluster. ( SQL 2012) ScenarioHardware: 32 Logical, 16 Physical Cores,...
View ArticleSQL Collation for Chinese, Korean, Japanese together
We have one single database to set up that is going to contain data for Chinese, Japanese, Korean language data. We are little bit confused, whether to use CI_AI or CS_AS and with/ without _KS (kana)....
View ArticleIs there a SQL test utility that handles 4k (Sector) Drives?
is there a SQL test utility that handles 4k (Sector) Drives? (If SQLIO works, what is the switch/setting?)
View ArticleDatabase Mail sent_date 5 hours after send_request_date
Why would a mail take 5 hours to send out? Is there anyway to see how many times it retried? Or is there some other method to track that?John M. Couch
View ArticleDeadlock occurred on same table with DELETE and SELECT statements
I received a deadlock notification e-mail today indicating that a deadlock had occurred between a DELETE and SELECT statement on the same table. After looking at the deadlock information, reviewing the...
View ArticleSql server Objects
Hi All,I previously worked as a oracle DBA. Am new to sqlserver admin role. Can i know what is User_objects,ALl_objects and DIct_objects called in sqlserver,Please help me.Regards,Venkat.
View ArticleCreate Index on a table with 3 milion of records
Hii am working on a table with 3 milion record and i decide to create index on table and also use table partitioning to partition the table on date(year), i create index and partition in afew way but...
View ArticleHi,
Can anybody let me know what is the main component used in database mail for sending mail to the operator in sql when an alert rises? is it service broker or SMTP?
View ArticleSQL 2012 CLR and XMLSerialaztion - Is UNSAFE still required for CLR's That...
I'm learning to create a CLR assembly the "hard way" - Code the dll then use the Create Assembly T-SQL command.In many of the 2005 and 2008 samples I've seen, there mention of using Sgen to create...
View ArticleAlert Deadlocks on SQL server caused by SP Indexing Server
I'm far from a DBA, but I'm getting some alerts. Anybody seen these before? Subject: SQLdm Alert (Warning) - A deadlock occurred on server SPSQLServer on SPSQLServer3/29/2013 12:29:15 AM, Deadlock on...
View ArticleKeep Alive and Keep Alive Interval properties in SQL Server 2012
hi all,Can anybodya explain "Keep Alive" and "Keep Alive Interval" properties in SQL Server 2012 database?Are these propeties are useful keep uninterrupted connection from front end application...
View ArticleThe operating system returns error 665(The requested operation could not be...
During our weekly maintenance jobs for database integrity (DBCC CheckDB() ) I receive the following error when one of my DBs is getting checked. I manually ran DBCC on the DB and it ran without...
View ArticleAdding configuration file in a job using command line option in the JOB...
Hi,I need to add multiple configuration files to an SSIS Job using Command line option in the JOB Properties./File "C:\temp\Package.dtsx" /CONFIGFile "C:\temp\ssisoptions.dtsconfig"the above method...
View ArticleLogMgr::LogWriter: Operating system error 1117(The request could not be...
SQL Server Version: Microsoft SQL Server 2012 (SP1) - 11.0.3000.0 (X64) Oct 19 2012 13:38:57 Copyright (c) Microsoft Corporation Enterprise Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200:...
View ArticleSQL Server Build
I have installed sql server2008R2 without management tools in the actual machine.Thats why we restricted the persons who having remote acess not able to do anything in sql.Like this how do we install...
View ArticleThread count increase monitoring (sys.dm_os_threads)
Hi,I am monitoring the number of threads consumed by sqlservr.exe process. The thread count remains constant between 300-400 threads. Sometimes, I see that it jumps to 680+ threads and I am wondering...
View ArticleInternal Query Processor Error - During Installation
I am having problem installing SQL Server 2008 R2 express (SP2) , on a Win7 Home Premium pc.Error occured near the end of the installation process.The Error message : Internal Query Processor Error :...
View ArticleSQL 2012 Restore Error
I am using SQL 2012 and am trying to restore a database A.bak over the top of an existing database B . I have ticked Overwrite existing database (With replace) and told it to relocate all files to the...
View Article