Posts by Marcus Silva • 51 points
5 posts
-
1
votes3
answers3810
viewsA: What is the difference between a View and a Stored Procedure in SQL?
View is a query stored in your database, as the stored Procedure is a stored procedure. In View, you have a query that returns some result. The stored process contains a process, which can be backup…
-
0
votes2
answers1212
viewsA: Figure out which column would be truncated (date would be truncated)
Open Sql Server Provider, take the query and open it in sql manager and try to run it in interactive. There it gives you the error line.
-
2
votes1
answer113
viewsQ: Convert text to image using Zend Framework
Doubt: There is another way to convert text into image PNG other than by **ImageMagick**? We are using the Zend Framework. I installed the module [Php5-imagick][1], but it took a lot of work and I…
-
1
votes2
answers594
viewsA: Php5-Imagick - Installation error in debian 7
Thank you to all who will contribute. The problem was that he needed to uninstall php5-cgi, then install "Image Magick" and its module to php, but for this he asks to uninstall some module, among…
-
1
votes2
answers594
viewsQ: Php5-Imagick - Installation error in debian 7
I didn’t find any reference to what the error might be when I try to install a php module (Php5-Imagick) root@SMSA443:~# apt-get -f install php5-imagick php5-cgi Returns the message: root@SMSA443:~#…