Background image and fireworks with databases sql
Background image and fireworks with databases sql
=========
Fireworks MX: Removing a Background from an Image - Bitmap Selection Method
======
Open an object or image that has a solid background you’d like to remove
Select the Magic Wand Tool (W)
In the Property inspector set the Wand Tool’s Tolerance to 20 and the Edge to Anti-Alias.
Click anywhere in the white area to select the background. You may need to click and hold the Shift Key to create more than one selection. Sometimes the white background is not contiguous because the object covers a larger portion of the canvas.
Click Delete to remove the background
Import a new graphic (Control-R or Command-R) for the background or click and drag your image on to another open document in Fireworks
I had to create a new document cut the object from the old and paste it in the new.
Once pasted I exported as a gif using Alpha Transparency and export preview.
=============
Show all tables in all databases in MSSQL
==============
EXEC sp_MSForEachDb ’select TABLE_CATALOG, TABLE_NAME from [?].INFORMATION_SCHEMA.TABLES’