Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Nothing is Bug Free software Blog  > 

2019-09-24 10:51
Use below script to shrink T-LOG files. This script will shrink the log file which is larger than the value of the variable "@LOG_SIZE_LIMIT". You can change it to meet your requirement.To r… Read More
2019-09-24 10:39
Using the below script we can take all databases backup with one command!!You can check my other post BACKUP STATUS to know the current DB backup status. exec sp_msforeachdb 'use [?];IF ''?… Read More
Check Database Backup History, SQL Server
2019-08-19 07:46
Always I like to use below SQL to find the backup history either DB backup or LOG backup. this is very handy and useful.By this SQL you can find the backup DB name,  date-time when the… Read More
2019-04-16 20:11
In our day to day work in SQL Server, we have to restore the database frequently. But the problem is the users which are also restored with the bak file and remain unmapped. In that cas… Read More
2019-03-28 12:12
Sometimes we need to read Dirty / Uncommitted records to confirm the changes made by other users.To read uncommitted records we have SET the Isolation level to read uncommitted. check below… Read More
2019-03-13 14:03
We can view job history using SSMS very easily. But when the amount of log is too high in count, SSMS got timeout exception to view the job history.For what, I always use below SQL to c… Read More
Grant Access SQL Server Agent, SQL Server
2019-02-08 06:04
When you need to grant the user to access (read/manage) "SQL Server Agent", you can do it using either using SSMS or tSQL.There are three (3) fixed database roles available under "msdb" data… Read More
How To Find The SQL Server Instance Name
2019-02-06 11:22
First, check that the SQL Server service is installed in the machine/server bu using "services.msc".For that, press WindowsKey+R to get the Run dialog. Then type "Services.msc". Then find th… Read More
2019-01-29 08:28
Control and Loop Statements in R.There are 2 types of Control/Conditional statements and 3 types of Loop available in R. see belowSee Also: Introduction to R/ Basic functions of RConditional… Read More
2019-01-25 13:55
To start programming in R, we have to understand the below topics first ...1. Variables/Objects with Data Types: like other programming languages, R also has Numeric (int & float)… Read More
2018-08-02 14:13
When you need to check the health or status of all INDEXs and need to REBUILD the required INDEXs depends on the Fragmentation level (%), you can get help from below SQL queries.In my exampl… Read More
2018-06-28 08:18
Sometimes we fall in problem when need to mirror multiple databases by using different Windows-Authentication and Certificate.in this case, we have to create Endpoint using both authenticati… Read More
Create DWH Dimension Dynamically
2018-03-07 15:28
Today I am sharing a procedure by which we can easily create a dimension for a data warehouse. this is very much dynamic and you know dynamic things are not so easy BUT I have tried to creat… Read More
Add Icon Into A SSIS Custom Task
2017-11-29 09:51
Let, we have already created an SSIS custom task named HelloWorldTask. now we like to add an icon.see my post to create the HelloWorldTask... also you can download my ready solutio… Read More
Install SSIS Custom Task
2017-11-27 12:48
i assume we have a dll of our SSIS custom task. in my other post, i have already share "how to create a SSIS custom task very easily".assume our DLL name is : TestTask.dllnow follow the… Read More
2017-11-10 11:33
I am using below code/class to split and zip a large amount/size of files using JAVA.I have tested this code/class on below - number of uncompressed files : 116 - total size (uncom… Read More
Easy FTP Access (FTP, FTPS & SFTP)
2017-11-10 08:39
We have to do many things to access FTP on our day-to-day works. sometimes we write the same thing many times for the same...Now, I am sharing my tool to upload/download/move/remove from/to… Read More
2016-02-04 15:31
This script is a parameterized stored procedure, [dbo].[DB_BACKUP_TO_DISK], to backup SQL Server Database (.BAK). Everything is to call this procedure with all parameters. See belo… Read More
2015-12-21 06:32
Execute SSIS package from C# / SSIS script with configuration file and/or preset variable value and get all types of messages/events from that package like information, error, warning etc.Fo… Read More

Share the post

Nothing is Bug Free

×

Subscribe to Nothing Is Bug Free

Get updates delivered right to your inbox!

Thank you for your subscription

×