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
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 2,111 times on 189 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 - 463 www.oracle.com - site profile
MSDN Forums MSDN Forums - 158 MSDN Forums - site profile
Microsoft TechNet Forums Microsoft TechNet Forums - 126 Microsoft TechNet Forums - site profile
Pentaho Community Forums Pentaho Community Forums - 89 Pentaho Community Forums - site profile
developerWorks : Information Management Forums developerWorks : Information Management Forums - 76 developerWorks : Information Management Forums - site profile

 

Related threads on sql script:

microsoft.public.sqlserver.programming How to make a SQL script emit a beep in...  Discussions in microsoft.public.sqlserver.programming - site profile microsoft.public.sqlserver.programming - forum profile  Go to this thread  How to make a SQL script emit a beep in microsoft.public.sqlserver.programming
ASP.NET generate sql script  www.daniweb.com - IT Tech Talk - site profile ASP.NET - forum profile  Go to this thread  generate sql script
IBM Data Studio - Design, Develop, Manage, and Govern your data
SQL Script problem - ""ADD"" was...  developerWorks : Information Management Forums - site profile IBM Data Studio - Design, Develop, Manage, and Govern your data
 - forum profile  Go to this thread  SQL Script problem - ""ADD"" was expected instead of "SET".
jonincalgary SQL script called "GetEndOfTime" discovered....  Twitter / jonincalgary - site profile jonincalgary - forum profile  Go to this thread  SQL script called "GetEndOfTime" discovered. Hate to inform you all, but the end of the world is "9999-12-31 23:59:59.997"
[3.0.x] MOD Writers Discussion Sql script speed? Where is it run?  phpBB Community Home - site profile [3.0.x] MOD Writers Discussion - forum profile  Go to this thread  Sql script speed? Where is it run?

Latest threads on sql script:

SQL
Started 1 week, 6 days ago (2009-06-26 19:30:00)  by Joe K.
I would like a t-sql script that can be run on numerous SQL Server 2005 database servers to delete approximately 100 user accounts from the database server. Please help me complete this task.
Source: SQL Server Forum More from this site SQL Server Forum - site profile 
Forum:  SQL  SQL - forum profile
Thread:  Show this thread (4 posts) More from t-sql script drop user account DB server  Thread Thread info: t-sql script drop user account DB server Size: 215 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "t-sql script drop user account DB server :: SQL :: SQL Server Forum"
microsoft.public.sqlserver.programming
Started 1 week, 6 days ago (2009-06-26 11:29:00)  by Joe K.
  I would like a t-sql script that can be run on numerous SQL Server 2005 database servers to delete approximately 100 user accounts from the database server. Please help me complete this task.  
Coding Forum
Started 2 weeks, 2 days ago (2009-06-24 02:20:00)  by d1zl3
Hey Im looking for an sql script that will shop the top five entrys regarding a certain column. In my case, its a auction site, and i want the script to show the top 5 sellers. the tabel is called thrillbid_users, and the table that shows how much items they sold is items_sold. A site that uses the exact same auction script as me is webidz.com. Im looking for it just like on the right middle of ...
Source: Webmaster-Talk.com Webmaster Forum - Web Design, C... More from this site Webmaster-Talk.com Webmaster Forum - Web Design, Coding, SEO Forums - site profile 
Forum:  Coding Forum  Coding Forum - forum profile
Thread:  Show this thread (3 posts) More from SQL script  Thread Thread info: SQL script Size: 420 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "SQL script :: Coding Forum :: Webmaster-Talk.com Webmaster Forum - Web Design, C..."
Started 2 weeks, 2 days ago (2009-06-23 09:51:00)  by Jono
Is it possible to write a sql script that'll run some sql for 2000 if it's installed, or some other sql for 2005 or something else if version 7.. or something's installed - e.g. do nothing? I can get the server version with @@VERSION, I think. I can't seem to make it work in an if/else bit o' code. What it's for: For 2000 I'd do --create some users: EXEC sp_addlogin ......
Source: Overclockers UK Forums More from this site Overclockers UK Forums - site profile 
Forum:  HTML, Graphics & Programming  HTML, Graphics & Programming - forum profile
Thread:  Show this thread (3 posts) More from one sql script for mssql 2000 and mssql 2005 (or later)  Thread Thread info: one sql script for mssql 2000 and mssql 2005 (or later) Size: 807 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "one sql script for mssql 2000 and mssql 2005 (or later) :: HTML, Graphics & Programming :: Overclockers UK Forums"
UNIX for Dummies Questions & Answers
Started 2 weeks, 2 days ago (2009-06-23 08:28:00)  by aishwaryakala
Hi i want to cut the first field of this output obtained form sql script more dxlocks_test.log.1 SID SERIAL# SPID ---------- ---------- --------- 25 18356 1029 78 39370 1025 136 14361 1027 ================================ cut -f1 dxlocks_test.log.1 > compare ================================ more compare SID SERIAL# ...
Pentaho Data Integration [Kettle]
Started 2 weeks, 3 days ago (2009-06-22 12:24:00)  by Matthew Pugsley Junior Member
I seem to be losing my fields after an Execute SQL Script. I have a transformation that takes data from a csv file, does a few things, and then does an insert/update on a Postgres table. The transformation works fine without the Execute SQL Script step. But I would like to add this step in order to delete data from the last couple of months before I do the insert/update. Recent data ...
Source: Pentaho Community Forums More from this site Pentaho Community Forums - site profile 
Forum:  Pentaho Data Integration [Kettle]  Pentaho Data Integration [Kettle] - forum profile
Thread:  Show this thread (1 post) More from Missing fields after Execute SQL Script  Thread Thread info: Missing fields after Execute SQL Script Size: 7,308 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Missing fields after Execute SQL Script :: Pentaho Data Integration [Kettle] :: Pentaho Community Forums"
Data Integration / ETL
Started 2 weeks, 3 days ago (2009-06-22 12:24:00)  by Matthew Pugsley
I seem to be losing my fields after an Execute SQL Script. I have a transformation that takes data from a csv file, does a few things, and then does an insert/update on a Postgres table. The transformation works fine without the Execute SQL Script step. But I would like to add this step in order to delete data from the last couple of months before I do the insert/update. Recent data ...
Source: Pentaho Community Forums More from this site Pentaho Community Forums - site profile 
Forum:  Data Integration / ETL  Data Integration / ETL - forum profile
Thread:  Show this thread (1 post) More from Missing fields after Execute SQL Script  Thread Thread info: Missing fields after Execute SQL Script Size: 7,308 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Missing fields after Execute SQL Script :: Data Integration / ETL :: Pentaho Community Forums"
InstallShield Windows 12
Started 2 weeks, 6 days ago (2009-06-19 08:43:00)  by Marc Hoesen
Hi, does anyone know a way to create multiple databases by means of the SQL script? In InstallSheld 12 I can create a connection in the SQL Script view. There I can enter a catalog name (db name) and mark the checkbox 'create if absent'. But each script will use the same connection. I want to create multiple databases at the same server (connection). How can I create multiple ...
Source: Community - powered by vBulletin More from this site Community - powered by vBulletin - site profile 
Forum:  InstallShield Windows 12  InstallShield Windows 12 - forum profile
Thread:  Show this thread (3 posts) More from How can I install multiple database through SQL script  Thread Thread info: How can I install multiple database through SQL script Size: 518 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "How can I install multiple database through SQL script :: InstallShield Windows 12 :: Community - powered by vBulletin"
SQL / ADO / ADO.NET
Started 3 weeks, 2 days ago (2009-06-16 13:45:00)  by Jay_se
I am having the below secnario. Table 1 Col1 Col2 Col3 10 20 30 Table 2 Code Name 1 Col1 2 Col2 3 Col3 Expected Output: 1 Col1 10 2 Col2 20 3 Col3 30 How to write the SQL script (SQL server 2005) for this? Thanks in advance.
Microsoft SQL Server: Programming
Started 3 weeks, 3 days ago (2009-06-15 17:12:00)  by mlowe9
Please let me start by saying I really don't know the syntax for SQL scripts when it comes to variables, loops, etc., so my example code I'm sure isn't close to what I need. Could someone share with me the syntax to run a SQL script against an array/list of databases.  So instead of doing: CODE USE DB1 select count(*) from users USE DB2 select count(*) from users USE DB3 select count(*) ...
Source: Tek-Tips Forums More from this site Tek-Tips Forums - site profile 
Forum:  Microsoft SQL Server: Programming  Microsoft SQL Server: Programming - forum profile
Thread:  Show this thread (13 posts) More from Run SQL script against an array of databases  Thread Thread info: Run SQL script against an array of databases Size: 894 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Run SQL script against an array of databases :: Microsoft SQL Server: Programming :: Tek-Tips Forums"
 

Hot threads on sql script:

No hot threads for last week.