Re:Backup Job Fail..
Hi, To day i am open my email i see the the one of the main issue is "YOUR BACKUP JOB IS FAIL"i check every think like..1)Disk space,2).mdf,.ldf,.ndf files free space is there,3)Database check . it's...
View ArticleLogin failure
Hi,We have following setup: Login name: abc\xxxxxx User Name: dbo default schema: dbo database role member: db_ownerWhen user try to login get failure message. Cannot login. When I tried to give it...
View ArticleGetting error while installing sql server 2012
Please suggest me, my OS is WIN 7 32 bit.Naresh
View ArticleAllLoginsFromSelectedDatabases from "Transfer Logins Task"
Hi All,"AllLoginsFromSelectedDatabases" from "Transfer Logins Task" is not working on user databases. If i m selecting master databases, It is transfering "ALL the Logins" from server A to server B.For...
View ArticleError in Creating and attaching a database in sql server 2005
Hi Sir...I Installed sql server 2005 in my system(windows 7)After installation..i need to attach database file in that server but i a getting a error message like thisTITLE: Microsoft SQL Server...
View ArticleSSRS reports OutOfMemory exceptions regardless of memory usage
We have Microsoft SQL Server Standard Edition (64-bit) 2008 running on Server 2008R2. We are using Dynamics CRM 2011 (on a different server) to connect to it for Reporting Services. We get constant...
View ArticleSQLExpress database file auto-creation error
Hi,I'm not sure this is the right location to post ...I got some issues with VS 2005 BETA 2.I done full install except for SQL Express and full install of the SQL server disc.Now when looking at the...
View ArticleWhy the SQL Compilations/sec counter is 2 even when I just compile only one...
CREATE TABLE [dbo].[t11]( [col1] [int] NOT NULL PRIMARY KEY CLUSTERED ( [col1] ASC ) ) GODBCC FREEPROCCACHEgoAfter creating the table,then I open the performance monitor with SQL Compilations/sec...
View ArticleDeny Permission for sp_help
hi all i am learning stage of SQL DBA, i wan to restrict sp_help,sp_helptext and sys tables for one login, please guide me to learn more on this.ThanksSelva
View ArticleFiltering SQL Server Profiler trace by RPC starting
Hello Experts,Our application use a middle tier that performs connection pooling to database for several logged in users. We use Multiple Active Results Set so there is no one to one mapping between...
View Articleplan cache hit ratio
Hi all,is there any dmv query for knowing plan cache hit ratio and page life expectency.please help me.thanks in advance.regards,venkat.
View ArticleMemory Grants Pending
Hi all, is there any dmv query for knowing Memory Grants Pending . please help me.thanks in advance. regards, venkat.
View ArticlePaging File
Hi all, is there any dmv query for knowing Paging File . please help me.thanks in advance. regards, venkat.
View ArticleA connection was successfully established with the server, but then an error...
What is the solution for below error:A connection was successfully established with the server, butthen an error occurred during the login process. (provider: TCP Provider, error: 0 - The semaphore...
View ArticleEstimate Log Space
Hi, We have a 1.24 TB database which is in simple recovery model. Now we are planning to Convert this database into Full recovery. We import millions of data into this database every 30 mins using...
View ArticleFileTable with new Resilient File System in Windows Server 2012
We are looking for best storage solution for our multi-tenant application. We are not looking for backup or NAS kind of solution. We have tried using FileTable in SQL Server 2012. But it does not...
View ArticleSQL Server 2008 and R2 Diagnostic Information Queries by Glenn Berry (updated...
Passing on the good ole information that makes our dba lives easier. THANK YOU TO GLENN!-- SQL Server 2008 and R2 Diagnostic Information Queries -- Glenn Berry -- December 2012 -- Last Modified:...
View Articlewmi query in case of sql named instance
HiI have a piece of c++ code that connects to sccm server. What i do is that i run WMI query ( SMS_SCI_SiteDefinition) to get the host and database name and then use SQLDriverConnect function to...
View Articlemonitoring tools
Hi Gurus,i wanted to know whether monitoring tools are monitoring a database or whole instance.please tell me what are metrics that are captured in terms of database and metrics captured in terms of...
View ArticleRe:Recovery Model :in system databases..
Hi,in general Model database Recovery Model is :Fulllike Master Database ,Msdb Database those are default full recovery modelBUT Temp Database is always in Simple recovery model .WHY?Thanks,Purna...
View Article