Viewing 9 posts - 1 through 10 (of 10 total)
How would you use a union in an update. I have tried but is receiving a error
Msg 170, Level 15, State 1, Line 9
Line 9: Incorrect syntax near ')'.
Code
May 10, 2007 at 9:55 am
I finally recieve an error that the process had timeout. I know with InstallShield can set this value, but can I set it in script as well?
March 2, 2006 at 12:20 pm
I'm just running a general backup script similar to:
use master
go
if (select count(*) from sysdevices where name = 'DB_Data') = 0
EXEC sp_addumpdevice 'disk', 'DB_Data',
'D:\SCDATA\DATA\DB_db.bak'
go
dump database cad to DB_Data
go
In MS...
March 2, 2006 at 9:40 am
One more thing:
>ODBC reports that the server does not exist, but when I create a new data source the server appears in the dropdown.
October 3, 2003 at 7:07 am
How do you use Max()/Min() when you're trying to sum columns. I thought these functions will return the max and min values not a summation.
May 14, 2003 at 12:21 pm
Thanks, but where and how do I change it? Is there docs available?
April 23, 2003 at 9:13 am
Viewing 9 posts - 1 through 10 (of 10 total)