Search

Search results

Installing & Configuring Deployment Solution 6.9 - Detailed Quick Install

... is "Altiris". Click "Start" > Run, Type "osql -U sa" Click to view . In the command window, ...

Article - jamesmax - 9 Dec 2008 - 13:51 - 2 comments - 0 attachments - 0 groups

Detect OSQL

... a script (written in WiseScript) that checks to see if OSQL exists on a PC. If the script finds OSQL, it retrieves file pathname. The script can be used to find OSQL and ...

Download - rossjbrown - 25 Nov 2008 - 16:50 - 0 comments - 1 attachment - 1 group

Hardware Independent Imaging without HIIS

... Replace Tokens .\master\sql\copy.sql .\temp\%ID%copy.sql OSQL -E -i "C:\programfiler\altiris\eXpress\Deployment ...

Article - BrTh - 5 Nov 2008 - 10:31 - 4 comments - 1 attachment - 1 group

Script Database Changes Using OSQL

OSQL is a flexible command-line utility that allows you to run SQL Queries, ... or through a Batch script. In order to run OSQL, you can either run it on your SQL Server or copy OSQL.EXE and osql.rll to a location that a client machine can run them from. ...

Tech Tip - CondorMan - 25 Jun 2008 - 14:58 - 0 comments - 0 attachments - 0 groups

Update SQL in Your NSIS Installer

... name it Install.sql. Then go to your SQL Server, find OSQL.EXE and osql.rll, and copy them into your NSIS Project folder. Second, you will ...

Article - CondorMan - 25 Jun 2008 - 14:03 - 0 comments - 1 attachment - 1 group

How to Delete Old Machines in Deployment Server MSDE Database

... SYSTEM and may not have rights to the SQL server. REM osql -E -S %SQLSERVER% -d eXpress -Q "DELETE from computer WHERE ... SQL username and password. SET SQLUSER=sa SET SQLPASS="" osql -U %SQLUSER% -P %SQLPASS% -S %SQLSERVER% -d eXpress -Q "DELETE from ...

Tech Tip - marcoads - 20 Jun 2008 - 13:12 - 2 comments - 0 attachments - 0 groups

Give Your Company's Upper Management the VIP Helpdesk Status They Deserve

... guid here')" And then run the update through an OSQL command like this: OSQL -E -d ALTIRIS -q "Update altiris_incidents.dbo.contact set vip_flag = 1 ...

Article - George Wagner - 2 Apr 2008 - 09:19 - 5 comments - 0 attachments - 1 group

OSQL

OSQL script that is used to obtain the file path for OSQL. License: AJSL By clicking the download link below, you ... tab. Attachment Size osql.zip 922 bytes Average: 5 ...

Download - rossjbrown - 30 Jul 2007 - 12:03 - 0 comments - 1 attachment - 0 groups

Create SQL Database

Example of a create database script for SQL Server. OSQL.zip file required. License: AJSL By clicking the download ...

Download - rossjbrown - 30 Jul 2007 - 12:06 - 0 comments - 1 attachment - 0 groups

Run SQL Queries via the Command Line

... as the Server via the command line: MSDE/SQL 2000 - OSQL: http://msdn2.microsoft.com/en-US/library/aa214012(SQL.80).aspx ...

Tech Tip - SK - 9 Jul 2007 - 09:13 - 0 comments - 0 attachments - 0 groups