
How to reduce the database size after deleting huge amount of …
Oct 17, 2014 · I would also select about 20% the current size of the data as available free space after the shrink so the data has room to grow without causing auto file growth.
How to upload excel file using SSIS with out Excel installed on thes …
Aug 5, 2015 · The Excel connection manager uses data provider to connect and read and write data to Excel data sources. There is no need to install Microsoft Excel on the server. The data …
Export Data to new Excel File without using XP_CMDSHELL
Nov 20, 2014 · As other post, you can use SSIS and Import/Export wizard to export data from SQL Server to Excel. Besides the two methods, you can also export data to Excel by using …
Export SSRS report to Excel with formulas
Mar 6, 2020 · Instead of generating a report in SSRS and exporting the report to Excel, create the Excel spreadsheet and pull the data from SQL into Excel. This would allow you the ability to …
Transaction Log file does not shrink - social.msdn.microsoft.com
Oct 14, 2012 · Pls. dont shrink your log file, if you take regular t-log backups chances are your workload needs this much t-log size, shrinking wont help you much rather give you a dent in …
How to fix this 'The transaction log for database …
Aug 8, 2020 · LOG_BACKUP - if this shows, the system allow you to shrink the log file when you take log backup. This will clear the committed transactions from the Log file which will release …
Can I create a SSIS package to get only row 12 to row 123 from an …
Nov 21, 2018 · I have an excel file (report which is scheduled into shared folder daily) which has around 300 rows of data but I need data only from row 12 to row 123 which has to be inserted …
Create .mdf file in code - social.msdn.microsoft.com
Jun 1, 2011 · How do I create a .mdf (SQL Server Express) file in code?
convert data into code - social.msdn.microsoft.com
Feb 17, 2014 · But i dont want distribute excel file (source file) to users. So we more prefer to run in exe (data manipulations) create new table . Thanks.
Unzip file with password using SharpZipLib
Jun 3, 2021 · Allowable values are 0 (off), 128 or 256. // A password on the ZipOutputStream is required if using AES. // newEntry.AESKeySize = 256; // To permit the zip to be unpacked by …