Viewing 13 posts - 1 through 13 (of 13 total)
February 22, 2018 at 11:57 am
February 22, 2018 at 11:03 am
February 22, 2018 at 9:40 am
February 22, 2018 at 7:15 am
Thanks a lot for your help!!!
December 1, 2014 at 5:44 am
Yes the database and destinations tables already exists.
September 26, 2014 at 5:10 am
What is the command Transact sql that I can use to import the access database?
September 25, 2014 at 4:51 am
How can add an insert trigger?
I never use a trigger
December 7, 2010 at 5:45 am
I do with detach_db , move the mdf and ldf files then I do attach_db
This worked perfectly.
Viky.
July 1, 2010 at 10:27 am
This is my store procedure that returns two tables as result. Thanks for your help
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
go
ALTER PROCEDURE [dbo].[PedidosSeleccionar]
@idmasterpedido int=Null,
@idsector int=Null,
...
March 19, 2010 at 1:42 pm
and how can I do to avoid the second result ?
March 19, 2010 at 7:06 am
Thanks for ansuwer me.
And If I need to obtain the time of the getdate ?
How can I do that?
December 1, 2009 at 7:03 am
Viewing 13 posts - 1 through 13 (of 13 total)