How can I trap that my system clock is changed. I don't want to attach this operation with any button.
The actual problem is
-------------------------
My java application timer gets stopeed as System Clock is changed to backwards and if system clock is set back to normal, the system comes...
I display javahelp on JComboBox items if JavaHelp flag is on. When user closes Javahelp, the JComboBox still is showing drop down list of items in combo box. I want to close that list programmatically when I exit from my MousePressed event.
I have created an extended stored procedure which I want to call from lookup, is it possible and how
I am giving my command like this which is not working
xp_TestVal ?
if I give like constant
xp_TestVal 'abc'
this extended stored procedure is returning one value as varchar(30) and input...
command -(Alter table
alter column ...)
Can I change data type from datetime to bigint
as it is giving me error
Disallowed implicit conversion from data type datetime to data type bigint
I am doing simple Insert command
Insert into table1
(fld1, fld2, fld3, fld4)
values
(1,2,3,4)
Now the problem is if value of fld4 is -1 then I want to insert -1. But if it is not -1 then I want to check in another table like table2 before insertion. If value is not present then the command...
on reboot I could see two sql server agent running. What could be the reason?
If I give sql server agent as dependencies to run custom service.
Does it start again sql server agent or if it is running already it would take it automatically.
But what I have noticed that sql server agent is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.