Here's a few of the new posts today on the forums. To see more, visit the forums.
|
SQL Server 2017 - Administration |
Permissions to Run CLR Assembly - This is my first time dealing with CLR assemblies and we have setup some CLR assemblies in one of our databases and created some stored procedures to access these assemblies. Now I need to give a particular user permission to run these stored procedures. I have granted EXECUTE on the stored procedures but this user […] |
SQL Server 2016 - Administration |
Understanding and Improving Query Plans - Hi everyone. I have a process that is taking a long time to execute 12 hours down from 16 after addition of index and maintenance. There are about 180+ million records of financial info in this table (the last 4 years). Theses records cannot be archived just yet. Running an invoice process is taking longer […] |
change data capture errors cdc_errors - The cdc capture job ran into errors on our prod server. The error reporting in dm_cdc_errors is Cannot insert duplicate key row in object 'cdc.CI_dbo_valuation_CT' WITH unique index 'CI_dbo_valuation_t_CT_clustered_idx'. The duplicate key value is (0x005e624e00063c60002c, 1, 0x005e624e00063740005c, 2). The index definition is on the following columns. The following selects shows that there is already a […] |
Do I need to update statistics after compressing table? - I page-compressed a table with one Clustered and 4 non-clustered indexes, 5 million rows. Do I need to do any update statistics , rebuild, etc. ? Before the table is fully ready for production operations. Or is it ready to use right after compression? |
SQL Server 2016 - Development and T-SQL |
Partitioning table techniques which one is best way? - Hello All, I am about to do partitioning for my DW tables based on datetime and left range partition for every year. If we partition with one file group for each year scheme is best or different filegroup & file(.ndf) for each scheme? Which is the best way to handle this trillion records table? |
Administration - SQL Server 2014 |
backup for 25 databases - What is the best way to backup 25 dbs ? Take into accnt I'm doing daily full (25 files), hourly diff (10 files - 10 hours per day), 15 tran log (4, because of 60 minutes). planning to store all the files in one folder. (Let me know if there is a better […] |
Compression: should I compress the entire table or each index indivitually? - Should I not even bother compressing non-clustered indexes? OR if I do, should I do one buy one non-clustered indexes? Or they won't get compressed? what if my table does not have clustered indexes? it only has a composite primary key, non-clustered. And a dozen of nonclustered indexed. Should I then not consider such table […] |
SQL server agent stop working (the server threw an exception [0x80010105]) - Hi, I have cluster SQL (2008) running under windows server 2008. The cluster is working file for both nods. The SQL server agent stop working. I got an error 1069 which is related to failure in login (I did not change the password for SQL or windows). I tried to reconfirm SQL password in SQL […] |
SQL 2012 - General |
MAXDOP and cost threshold for parallelism settings - Hi All, On one of our newly migrated sup-prod azure vm which is running on SQL Server 2012 EE, we are seeing high 100% CPU. On further looking at server parameters, we see that "maxdop=0" and "cost threshold for parallelism=5" which is by default. From task mgr and perfmon it is evident that sustained 94% […] |
SQL Server 2012 - T-SQL |
Convert date value - Hi, I have a requirement to convert a date value like '7th March 2020' to '2020-03-07'. However, the problem is the datatype for the date column is varchar and this needs to be achieved in SSIS. Can somebody please help on this ? Thanks. |
SQL Server 2019 - Administration |
Developer Edition - I am proposing to the business that we use SQL 2019 Developer in our non production environment mainly in DEV or Test and don't want to pay for Enterprise Licenses for all of these environments. What disadvantages would be there with developer edition in DEV? Please advise? Thanks in Advance! |
How not to have sql to restart on the same node but failover on 1st failure in a - Hi, By default sql tries to restart on the same node in case of a failure, next it does failover. Personally I am good with the default behavior , but I am being asked a interesting question - is it possible to have sql NOT try a restart on the same node and just failover […] |
SQL Server 2019 - Development |
PIVOTing only selected rows - Hi, I have the following table: AA | BB ======= 1 a 2 b 1 c 2 d 1 e 2 f -------- I would like to obtain the following result table: AA | BB | 2 ========= 1 […] |
SSDT |
Common schema in different Databases - Hi, I need to include a very simple schema in all of my database projects. It will have 3-4 tables to log some special events. I want to include it on my current projects, but keep a single definition. Is there a simple way to obtain that? I know I can reference a datpac or […] |
COVID-19 Pandemic |
Daily Coping Tip 7 Apr 2020 - Daily Coping Tip: Rediscover your favourite music that really lifts your spirits. My thoughts: https://voiceofthedba.com/2020/04/07/daily-coping-7-apr-2020/ |