hi,
Is it possible to write sql job scheule using sql query in query analyzer.
i dont have an enterprise edition.so i want to know how to write sql query to schedule a job??
can anybody help??
User Profile
Collapse
-
changing the position of column by writing a query
is there any way to change the position of a column in a table by writing sql query?
for eg;
Table 'demo' contains 3 fields:
companyName
EmpName
id
I need to move the 'id' from last position to first by writing a query along with the data..
can anybody help me pls... -
Display Arabic Data in ASP form
Hi,
I have an access database with Arabic Data. I want to display that data in ASP form(Classis ASP) but it shows only reverse question marks. i have tried with tahoma font in the form,its not working
Please help me -
DateFormat
I want to convert a date(which is in the DDMMYYYY format) into the MMDDYYYY format in sql query.below is my query but its not working??
Do anyone have any idea???
declare @s char(10)
set @s = '21/04/2008'
select convert(char(10 ),@s,101) -
retrieve outlook contacts
Is it possible to retrive microsoft outlook contacts and place it inside a database using ASP script?? -
Thanks Stewart,,Anyway i got the same answer before itself..nyway thanks for the help... -
Replacing * from Access data
Hi,
I want to replace * with space in the MS Access data.
And i tried to use the Find and Replace option,but for all other chacters its working.but for * its not working.
Can anybody help -
mary mathews started a topic Error in retrieving a contact from Microsoft outlook using asp.net with c#in .NETError in retrieving a contact from Microsoft outlook using asp.net with c#
Hi,
I'm getting an exception while tried to retrive an outlook contact using asp.net in a console application.
The exception is as follows:
An unhandled exception of type 'System.NullRef erenceException ' occurred in ConsoleApplicat ion1.exe,Additi onal information: Object reference not set to an instance of an object
..
Can anybody help me pls....
my code is like this..
...
No activity results to display
Show More
Leave a comment: