Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

SQL script | Topic profile

Topic profile page for SQL script. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: SQL script.
Topic "Sql script" was discussed 1,769 times on 180 sites in last 3 months
Search discussions, forums, images, videos, about "Sql script" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on sql script:

Posts by:  day  week  month 

 

Related topics:


sql script was discussed on the following sites:

www.oracle.com www.oracle.com - 472 www.oracle.com - site profile
Pentaho Community Forums Pentaho Community Forums - 147 Pentaho Community Forums - site profile
Joomla! Forum Joomla! Forum - 87 Joomla! Forum - site profile
Microsoft TechNet Forums Microsoft TechNet Forums - 84 Microsoft TechNet Forums - site profile
dBforums - Database Support Community dBforums - Database Support Community - 60 dBforums - Database Support Community - site profile

 

Related threads on sql script:

Oracle Problems with a sql script  dBforums - Database Support Community - site profile Oracle - forum profile  Go to this thread  Problems with a sql script
JensFudge Preparing a large SQL-script to Norways railroads 11:45...  Twitter / JensFudge - site profile JensFudge - forum profile  Go to this thread  Preparing a large SQL-script to Norways railroads 11:45 PM Apr 7th from web
EBS General Discussion
A sql script never ends  www.oracle.com - site profile EBS General Discussion
 - forum profile  Go to this thread  A sql script never ends
SQL and PL/SQL
How to add blob to a .sql script  www.oracle.com - site profile SQL and PL/SQL
 - forum profile  Go to this thread  How to add blob to a .sql script
SQL Server ODBC from a SQL script  SQL Server Forum - site profile SQL Server - forum profile  Go to this thread  ODBC from a SQL script

Latest threads on sql script:

Other SQL Server Topics
Started 3 days, 23 hours ago (2009-11-06 15:42:00)  by Jimbo
Hi, SQL 2005 Enterprise Edition (SP2) I'm having trouble running a SQL script generated via the SQL 2005 Profiler. I've set up a very simple proifle template to look for 'Crystal Report' SQL that runs for over 2 seconds in the mill - the only two filters I have on the template are 'Application name' and 'Duration'. When I run it in the Profile GUI, all is fine, and I receive the expect output....
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  Other SQL Server Topics  Other SQL Server Topics - forum profile
Thread:  Show this thread (3 posts) More from Running Profiler via a SQL script.  Thread Thread info: Running Profiler via a SQL script. Size: 761 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Running Profiler via a SQL script. :: Other SQL Server Topics :: SQL Server Forum"
orafaq_forum
Started 4 days, 9 hours ago (2009-11-06 05:07:00)  by orafaq_forum
Source: Twitter / orafaq_forum More from this site Twitter / orafaq_forum - site profile 
Forum:  orafaq_forum  orafaq_forum - forum profile
Thread:  Show this thread (1 post) More from looking for sql script guru.: Hi All, I got two oracle database ( schema)
data1 and data2 with tables. when data1 ... http://bit.ly/3HdbSc  Thread Thread info: looking for sql script guru.: Hi All, I got two oracle database ( schema)
data1 and data2 with tables. when data1 ... http://bit.ly/3HdbSc Size: 642 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "looking for sql script guru.: Hi All, I got  two oracle database ( schema) data1 and data2 with tables. w... :: orafaq_forum :: Twitter / orafaq_forum"
DB2
Started 5 days, 4 hours ago (2009-11-05 10:41:00)  by DBFinder
Hi Guys, How can I use -m switch in middle of my SQL script. I used this while running this script as Quote: db2 -mtvf DelRows.SQL But I need a few rows of long script to show me how many rows were affected. Code: : : ----need to switch m ON insert into trans_history select * from trans where trans_id < current date - 21 days; ...
Source: dBforums - Database Support Community More from this site dBforums - Database Support Community - site profile 
Forum:  DB2  DB2 - forum profile
Thread:  Show this thread (5 posts) More from How to use m switch in SQL script ?  Thread Thread info: How to use m switch in SQL script ? Size: 1,324 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How to use m switch in SQL script ? :: DB2 :: dBforums - Database Support Community"
Migration Workbench
Started 5 days, 11 hours ago (2009-11-05 03:03:00)  by user11126697
I have migrated from Informix to Oracle 10g using OMWB. I now want to drop all the objects that were created by OMWB using the drop.sql script that was created by OMWB. I am running drop.sql via the command window in pl/sql developer but get many error messages similar to the one as follows: ORA-01927: Cannot revoke privileges you did not grant...
Source: www.oracle.com More from this site www.oracle.com - site profile 
Forum:  Migration Workbench   Migration Workbench
 - forum profile
Thread:  Show this thread (3 posts) More from OMWB Drop.sql script  Thread Thread info: OMWB Drop.sql script Size: 1,240 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "OMWB Drop.sql script :: Migration Workbench
 :: www.oracle.com"
Wise Installation Development
Started 6 days, 14 hours ago (2009-11-04 00:00:00)  by Dame1701
Hi Guys, I have created in Wise Installation studio 7.0 an MSI installer which deploys a database to either C:\Program Files\Root6\Database (on 32 bit system) or C:\Program Files (x86)\Root6\Database (on 64bit system). The installer then runs an SQL Server script to attach the database: USE master; GO if (SELECT SERVERPROPERTY ('Edition')) = 'Express Edition (64-bit)'     BEGIN...
Source: Security | Symantec Connect More from this site Security | Symantec Connect - site profile 
Forum:  Wise Installation Development  Wise Installation Development - forum profile
Thread:  Show this thread (4 posts) More from Error 1321 - Insufficient Privilages when running SQL Script  Thread Thread info: Error 1321 - Insufficient Privilages when running SQL Script Size: 2,378 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Error 1321 - Insufficient Privilages when running SQL Script :: Wise Installation Development :: Security | Symantec Connect"
SQL and PL/SQL
Started 1 week, 1 day ago (2009-11-02 05:57:00)  by shabar
Hi CREATE TABLE pivot_table AS SELECT * FROM (SELECT EXTRACT(YEAR FROM hiredate) year, job, sal FROM emp) PIVOT (SUM(sal) FOR job IN ( 'SALESMAN' AS Sales, 'CLERK' AS Clarical)); In above script I get following error [1]: (Error): ORA-00933: SQL command not properly ended What could be the reason rgds shabar...
Source: www.oracle.com More from this site www.oracle.com - site profile 
Forum:  SQL and PL/SQL   SQL and PL/SQL
 - forum profile
Thread:  Show this thread (6 posts) More from SQL script error  Thread Thread info: SQL script error Size: 846 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SQL script error :: SQL and PL/SQL
 :: www.oracle.com"
jimmybondo
Started 1 week, 1 day ago (2009-11-02 00:02:00)  by jimmybondo
Source: Twitter / jimmybondo More from this site Twitter / jimmybondo - site profile 
Forum:  jimmybondo  jimmybondo - forum profile
Thread:  Show this thread (1 post) More from This 189 line pure sql script scares me... there is actual logic  Thread Thread info: This 189 line pure sql script scares me... there is actual logic Size: 474 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "This 189 line pure sql script scares me... there is actual logic    12:02 AM Nov 2nd    from  Twitterrific :: jimmybondo :: Twitter / jimmybondo"
Started 1 week, 2 days ago (2009-11-01 14:26:00)  by whk
I'm not a SQL guru but know how to run a script from the admin panel for the database. Since there is no admin screen to set default preferences, can someone please post SQL scripts I can run as admin that will do the following? 1. Set the answer to "Yes" for all users "Do you want to be notified via email when you receive a private message?" 2. Set the answer to "Yes" for all users "Accept ...
Security
Started 1 week, 3 days ago (2009-10-30 18:11:00)  by Joe K.
I numerous SQL Server 2005 database instances. Please help me with a t-sql script with login names that have following sysadmin,security, db_ddladmin,and db_accessadmin permissions within SQL Server 2005 database instance.
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  Security  Security - forum profile
Thread:  Show this thread (4 posts) More from t-sql script sysadmin,security, db_ddladmin,db_accessadmin  Thread Thread info: t-sql script sysadmin,security, db_ddladmin,db_accessadmin Size: 246 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "t-sql script sysadmin,security, db_ddladmin,db_accessadmin :: Security :: SQL Server Forum"
microsoft.public.sqlserver.security
Started 1 week, 4 days ago (2009-10-30 10:10:00)  by Joe K.
  I numerous SQL Server 2005 database instances. Please help me with a t-sql script with login names that have following sysadmin,security, db_ddladmin,and db_accessadmin permissions within SQL Server 2005 database instance.  
 

Hot threads on sql script:

markw_nz
Started 4 days, 20 hours ago (2009-11-05 18:30:00)  by markw_nz
Source: Twitter / markw_nz More from this site Twitter / markw_nz - site profile 
Forum:  markw_nz  markw_nz - forum profile
Thread:  Show this thread (2 posts) More from I need to come up with a script to filter the MS SQL server log files and
email me the results. Trawling through these is a nightmare.  Thread Thread info: I need to come up with a script to filter the MS SQL server log files and
email me the results. Trawling through these is a nightmare. Size: 714 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "I need to come up with a script to filter the MS SQL server log files and email me ... :: markw_nz :: Twitter / markw_nz"
            Programming
Started 1 week ago (2009-11-03 12:21:00)  by Seqqa
Hey Everyone, I’m after a Web Designer, PHP and SQL programmer I’m after someone that may have worked on a GPT (Get Paid To) and knows and understands how to integration a CPA system into the website I’m after a custom script, I have written up a brief development plan. I will need the script developing within 15-30 days and I have set a budget for this project at $1,000 payable via ...
Source: Webmaster Forum - Internet Marketing and Search En... More from this site Webmaster Forum - Internet Marketing and Search Engine Forums - site profile 
Forum:  Programming               Programming   - forum profile
Thread:  Show this thread (4 posts) More from WTH: PHP, SQL And Web Designer For Custom GPT Script - $1,000 Budget  Thread Thread info: WTH: PHP, SQL And Web Designer For Custom GPT Script - $1,000 Budget Size: 807 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "WTH: PHP, SQL And Web Designer For Custom GPT Script - $1,000 Budget ::             Programming   :: Webmaster Forum - Internet Marketing and Search En..."
            Programming
Started 3 days, 12 hours ago (2009-11-07 01:57:00)  by dotcomguy
a pm has been sent with our previous work and contact information look forward to speaking to you soon.
Source: Webmaster Forum - Internet Marketing and Search En... More from this site Webmaster Forum - Internet Marketing and Search Engine Forums - site profile 
Forum:  Programming               Programming   - forum profile
Thread:  Show this thread (4 posts) More from WTH: PHP, SQL And Web Designer For Custom GPT Script - $1,000 Budget  Thread Thread info: WTH: PHP, SQL And Web Designer For Custom GPT Script - $1,000 Budget Size: 103 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: WTH: PHP, SQL And Web Designer For Custom GPT Script - $1,000 Budget ::             Programming   :: Webmaster Forum - Internet Marketing and Search En..."
Started 4 days, 8 hours ago (2009-11-06 06:43:00)  by whk
Thanks Rick. I just updated the board rules to let people know that as a condition of signing up on the forum, they have to accept messages from the administrator.
SQL and PL/SQL
Re: SQL script error  - 6 new posts Read thread in new window
Started 1 week, 1 day ago (2009-11-02 10:09:00)  by shabar
Thanks Arunkumar Ramam that's what I need. cheers shabar
Source: www.oracle.com More from this site www.oracle.com - site profile 
Forum:  SQL and PL/SQL   SQL and PL/SQL
 - forum profile
Thread:  Show this thread (6 posts) More from SQL script error  Thread Thread info: SQL script error Size: 324 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: SQL script error :: SQL and PL/SQL
 :: www.oracle.com"
