Tips: How to move databases using the ALTER DATABASE

By using the ALTER DATABASE statement, you can move any system or user-defined database files except for Resource database files. In order to move the files, it is required to specify the current logical name of the file and the new file path. Moreover, that should include the new file name. Make sure that you can move only the file at a time in this manner.
You can follow the following steps to move data or log files to a new location.
1. Get the logical name of the data and log files associated with the database by typing the following:

USE master
SELECT name, physical_name
FROM sys.master_files
WHERE database_id = DB_ID(“Personnel”);

Read the rest of this entry »

Software: PDF Batch Print Helper for a quick and a batch printing

You can use the PDF Batch Print Helper tool for a quick batch printing of PDF documents to any printer device. Besides, you can have an affordable way to batch the print the PDF documents. You can also control the printer when you wish to perform a multiple printing tasks for the PDF documents.


Read the rest of this entry »

Google: Google recalls your old passwords

You can get the following message “Your password was changed X days ago. Didn’t change your password?” and links to the following article. This will happen when you try logging in your account after changing your Google account’s password.



Read the rest of this entry »

Features: Google brings its Graphing Calculator

Now, it isn’t required to use Wolfram Alpha to plot Math graphs as Google has shown an interactive graph when you search for a Math function or a list of functions separated by commas. “You can zoom in and out and pan across the plane to explore the function in more detail. This feature covers an extensive range of single variable functions including trigonometric, exponential, logarithmic and their compositions, and is available in modern browsers,” explains Google.


Read the rest of this entry »

News: Google brings image search for the tablet interface

Google has started evaluating a new tablet interface for the image search engine. The new tablet interface works with a carousel that lets you browse through the image results, just like the search app for iPad. Therefore, Google has decided not to load the corresponding websites longer and to focus only on the images.


Read the rest of this entry »

Pages (747): « First ... « 5 6 7 [8] 9 10 11 » ... Last »