Here's a few of the new posts today on the forums. To see more, visit the forums.
|
SQL Server 2017 - Administration |
Log File Growing - Hi, We have a database that has 50GB of data, 99% of which is in one table. In this table there are 31,004,447 records, the developer is running a query to remove all records older than 15 days. This query should delete all the records as there are no records less than 15 days old. […] |
SQL Server 2017 - Development |
aggregate value by group - Hi, I have the following table: create TABLE test ( [Claim ID] int NOT NULL, [Damage ID] int NOT NULL, [Location ID] int NOT NULL, [Seq Num] int NOT NULL, [Reserve Date] datetime NOT NULL, [Reserve amt] Decimal(18,2) NOT NULL ) insert into test select 668835, 631560, 36225627, 1, '06-09-2014', 20000 UNION ALL select 668835, […] |
SQL Server 2016 - Administration |
Alerts/Notifications to External Email Address - We have a new SQL Server 2016 setup that we are migrating our SQL Server 2008 into. We do not have in house SQL admins so we have a consultant doing this work for us. I have an odd behavior with email. I am able to test the Database Email to my work email, and […] |
SQL Server 2016 - Development and T-SQL |
Query - How to show below result in sql ID=205&SID=1005&TID=3 ID=25&SID=1005&TID=3 ID=2&SID=1005&TID=3 ID=2006&SID=1005&TID=3 Result 205 25 2 2006 |
Administration - SQL Server 2014 |
Lost relationships - This seems kind of weird, and I've never even heard of it happening to anyone, but it happens to me fairly regularly - SQL Server loses the relationships between some tables. I'm newly using 2014, and used 2008 R2 for many years previously. It happens in both. I have no idea when or why, but […] |
Sudden PLE drop - Hi Experts, We are observing sudden drop in PLE. Buffer cache rit hatio, check point pages/sec ,lazy writes/ sec are all normal. I tried running trace to find if any query causing issue but didnt find any. The DB is getting logged from BizTalk servers. Can you guide me on how to troubleshoot this? |
SQL Server 2012 - T-SQL |
Create a view... - hello, i have a customer table and than a customer group group table which is basically grouping customers Than i have a table price like: cust1 item1 price cust2 item2 price cust3 item2 price cg1 item5 price where cg1 is a group and has cust1 and cust2. I need to create a view with the […] |
SQL Server 2019 - Administration |
Multi-Server Maintenance Plans in SQL Server 2019 - Hello all! I hope you're all staying safe and well! So I've set up Multi-Server Administration in my environment so that I can just quickly add new target servers to my already created Maintenance Plans. I've created a Multi-Server Maintenance Backup plan to backup user databases nightly. However, it doesn't seem to be intelligent enough […] |
SQL Server 2019 - Development |
Help me develop my skills - Hi Guys, I'm hoping for a little advice and please delete if this is not relevant here. I've been involved in Data analytics and MI reporting for quite some time but predominately I have used SSMS, Excel, Access as my main tools. I'm very keen to upskill and I was wondering if someone could give […] |
Reporting Services |
SSRS Optional Parameters - Is there a way to have optional parameters without having the parameter property set to Allow null value? In other words I have a report that they want to pick either by Month and Year parameter or Begin Date and End Date Parameter. |
Using Text Boxes, no table, with more than one data row. - Good morning. I'm not really sure how to write the title so let me explain my issue. I have a two page SSRS report with Text boxes and Expressions. It is a summary of benefits and pay for an individual employee and works great. I used Text boxes because of the layout, how it appears, […] |
Integration Services |
SSISDB Encryption - Password not available, Master Key not open - Hi all, I now have an instance of SQL Server 2019 where the SSISDB database that holds the SSIS Catalog, does not have the master key open, and we don't have the password. There's no way to get the password, as the only personnel that might have known it have departed. Thus while I can […] |
Security and Auditing |
TDE and Transaction Logs - Howdy, Question: Is it possible to decrypt a Transaction Log taken off a database against which TDE is applied? Context: Business is transferring a portion of functionality to an outsourcer, this requires us to shift a substantial quantity of SQL data in a short timeframe. We'd like to use a delta approach to minimise the […] |
Employers and Employees |
short & part time contracts - So I'm interested in finding short term contracts or the kind of work where I can be on call for issues & upgrades on a contract basis or a couple of days a week. Over the course of my career I have found that a full time DBA or developer is often not required and […] |
Microsoft Access |
ACCESS Expression convert to SQL - Need help on writing an expression created in ACCESS in SQL. I am new to SQL so bare with the long written queries. I think I need everything spelled out so I can get a good grasp on the basics. I am at a lost with trying to figure out how to even begin re-writing […] |