...
Open it using a text editor
Modify the order of the columns, for example:
-- From
CREATE TABLE IF NOT EXISTS `Table1` (
`Column1` int(11) NOT NULL AUTO_INCREMENT,
`Column3` int(11) NOT NULL,
...
... to check:
Check the email message even exists:
Login to your Joomla Admin Panel
Navigate to Extensions > Language Manager
Click on the “Overrides” label
Click on “New” (but don’t create a ...
What?
This is a quick article on what I change the error page for Joomla websites to. I like a clean error page, for a demo visit http://www.joellipman.com/my_error_page.
Applies to Joomla 1.6.x, 1.7.x, ...
... exists. Just don't try to exceed your free quota:
Visit http://translate.google.com/manager/website
Sign in using your Google APIs developer's account (FREE).
Copy the JavaScript they give you (eg. ...
... 1964-08-08
How?
Precursor
You will need to be able to create the following view to generate random numbers on SQL Server.
-- Drop the view if it already exists
IF OBJECT_ID ('vwRandom', ...
...
WHILE EXISTS (SELECT 1 FROM @SQLTbl WHERE ISNULL(Execstatus ,0) = 0)
BEGIN
SELECT TOP 1 @tmpTblname = Tablename , @sql = SQLStatement
FROM @SQLTbl
WHERE ...
... I wouldn't need to post this note on my website.
Thinking outside of the box
Hooray for you non-sheep! This is what I've come up with:
-- Drop Stored Procedure if already exists
IF OBJECT_ID ( ...
... you need permission to create this function. Don't forget to GRANT permission to execute this function for whatever user/system account that will run it.
-- Drop the function if it already exists
IF ...
... c:\results_file.txt to %TEMP%\results_file.txt to send the file to your temporary directory instead of using the root c drive.
If you do not have c:\windows folder than find where "cmd.exe" exists and ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.