Viewing 15 posts - 5,836 through 5,850 (of 6,216 total)
Leon has some experience with it - I'll get him to post some comments.
Andy
September 24, 2001 at 3:19 pm
If you're running SQL2000 just right click and select shrink database in EM.
Andy
September 24, 2001 at 10:54 am
Im guessing you're using TCPIP for your primary network protocol - you need to remove Named Pipes (or set it lower in the protocol order) on both machines, you want...
September 24, 2001 at 10:49 am
For the example you cited, Im not sure what would be better. In what way are they getting it wrong? Without knowing that, my first though is that you're mired...
September 24, 2001 at 4:48 am
You might try ODBCPing (in the BINN folder I think). If that fails, I'd get your router guy to check ports 1433 and 1434 on the router.
Andy
September 24, 2001 at 4:44 am
Hi Thorsten,
Sorry for the delay, been on a short vacation. What version of SQL and what service pack are you running? I found this on MSDN that relates to SQL7:
http://support.microsoft.com/support/kb/articles/Q224/3/29.ASP
If...
September 23, 2001 at 5:59 pm
Could you give some background on what you're going to do with the data?
Andy
September 23, 2001 at 1:43 pm
Does it work ok with other files? Also, have you looked at the actual connections to your machine to see what is open?
Andy
September 22, 2001 at 2:15 pm
Obviously the trick is getting the data out of Exchange. If you're running Win2K, here is one possibility:
http://support.microsoft.com/support/kb/articles/Q241/4/74.ASP
This shows how to export them:
http://support.microsoft.com/directory/article.asp?ID=KB;EN-US;Q278154
There is also an OLEDB provider (have not...
September 22, 2001 at 11:50 am
In my opinion (!) this is not a great solution. If you're going to run all that code each time, why not juse execute the string and return the results....
September 22, 2001 at 11:41 am
Disconnect your recordset/use a static cursor.
Andy
September 22, 2001 at 11:39 am
You will also see this if you have an trigger that is modifying the same rows you just modified (to set a datestamp is a good example).
Andy
September 22, 2001 at 11:38 am
I don't think there would be much difference. Using sp's requires no client side support, with DMO you do have to have the supporting libraries on the client. You're not...
September 22, 2001 at 11:37 am
Returns nothing. Why would you have an object (c.name) that was null??
Andy
September 20, 2001 at 8:29 am
Viewing 15 posts - 5,836 through 5,850 (of 6,216 total)