Viewing 15 posts - 61 through 75 (of 75 total)
I used to work for a major world wide shippng company. I have seen this type of scriopt, and worse, on to many occasions!
July 8, 2005 at 10:22 am
Here is another way to look for locks. Use the SQL 'select * from master..sysprocesses where blocked != 0'. If you use the query analyzer, you can add this to...
July 8, 2005 at 9:50 am
I had to do a similar function where I had to report, via email, when a database had less than 10% of space. Maybe my script can be edited to...
July 8, 2005 at 9:31 am
It is always better to pass the correct type to the function. IT allows more control over what you are doing. You can always convert values to the datatypes you need...
July 8, 2005 at 9:26 am
Test the connection in the DTS by clicking the test connection button in the proprties window. If there is a configuration error it will show up here. I would also...
July 8, 2005 at 9:07 am
"I was wondering if anybody knew of a property etc. of a DTS package to return the servername where the package is stored? Please don't recommend creating a connection and...
July 8, 2005 at 9:01 am
The other question I would ask is 'How is the data going to get in to the Access DB?' Someone pointed out here that as a read-only it may work...
July 7, 2005 at 6:39 am
I have found it easier to make a quick VBA routine to drop all links and reestablish them as I need them. It takes no time to do...
June 10, 2005 at 7:39 am
Duh! Sometimes we overlook the simple. Thanks Niles.
June 10, 2005 at 7:34 am
Forgive the confused look that I would be giving you if you could see my face. As I read the trigger, I am assuming that you are placing values in...
June 7, 2005 at 7:02 am
I had the same issues. I solved it by created 2 variables. One held the unchanging SQL and the secon held the dynamic portion. I concatenated them as I calle...
June 7, 2005 at 6:41 am
I have been forced to do this both ways, store the object in a blob and/or as a file on the network. I have always preferred to store the file...
June 7, 2005 at 6:37 am
YOu are absolutely correct. The problem happens when I try to run the alter in the script. I am guessing that it has something to do with the order in...
May 11, 2005 at 11:59 am
Thanks Chris but as I inferred, using the GO keyword is not an option. The rest of this script is dependent upon variables and results as it progresses.
May 11, 2005 at 9:21 am
Sorry, I cut out the data type, it shold be varchar(300). Did I mention I am using SLQ Server 2000?
The actual error is:
Server: Msg 213, Level 16, State 5, Line...
May 11, 2005 at 9:19 am
Viewing 15 posts - 61 through 75 (of 75 total)