Viewing 15 posts - 5,776 through 5,790 (of 6,216 total)
You can use the Scheduled Tasks feature of Win - look under Accessories, System Tools, Scheduled Tasks. Zipping is not a bad idea, but you have to consider both the...
October 3, 2001 at 8:58 am
Now thats an interesting question! If you can't find a function in master, it's in a dll somewhere and inaccessible. Found this snippet, which is useful but not quite close...
October 3, 2001 at 7:02 am
Not familiar with 6.5 tools (hoping to keep it that way!). If you have Interdev, I think the editor allows you to make changes visually, does the scripting behind the...
October 3, 2001 at 6:39 am
Nope. Do it as a two step process, back up to local disk, then use a batch file to move to other matchine.
Andy
October 3, 2001 at 6:36 am
Hello Peter,
Couple suggestions that may help. One is to take a look at user defined functions which are available in SQL2K - I think you'll find they provide code reuse...
October 3, 2001 at 6:34 am
Couple options. One is that you can return multiple recordsets - each select will return one - in ADO take a look at the nextrecordset method. Another would be to...
October 2, 2001 at 2:30 pm
Can you ping the machine? Sounds like a connectivity issue. Dbl check your password also.
Andy
October 2, 2001 at 2:28 pm
I know there is a timeout for it, don't recall seeing one for close. Why do you care if the connection remains?
Andy
October 2, 2001 at 2:27 pm
Exec server.master.dbo.sp_help, you have to have RPC out enabled for the linked server I think.
Andy
October 2, 2001 at 10:11 am
Sure. Or just delete (kill) the file if it exists before you export.
Andy
October 1, 2001 at 12:21 pm
Looks like you didnt provide an SA password - it is really blank?
Andy
October 1, 2001 at 12:19 pm
I don't think you need a cursor for this - an outer join should work well. Something like this:
insert into table a (column names here)
select (all your column names from...
October 1, 2001 at 8:53 am
No problem at all! Hated to post the answer, was afraid I was misreading MY results!
Andy
October 1, 2001 at 4:46 am
Nope. If you don't have a column that is really worth using it on, at least use it on your primarykey.
Andy
September 30, 2001 at 3:08 pm
Cut off in QA? You can change the max size of a column in options.
Andy
September 28, 2001 at 10:56 am
Viewing 15 posts - 5,776 through 5,790 (of 6,216 total)