Multiserver environment account
What is the best practise as to choosing an account that will be used to set up a multiserver environment?For instance, I'm the DBA my account is an sa in most servers. Should I use my domain account?...
View ArticleMaintenance plan log transaction sqlserver
Hi, when I create a backup log transactional in Maintenance plan, I dont know how create a back transactional in function of backup complete.
View ArticleLinked server in SSMS return error "Requested conversion is not supported."
Hello,I'm trying to connect to Mongo database from Microsoft SQL Server Management Studio.I created linked server which use ODBC for connecting to remote server with Mongo. For ODBC driver I use Simba...
View ArticleUsers, Master or Specific Catalog
i was wondering what is the difference between attaching a catalog user to Login on Master catalog or to a specific Catalog,is it so that if i add user to master catalog would this user be applied to...
View ArticleUsing Clustered Storage on DFS - SQL Server reports insufficient space
We have a Clustered Storage Space setup within our DFS at \\ournamespace\shares\sofs. This server has 9TB of space, but the namespace root has only 100GB. When trying to migrate/restore databases...
View ArticleLIinked Servers: OPENQUERY and maximum length of the string
I'm using Linked Servers to connect to Mongo database from Sql Server Management Studio 2014. I download ODBC driver for Mongo and in DSN configuration I set 7999 as a maximum string length.Then in...
View ArticleSQL Server Policy Based Management Condition 'conditionname' cannot be used...
Using SQL Server 2008 R2, I am trying to create a condition to be used as a filter at the database level. So for each database, I would like to test the presence of a Database Extended Property using...
View ArticleISA Server logs to SQL Server
Hello Everyone,We are working to move ISA Server 2004 Logs to SQL Server 2012. Everything configured fine. After applying changes to ISA Server and restarting its services, firewall gets stopped....
View ArticleFind list of database size in instance and each and every database table size...
I want to do small project with T-SQL Script for maintain SQL server instance smooth-way.My condition are for project.1). I want find top 5 db size in instance.2). find more space used tables, selected...
View ArticleHigh Memory Utilization in SQL Server
Dear all,we have seen a situation in a SQL server 2008 r2 installed in windows 2008 R2. according to the resource monitor server uses 10 to 15 GB of memory but in resource explorer it shows as the...
View Article[SQLSTATE 42000][Error 4834] - SQL Agent Job failing
Hello, I have started getting the below error message on a bulk insert job that has been running over several months. Error is:Executed as user: domain\svc_sql. You do not have permission to use the...
View ArticleSSMS 2012 crashes when opening new query on instance with Failover Clustering...
Hi,I'm trying to start a new query in SSMS, but every time I click the "New Query" button on the tool bar or open a new query window by Object Explorer -> right-click -> Script as -> New Query...
View ArticleMove system DBs -- Permissions on default data directory
Hi. I installed SQL 2008 R2 using the default directories except located on D: instead of C:. Now I need to move system and data DBs. The current path for data and logs is: D:\Program...
View ArticleNetwork protocols are not showing in sql server network configuration manager
Hi,We are running 64 bit SQL server 2012 SP1 version. Everything was working fine but suddenly SQL server network configuration showing blank.So please suggest how do I get it back.
View ArticleMaintenance Plan - Tasks are not executing in the order they were created
I've created a new maintenance plan to perform differential backups but the tasks I created don't necessarily seem to execute in order all the time. These are the tasks and order assigned when I...
View ArticleSQL Authentication Account as dbo and service account
Hello, I am a Rookie DBA and been asked to create a Database and create a SQL Authentication service account which will later be used by Firewall and Web team to allow traffic. My understanding was...
View ArticleHow set auto growth file for 500 GB Database
HiWe have 500 GB database every day its grow by 18 GB.can you please advice me how Can I set auto growth file in MB or percentages?Thanks in advance.
View ArticleSQL query returns few rows, but holds on with several Gbs of RAM memory used
If I perform the following query:SELECT d.DocumentGUID, d.DocumentID FROM ImportDataBase.dbo.Document d LEFT OUTER JOIN ContentDataBase.dbo.Document d2 ON (d.DocumentGUID = d2.DocumentGUID) WHERE (...
View ArticleJob owner are set to users those no longer with the organization
Hello, I was reviewing the currently list of job owners in my organization and found a lot of them are set to users or people who have left the organization. Could anybody advice if there would be any...
View ArticleMultiserver environment account
What is the best practise as to choosing an account that will be used to set up a multiserver environment?For instance, I'm the DBA my account is an sa in most servers. Should I use my domain account?...
View Article