SQL Server 2008 R2 - Cannot connect to the instance
I am not sure what is happening. It has been several times I am loosing the instance of SQL Server 2008 R2 Enterprise edition installed on Windows 7 PC.A connection was successfully established with...
View Articlesql 2008 r2: two cdc questions
hi folks,i have two questions regarding CDC1. are there any perfmon indicators for CDC? if so, under what category are they in? I thought they might be somewhere under replication but not seeing it....
View ArticleDB datafile setup
Hi all, We build up a new sql 2012 db for storing picture data with some few selects on that data. All disk are SAN and we expect the data at ~ 1 TB. How should I setup datafiles for this DB? Multiple...
View ArticleError Connecting to SQLSERVER:SQL as a drive for LocalDb
Please see below. There is some kind of communication problem when I try to access "(localdb)\Projects" using the ability to connect to SQL Server as a drive, and then ultimately later (e.g. $server =...
View ArticleCDC is not capturing data
I had enabled CDC but nothing is captured in the CDC table, any idea what is the cause?below is the script that I ran.... EXECUTE SYS.SP_CDC_ENABLE_DB; GO EXECUTE SYS.SP_CDC_ENABLE_TABLE @source_schema...
View ArticleFileTable folder on a SQL cluster
HiI have a couple of questions about FiletableWhen I run below query against my filetable I get nothing. and I believe I should get a Path. right?select file_stream.GetFileNamespacePath()from MyFTable...
View ArticleChange Tracking internals behave differently, SQL Server 2012 vs SQL Server 2008
<original post by Glenn Estrada> Reposting an issue from Stack Overflow that a coworker and I are dealing with. In trouble shooting an issue with synchronizing disconnected devices with a central...
View ArticleChange Tracking internals behave differently, SQL Server 2012 vs SQL Server 2008
<original post by Glenn Estrada> Reposting an issue from Stack Overflow that a coworker and I are dealing with. In trouble shooting an issue with synchronizing disconnected devices with a central...
View ArticleDatabase Inaccessible
Hi,I go through the usual process of creating User log-inw. When I do a property reveal on it by right clicking, it gives me a notification error saying, 'One or more databases are inaccessible and...
View ArticleStored Procedure called more than once
Hello I'm seeing something strange that I can't figure out. I have a webservice that takes a few parameters, creates a SqlConnection/SqlCommand and then executes a stored procedure. Most of the time...
View ArticleLock Pages in Memory keep SQL database engine stuck at allocating 60MB ram?
I'm using Window Server 2003 Enterprise 32 bit. Microsoft SQL Server 2005 Standard Edition 32 bit. The problem is the SQL server memory always stuck at allocating 1.7GB ram max even i have 11GB ram...
View ArticleReplication issue...
Hi All,we have configured transaction replication ,publication database is created in subscription but tables are not showing in subscription database.
View ArticleRecover space by deleting images
Hi We have a table in a database which has a column of type image. The database has grown tremendously in size so we wanted to move the data in the image column to disk and we did to part of the...
View ArticleSQL Engine releasing memory when there is free memory available.
All,We had a situation on one of our production servers today. The max memory is set to 110 GB. At a certain point the SQL Process started to release memory and got all the way down to 50 GB. At this...
View Articlesql profiler sqltransaction with DatabaseName null
Run a server side profiler trace since I have sleeping spids appearing occasionally on the server. noticed some SqlTransaction events where DatabaseName column shows null . Majority of the...
View ArticleSQL Server 2012 - Bulk-logged recovery mode with online clustered index rebuilds
Currently using SQL Server 2012The online clustered index rebuld requires an enormous amount of transaction log space depending on size of the table when the database recovery mode is set to "Full"....
View ArticleMaximum memory setting on database instance
In reference to the database server properties -> Memory -> Maximum server memory (in MB).The context is I have two SQL Server instances (one for SharePoint and for data), as well as SharePoint,...
View ArticleHow to instal oracle provider in sql server 2012
I have installed the oracle client and successfully created an ODBC connection to the oracle database but when I go tocreate a linked server there is no oracle provider available. How can I install the...
View ArticleWhile i was logged in SQL server following error was occurred : A connection...
While i was logged in SQL server following error was occurred : A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (Provider: SSL...
View ArticleAgent Job:LSBackup_TCD does not create a T-Log file?
Hi experts, I setup a log shipping to archive transaction log but it does not create a T-Log file. What's wrong?The file 9/16 2:39am is created by T-SQL manually. By the way, I have checked the...
View Article