SQL agent job for SSISDB catalog packages
For configuring SQL agent job for SSISDB catalog job, I see there is a logging level drop down like basic etc.where is the log file stored, where I can view it?Also on the advanced tab, there is a SQL...
View ArticleStored procedure execution not behaving
Hi,I've been trying to configure a simple publication to replicate stored procedure execution as per...
View ArticleSQLCMD Login Issue
I have had 2 occasions where a batch, using SQLCMD on a SS2014 box has failed because the -U<username> does not have a -P. The password is null, and must remain as such for now. It is a read only...
View ArticleSQL lite to MS SQL migration
I've had a search and can't find any previous forums which were completely answered so I've decided to start a new one to hopefully not confuse people.I've got a few files which are from SQLite...
View ArticleCombining Queries
Good day experts,I have two sql quiries that i want to combine so that they can bring one result.Please help how can i do that.The quiries are as followsA) select a.SiteName, a.Hostname, a.FreeSpace,...
View ArticleSSAS not starting on a Cluster
I had to make a change to the Clustered Disk. Basically we put to much disk on the Cluster and I needed to move everything to the new disk. :hehe:I stopped all of the Services, added the Clustered...
View Articlerecover the data
can you guide me how to recover the dataThe full back up was taken at 7:00 AMUsers did the work till 4:30 PMRecords were deleted at 4:45 PMI want to restore all the records deleted at 4:45 PM
View ArticleIdentifying Enterprise Edition instances that are not using any Enterprise...
I need to identify which of my many Enterprise Edition instances can be safely downgraded to Standard Edition. My understanding was that I could check that with this DMV:[code="sql"]SELECT * FROM...
View ArticleBuffer Pool - Buffer Cache - Buffer Cache hit ratio (Confusion between three)
What i know is Buffer Pool: It is a large portion in SQL Server where it is a collection of 8KB Buffers which allocates memory for data, free pages and query plan cache.so now i got a question that...
View ArticleLog Shipping Error on Restore for One Backup but Subsequent T-Log Backups...
I have a Log Shipping config between two SQL Server 2014 Standard Edition instances that periodically has the following error. "The backup data at the end of "\\Path\.trn" is incorrectly formatted....
View ArticleSSRS, AlwaysOn and Scale-Out Deployment
Morning All,I've got a 4 node AlwaysOn arrangement.Currently SSRS is installed on, and run entirely from the 4th node (N4).N4 hosts the reportingservice database and reportingservicetempdb.N4 also...
View ArticleInsert failing in database
Msg 537, Level 16, State 3, Line 16Invalid length parameter passed to the LEFT or SUBSTRING function.We have a proc which inserts data into a table, selects from a view. This procedure fails with the...
View ArticleSSMA for Oracle v 6 missing most of its objects
Hi AllUnless I missing something here most of the objects from are missing from SSMA for Oracle v 6 compared with SSMA for Oracle v 5.3--Results from ssma for oracle 5.3use sysdbselect COUNT(*) from...
View ArticleYour thoughts on dropping redundant indexes...
A coworker and I are looking at cleaning up the indexes on a few of our production databases. An obvious 1st place to start is to find and remove duplicate indexes. So, no issues there.What I want is...
View ArticleLocation for File System Stored packages in a cluster?
I'm upgrading some servers to SQL Server 2014, using CSV for the storage.Per a lot of things online, I'm installing Integration Services on the nodes, and have reconfigured it to use the virtual name...
View ArticleNetwork waits and diagnosis of what sends waits high
HiI have an SQL Server on a VM which experienced a very high block of Network IO wait time for a period late last week.The data files are on a Netapp Filer SSD and what I want to know is if the Vm has...
View ArticleBackup Failing
Good day Experts,I have that a job which backs up all databases.All of a sudden the job is failing and when i check the logs for errors i get :"Msg 9001, Sev 21, State 1, Line 1 : The log for database...
View ArticleNeed details on SQL Server 2012 - Licence Quantity
Hi,we have SQL Server 2012 software of Enterprise and Standard Edition.1. Microsoft SQLSvrEnterpriseCore Sngl Licence/SoftwareAssurancePack OLP 2Licences LevelC CoreLic - Quantity 32 2. Microsoft...
View ArticleTable Size & Page Count
Hi Experts,Observed one table with very high page count but the size of the table is very small. Can you help us understand why?Table Sizez:840 KBPage Count:81898Table got a column with datatype...
View ArticleSQL Server 2014 Connectivity
Hi,There are three SQL 2014 instances in my LIVE box, one runs in 1433, other in 1434 and next other in 1435. I am able to connect SQL 2014 in 1433 port one. But I am unable to connect in 1434 and 1435...
View Article