Viewing 9 posts - 1 through 9 (of 9 total)
if there are two same primary keys , it comes with an Error
July 16, 2003 at 6:31 pm
which is better 'a' or 'b' ?
any good advice to improve the two stored procedures ?
thanks in advance.
January 22, 2003 at 7:58 pm
B:
ALTER procedure dbo.us_wyj_delivergroup_06
@strdate varchar(16),
@par1 int ,
@par12 varchar(20),
@par2 int,
@par3 int,
@par31 ...
January 22, 2003 at 7:54 pm
i really appreciate your help.
thanks .
December 23, 2002 at 7:53 pm
i want to create a job to put some data into 'work.xls' every day.
so i think it's nessary to run '*.exe' or '*.bat' in sql server.
thanks.
December 18, 2002 at 10:38 pm
quote:
No, but you could script the entire db and rerun the script in a new db. Pretty simple.Steve Jones
http://www.sqlservercentral.com/columnists/sjones
December 17, 2002 at 9:56 pm
if your table is very large , i suppose you'd better use a temporary table.
i work hard to finish my dream.
December 17, 2002 at 9:28 pm
Viewing 9 posts - 1 through 9 (of 9 total)