Viewing 5 posts - 1 through 5 (of 5 total)
USE "round(34.2365,2,1)", which will truncate to 34.23.
- Ankush
August 24, 2004 at 10:49 pm
Can you please explain me the scenario where this is exactly required?
August 24, 2004 at 10:23 pm
Hi Andrew,
Instead you executing the SQL statements to insert the records from Tbl2 to Tbl1, you can create a trigger on Tbl2 to serve the purpose.
Inside...
March 15, 2004 at 12:22 am
Hi sunil,
If you think of executing the Stored Procedure(SP) during the Windows startup then it is wrong thing to do. B'coz the SQL Server has to start for running your SP.
But don't worry...
March 13, 2004 at 6:23 am
hi Prashanth,
below are the steps for importing a DTS package.
Open Enterprise Manager - Client.
- Right click...
March 10, 2004 at 3:19 am
Viewing 5 posts - 1 through 5 (of 5 total)