Viewing 15 posts - 2,866 through 2,880 (of 7,429 total)
Unfortunately no. IE will pass to the last one used or viewed (viewed doesn't always work exactly rigth) unless you are able to set your email app to "Open...
June 4, 2003 at 4:32 am
That had to be Read/Write at the time SP3 was installed. When it tries to upgrade it checks this.
June 4, 2003 at 4:29 am
As for TEMPDB, generally SQL does a fine job on it's own deciding this so I wouldn't worry unless you start to see issue that can be traced to TEMPDB.
Not...
June 4, 2003 at 4:18 am
I would say luck, however could have been an issue.
With BETWEEN the smallest value should be first and the largest after the AND. They don't express that in the documentation...
June 4, 2003 at 4:08 am
I have had this happen on 2 machines I have. In both cases it is te machines with .NET framework installed just before problem began. Have not had time to...
June 4, 2003 at 4:00 am
quote:
quote:
I may be showing my age, but anybody ever hear of an old product...
June 3, 2003 at 9:10 am
That should be the options to make publications or database visible on the Active Directory system for your network. You must be part of an Active Directory Service (similar to...
June 3, 2003 at 5:03 am
Try scripting out the job and post here. Might be something in the settings, but nothing I can think of.
June 3, 2003 at 4:57 am
There is a known issue with XP and this.
See http://support.microsoft.com/default.aspx?scid=kb;en-us;323280
June 3, 2003 at 4:37 am
Actually the part about wrapping in a dynamic string is not correct. I just tried your example code from the beginning subing my table, column and a valid value and...
June 3, 2003 at 4:32 am
quote:
Finding the tables is easyselect sc.name 'Column', so.name 'table'
from syscolumns sc
inner join sysobjects so on so.id = sc.id
where...
June 3, 2003 at 4:24 am
Are the users doing major tasks. If the lock is there for a large update and the user disconnects then the update has to rollback. Look at the last statement...
June 3, 2003 at 4:18 am
You will need to use at least a WHILE loop or a CURSOR to get the data properly. However, if you need to perform this often I would add a...
June 3, 2003 at 4:12 am
Viewing 15 posts - 2,866 through 2,880 (of 7,429 total)