Viewing 15 posts - 38,116 through 38,130 (of 39,489 total)
Not sure you can make an http request. I think DTS is making a NETBIOS request usijng the file protocols. You could script IE to retrieve the file and then...
February 6, 2002 at 12:15 pm
I save ALL dts packages with a password to get around this. We use a standard password, not for security, but to avoid this bug.
Steve Jones
February 6, 2002 at 12:14 pm
Not sure if replication will work. You could easily setup a DTS package to do this.
Steve Jones
February 6, 2002 at 10:00 am
February 5, 2002 at 3:38 pm
February 5, 2002 at 3:36 pm
Not sure I follow either. .NET is based on a submision to a standards body. Granted it's originated by MS, but it will be crafted to a standard (we hope)....
February 5, 2002 at 3:27 pm
February 5, 2002 at 3:06 pm
This will cause problems. Why not use a stored procedure to do the set, insert and unset all at once?
Steve Jones
February 5, 2002 at 1:44 pm
I need to give it a try, but with my version control system and only a few dbs, I don't have any issues. Also the short release cycle (< 4...
February 5, 2002 at 11:33 am
You can create the table in SQL 2000 as well, but you will have issues if the data exceeds the size.
Steve Jones
February 5, 2002 at 11:32 am
Sorry, haven't seen it.
Do you really need the NOLOCK? Are there that many locks being held?
Steve Jones
February 5, 2002 at 11:31 am
Are you sure that the updates should change the values in the table? Also, this will only work for single row updates. You might have strange issues if more than...
February 5, 2002 at 11:28 am
Be sure you are not connected to the server in that database. If so, you will not be able to drop the db because you have a "shared lock" on...
February 5, 2002 at 11:25 am
February 5, 2002 at 11:12 am
February 5, 2002 at 11:11 am
Viewing 15 posts - 38,116 through 38,130 (of 39,489 total)