Here's a few of the new posts today on the forums. To see more, visit the forums.
|
SQL Server 2017 - Administration |
ANGEL****https://livelwatch.com/golovkinboxingfight-live/ - dsadfedehttps://livelwatch.com/gggvsderevyanchenkoboxingfight-live/ https://livelwatch.com/watchgggvsderevyanchenkoonline/ https://livelwatch.com/gggboxingfight-live/ https://livelwatch.com/golovkinboxingfight-live/ https://livelwatch.com/golovkinvsderevyanchenko/ https://livelwatch.com/derevyanchenkoboxingfight-live/ https://livelwatch.com/golovkinvsderevyanchenkofreeonline/ https://livelwatch.com/golovkinvsderevyanchenko-live/ https://livelwatch.com/gggvsderevyanchenko-live/ https://livelwatch.com/derevyanchenkovsgolovkin/ https://livelwatch.com/derevyanchenkovsgolovkin-live/ https://livelwatch.com/gggvsderevyanchenko/ https://livelwatch.com/gggvsderevyanchenkolivestream/ https://livelwatch.com/gennadiygolovkinvssergiyderevyanchenko-live/ https://livelwatch.com/sergiyderevyanchenkovsgennadiygolovkin/ GGG vs Derevyanchenko Boxing Fight Live Watch GGG vs Derevyanchenko Online Live https://liveswatchlive.com/gggboxingfight-live/OSAKA*____*https://live-gamei.com/golovkinvsderevyanchenko-live/ Golovkin Boxing Fight Live Golovkin vs Derevyanchenko Live Derevyanchenko Boxing Fight Live Golovkin vs Derevyanchenko Free Online Live Golovkin vs Derevyanchenko Live GGG vs Derevyanchenko Live Derevyanchenko […] |
Job History Data - Hey, I'm trying to figure out why I'm only seeing 4 days of history on my backup job with exec sp_help_jobhistory. I'd like to see 15 days. I use Ola Hollengren's backup and I have my cleanup time set to 168 hours, but I think that is for cleaning up the backup files themselves and […] |
SQL Server 2017 - Development |
Insert forum posts/threads in the DB table - I would like to insert a forum posts/threads in the database and then be able to manipulate them. What programming language do I need to use to insert these posts/threads in the database table? |
How to return lowest level parts from BOM - i am trying to sort out a recursive CTE that expands a bill of Materials. I am trying to get just the lowest level parts to create a Shopping List. The cte works okay but how do I return just the lowest level parts and not the intermediate parts? |
SQL Server 2016 - Administration |
Error while creating clustered index - Hi Experts, While trying to create a clustered idx on a HEAP Table, we are seeing below error. How to avoid this error. This Table is originally a HEAP and now we wanted to remove fragmentation (~25Gb), so tried creating clustered on this table using SSMS. It is throwing Timeout error. How to fix this? […] |
rebuild is failing - Hi Experts, One of the HEAP table rebuild operation is failing in one of our dev env. Have some few questions, kindly help. >ALTER TABLE HeapTbl REBUILD; There is a HEAP table which has 88% fragmentation and it is around ~25GB. The table also contains LOB datatypes columns as well. When we try to rebuild […] |
Vendor recommendations - Looking for which option for stats update would be best - Running SQL 2016 Enterprise on Windows 2016 We upgraded to a new version of this product and having slowness issues. The vendor keeps running their tool and tells us sample percentage needs to be 100% for all statistics. The problem is the auto update statistics keeps updating them and so they are not 100% We […] |
partition table design issue - Hello there - really need help with a design issue for partitioning. Almost all examples I've seen uses dates, but in this case, I'm partitioning based on a Part ID or group of Part IDs and having problems figuring out how to add a new filegroup to a scheme properly upon the movement of a […] |
SQL Server 2016 SP2 CU9 - WFC Failover failing - Could someone please help me with this question? Originally posted on: https://dba.stackexchange.com/questions/250187/sql-server-2016-sp2-cu9-wfc-failover-failing I have updated my SQL Server 2016 on one of my Windows Failover Cluster nodes successfully. When I attempted to failover one of my SQL instances onto the newly patched node, SQL Server service fails to come online. These are the errors that […] |
SQL Server 2016 - Development and T-SQL |
MSDTC issue on SQL Server clusters - Dear All, I have sql server 2016 with 5 clustered instances on the box. We are using Local DTC for these. currently we have DB's on 2 of these instances. But problem is MSDTC is working on only 1 instance at a time. When we reboot the server, the issue is resolved on 1 instance, […] |
Administration - SQL Server 2014 |
error while adding db back to always on - Hi, we configured alwayson with 15 dbs in sql 2014. we configured full,diff and log backups. due to some reason the yesterday all log backups failed. due to this the logs grown hugely. i fixed the log backup drive.after taking continuous log backups and shrinking the log files three of the dbs logs were huge […] |
SQL 2012 - General |
SQL query to return only voided records unless they exists once - Hi i am running: PL/SQL Developer Version 9.0.4 Oracle database 12C My issue is that i cant figure out how to make a query that will keep all the green records but exclude the red one, we have had some unfortunate registrations in our DB so instead om people moving records they have used […] |
SQL Server 2012 - T-SQL |
Checking if a value has been set/changed in week/month from audit table - Greetings, I'm struggling to find a solution to find when a value is set or changed to specific value (12 in the supplied example) within a time period (month for instance). Unfortunately the audit table, holds many different status values, with a new record written any time one the status column values change. It could […] |
Reporting Services |
Label Printing (Contacts) - Dynamics 365 Online - Greetings! I am using MS Dynamics 365 CRM online and I need to achieve label printing functionality to print name and address of contacts from my table in to MS Word using SSRS. This after proof reading will be printed on a pre-designed A4 size stationery that has 10 rows and 3 columns and can […] |
Reporting Services 2008 Development |
Move column data from "main record" to another row - This report contains a patient's antibiotic dose along with the two most recent lab results. The two lab results cause a duplicate row with the patient's antibiotic information. I want the report to only list one record for the antibiotic and then on a separate row(s), have the lab results. See image. The yellow highlighted […] |