Programmation
RE: Pb sql script  - 5 new posts Read thread in new window
Started 2 days, 16 hours ago (2009-11-07 21:55:00)  by lewis34
De rien tu avais oublié de mettre ça AUTO_INCREMENT PRIMARY KEY
Source: Comment Ca Marche - Communaute informatique More from this site Comment Ca Marche - Communaute informatique - site profile 
Forum:  Programmation  Programmation - forum profile
Thread:  Show this thread (5 posts) More from Pb sql script  Thread Thread info: Pb sql script Size: 91 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Pb sql script :: Programmation :: Comment Ca Marche - Communaute informatique"
Other SQL Server Topics
Started 1 day, 20 hours ago (2009-11-08 18:49:00)  by Jimbo
Erland, Thank you. I have created scripted profiler SQL myself without using the Profiler to create it for me, so I will have a look at the SQL created. Thanks once again. James.
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  Other SQL Server Topics  Other SQL Server Topics - forum profile
Thread:  Show this thread (3 posts) More from Running Profiler via a SQL script.  Thread Thread info: Running Profiler via a SQL script. Size: 223 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Running Profiler via a SQL script. :: Other SQL Server Topics :: SQL Server Forum"
Migration Workbench
Started 5 days, 6 hours ago (2009-11-05 08:27:00)  by user11126697
You may have a point. However, I have cut all the statements ( excluding all the revoke statements ) from the drop.sql script and pasted them into a command window in pl/sql developer and executed them. This includes all the drop user statements generated by OMWB in the drop.sql script - these come after the revoke statements which effectively completes ...
Source: www.oracle.com More from this site www.oracle.com - site profile 
Forum:  Migration Workbench   Migration Workbench
 - forum profile
Thread:  Show this thread (3 posts) More from OMWB Drop.sql script  Thread Thread info: OMWB Drop.sql script Size: 667 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: OMWB Drop.sql script :: Migration Workbench
 :: www.oracle.com"
Security
Started 1 week ago (2009-11-02 19:25:00)  by Russell Fields
Joe, You have both server and database level rights listed in your title. For server roles such as sysadmin: EXEC sp_helpsrvrolemember For database roles such as db_ddladmin: EXEC sp_helprolemember For 2005 server roles, the query is almost the same as that Uri showed you for databases.  The only difference is the name of the views.  Every place 'database' appeared, use 'server' instead. ...
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  Security  Security - forum profile
Thread:  Show this thread (4 posts) More from t-sql script sysadmin,security, db_ddladmin,db_accessadmin  Thread Thread info: t-sql script sysadmin,security, db_ddladmin,db_accessadmin Size: 1,058 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: t-sql script sysadmin,security, db_ddladmin,db_accessadmin :: Security :: SQL Server Forum"
MS SQL Development
Started 6 days, 7 hours ago (2009-11-04 07:02:00)  by saktiranjan
How do we avoid truncation of data generated from osql to file? If the output data is more than 8K then it truncates in the outout file. And also. I have observed that the data in the file contains fixed length data.
Source: Dev Shed Forums - Open Source web development More from this site Dev Shed Forums - Open Source web development - site profile 
Forum:  MS SQL Development  MS SQL Development - forum profile
Thread:  Show this thread (1 post) More from SQL Script to output to text file  Thread Thread info: SQL Script to output to text file Size: 272 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: SQL Script to output to text file :: MS SQL Development :: Dev Shed Forums - Open Source web development"
MS SQL-Server
Started 1 day, 20 hours ago (2009-11-08 18:30:00)  by piero53
Oups désolé Merci
Source: Forums de Developpez.com More from this site Forums de Developpez.com - site profile 
Forum:  MS SQL-Server  MS SQL-Server - forum profile
Thread:  Show this thread (244 posts) More from Script sous Sql-Server 2005  Thread Thread info: Script sous Sql-Server 2005 Size: 167 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Script sous Sql-Server 2005 :: MS SQL-Server :: Forums de Developpez.com"