Skip to content

MullOverThing

Useful tips for everyday

  • Home
  • Guidelines
  • Popular
  • Miscellaneous
  • Helpful tips
  • Contributing
  • Blog
  • Home
  • Guidelines
  • Popular
  • Miscellaneous
  • Helpful tips
  • Contributing
  • Blog

  • January 31, 2019Contributing

    Is there a faster way to shrink a database?

    Is there a faster way to shrink a database? The last time I did a shrink using SQL Server Management Studio, it took a few…

    Read more
  • January 31, 2019Guidelines

    How do I calculate age in MySQL?

    How do I calculate age in MySQL? Always use CURRENT_DATE with dob to calculate the actual age . DATE_FORMAT(FROM_DAYS(DATEDIFF(CURDATE(),’1869-10-02′)), ‘%Y’)+0 AS age; Above MySQL query…

    Read more
  • January 31, 2019Contributing

    What is SQL Server logical name?

    What is SQL Server logical name? Logical file name of SQL Server data or log file is to refer the file inside SQL Server scope…

    Read more
  • January 31, 2019Popular

    How do I check permissions on an Oracle package?

    How do I check permissions on an Oracle package? Access control for system views and supplied packages Use the following command to see the list…

    Read more
  • January 31, 2019Contributing

    How do I find the error code in SSIS?

    How do I find the error code in SSIS? How to get error description in SSIS dataflow Choose the ErrorCode from the available Input columns.…

    Read more
  • January 31, 2019Helpful tips

    How do you update NULL?

    How do you update NULL? UPDATE [table] SET [column]=0 WHERE [column] IS NULL; Null Values can be replaced in SQL by using UPDATE, SET, and…

    Read more
  • January 31, 2019Helpful tips

    Which failover type is supported under the asynchronous commit availability mode?

    Which failover type is supported under the asynchronous commit availability mode? forced failover The only form of failover supported by asynchronous-commit mode is forced failover…

    Read more
  • January 31, 2019Miscellaneous

    What is SQL Server capacity planning?

    What is SQL Server capacity planning? Capacity planning isn’t just figuring out how much disk space we need, it also involves the resources that a…

    Read more
  • January 31, 2019Blog

    How do I add a NOT NULL column to an existing table in DB2?

    How do I add a NOT NULL column to an existing table in DB2? Procedure To add a column, issue the ALTER TABLE statement with…

    Read more
  • January 31, 2019Popular

    How the float data type values can be stored?

    How the float data type values can be stored? In this case, the value is stored in its approximate form with the least significant digits…

    Read more

Posts pagination

Previous 1 … 72,363 72,364 72,365 72,366 72,367 72,368 72,369 72,370 72,371 … 74,181 Next

Pages

  • Contact us
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

Copyright © 2021 mulloverthing.comPowered by Nutmeg

We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok