08Jan
08Jan
31Dec
Scalable Solutions by Nile Bits Take Care of The Business Needs of Today: GoodFirms
Nile Bits is a proponent in the software development field that has etched its name in the good books of GoodFirms. About the Company Nile Bits, founded in 2014, located in Canada and Egypt, offers the best and most effective software development, testing, and mobile app development solutions. The company offers full-cycle services...
18Dec
How to manage when you’re between jobs
Has the COVID-19 crisis left you without a job? There are few things more anxiety inducing losing your job unexpectedly. You suddenly have the pressure to find new work, keep your household moving, and make ends meet without a consistent income. The added stress of facing a pandemic only makes...
16Dec
15 things you should do at an interview
Arrive on time or early but not too early.Dress formally, this would give you a self-confident.Be polite to everyone in the office.Act confident, but not overconfident.Give the appearance of energy as you walk.Do not forget to smile.Shake hands firmly and stand until offered a chair.Look to the interviewer in the...
15Dec
15 things you should not do at an interview
Do not be late or overdressed. For women wear only light perfume, make up, and jewelry.Do not forget to bring a copy of your resume.Do not smoke or chew gum, even if the interviewer does and offers you either.Do not answer with a simple "yes" or "no".Do not over-answer questions...
07Dec
02Dec
How to apply or execute a T-SQL command to every database in your server
We talked before on How to apply or execute a T-SQL command to every tables in your database.Now we are going to have a quick look on the same but for databases not tables …There is a handy undocumented stored procedure that allows you to do this without needing to...
01Dec
26Nov
How to execute a T-SQL command to every table in SQL Server database
sp_MSforeachtable is a stored procedure that is mostly used to apply a T-SQL command to every table, iteratively, that exists in the current database.Examples on how to use it:1-Perform an unconditional reindex over all tables in the database:EXEC sp_MSforeachtable 'DBCC DBREINDEX(''?'')'2-Truncate all tables in the database:EXEC sp_MSforeachtable 'TRUNCATE TABLE ?'3-Get...
12Mar
Coronavirus (COVID-19) Announcement
Since Nile Bits always put the safety of its employees first. Also Nile Bits aware of its responsibilities towards our community and its safety to prevent further spread of Coronavirus (COVID-19).Therefore, Nile Bits decided to allow work from home for all its employees. We worked on enhancing our working remotely...

