Viewing 15 posts - 61 through 75 (of 199 total)
arun.sas (4/5/2010)
flash.rsn (4/5/2010)
May 27, 2010 at 4:08 pm
i wrote that i want to fire the 3 min proc inside the 2 min schedule sql agent job but the proc will not interfere with the 2 min sql...
May 16, 2010 at 1:25 pm
the call to the proc must be run from within the 2 min job.
is this is the only way to achieve my goal?
can call this proc from the 2 min...
May 16, 2010 at 3:18 am
ok.
how can i do the service broker event to call this sp?
THX
May 16, 2010 at 2:50 am
the OR is if one of them not exists then it will execute the if.
i want to check if both rows not exists then do the if.
i need to check...
April 8, 2010 at 10:36 am
thanks.
another approach maybe someone have?
March 29, 2010 at 5:24 am
THX.
i'll go with the try an catch.
March 1, 2010 at 10:20 am
Hi,
try an catch is the only way to allow the proc to continue to run even if he have an error?
THX
March 1, 2010 at 12:53 am
CirquedeSQLeil (2/5/2010)
February 6, 2010 at 11:51 am
Max Wei (2/5/2010)
Out of curiousity, I ran it on on several servers, the...
February 6, 2010 at 11:48 am
can you tell me please on what it deepened in sql server to show the date format like mdy or dmy?
THX
February 5, 2010 at 2:21 am
CirquedeSQLeil (2/4/2010)
Are you capturing more information than that? If you...
February 4, 2010 at 4:19 pm
CirquedeSQLeil (2/4/2010)
if you import the date into a datetime field and then use the following:
SELECT convert(varchar,convert(datetime, '2/4/2010'),103)
You should be able to accomplish what you need.
ok.
if i use this command EXEC...
February 4, 2010 at 3:52 pm
Stefan Krzywicki (2/4/2010)
Can you change the Regional setting on the machine or in SQL Server to United Kingdom? That should change your default to dd/mm/yyyy
i can't change it permanently.
but can...
February 4, 2010 at 2:54 pm
Viewing 15 posts - 61 through 75 (of 199 total)