auto created trace log
Hi,while check the log folder of my SQL Server I have found three of file trace logs automatically created log_270.trc,log_271.trc and these logs contains normal events also trace logs can be opened...
View ArticleAccess SQL Server 2012 FileTable Share from non-domain computer
I've tried to find this out on my own but am hitting a couple of dead ends. I'm excited for the opportunity to use a UNC path to a SQL Server FileTable that I've set up with non-transacted access set...
View ArticleIn-memory database in SQL Server ??
I am already ask this question on private news group but I am not satisfied with answers. I believe that I am not only one how recognize in-memory database potential. Current situation is that on...
View ArticleJoin tables that have data mixed in the columns
Hi everybody!I need help of you to solve this problem:I have three tables:table1: id, name, class, type, case, SM, gac (124000 records)table2: Gac, id, name, case, date (35000 records)table 3: id,...
View Articleupdate statement deadlocks
We have a table. It has lots of complex indexes with include fields. We have an update statement. It has two columns in the where clause. It's in a short SP with a couple of other update...
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 Articlerecommended affinity settings for SQL Server 2008 R2 running on VMWare servers
In SSMS 2008 R2, we currently have "Automaticall set both Processor and IO affinity for all processors" set. Since the servers that SQL is running on are VM servers, is this the recommended affinity...
View ArticleCouple of questions
Hi All,I have 3 questions. Some one kindly answer those.1) If a table of size 50GB, having no indexes if we create an clustered index on that then what will be the size of that index?2) If a table is...
View ArticleAdobe PDF IFilter for document searches does not work
I am new to full text indexing of documents but I know enough to get the files into the database and apply indexing and searches because I got it to work for Word (.doc) files. I'm trying to get...
View ArticleLogical Read and Write
Hi Is there any way to find out logical read and write on database by application other than using profiler trace?. Our main server is mixture of OLTP+reporting server. We use qlikview for reporting...
View Articlenot able to add buildin admin as login ..sql server 2008 express edition
i have added my AD group in the local administration of the server ... but facing issue while adding a new login .. (SA is disabled on the instance)im getting below error Microsoft Windows [Version...
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 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 ArticleAuthentication
Hi All,I know there are two kinds of authentications in sqlserver, Windows and SQL. Is there any query there any query which gives output as these available authentication like windows authentication...
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 ArticleSQL on VM, but disks on SAN
My question relates to what happens when you have to rollback the VM.If all your databases are on a SAN and the SQL Server is on a VM, but you rollback your VM, won't the state of SQL and the state of...
View ArticleSQL Health Check Script.
Hi,I need a SQL health check script, or powershell script, in where we just provide a servername as input in stored proedure or powershell and it shoots a mail to me with complete health check...
View Article