Viewing 15 posts - 3,511 through 3,525 (of 5,103 total)
Can you check what Plan do you get NOW if by any chance you get Index spool there is another of these nasty bugs hidden in those waters 
* Noel
June 28, 2005 at 2:47 pm
June 28, 2005 at 2:22 pm
Sure, nothing like saving a few nights of bad sleep and hearing the client did you fix it yet, ... did you fix it yet ... did you fix it...
* Noel
June 28, 2005 at 2:20 pm
Isnt it great that the most simple things tend to be usually the most powerful ones ![]()
* Noel
June 28, 2005 at 2:18 pm
SQL Server is very picky whenit comes to timings and sometimes on High-End systems it can trigger that error during AUTOGROW (which you should avoid at all costs) and File...
* Noel
June 28, 2005 at 2:06 pm
Unfortunately for me I have hit that bug times, in the begining it cost me some hair ![]()
* Noel
June 28, 2005 at 1:52 pm
Assuming that the Poster is not using SP4 (most of us aren't
) he just hit and old bug in SMP systems:
http://support.microsoft.com/default.aspx?scid=kb;en-us;814509
* Noel
June 28, 2005 at 1:31 pm
I still don't see the need for sysadmins rights. if the issue is that he needs access to xp_cmdshell, just make sure you set up the proxy account for the...
* Noel
June 28, 2005 at 1:21 pm
have a look at sp_makewebtask. BTW it is a BAD idea to send emails from a trigger. Use a separate Job for that.
* Noel
June 28, 2005 at 1:16 pm
The Problem with a linked table is that the "Filtering" of the data (depending of course on what you are doing) happens on the FRONT END, with SPs is done...
* Noel
June 28, 2005 at 1:03 pm
The problem with remote (linked) tables and Access BOUND forms is the they perform TABLE LOCKS therefore multiuser enviroments are really hampered. The reason I believe your Local Table is read...
* Noel
June 28, 2005 at 12:51 pm
Besides:
ASCII(@myCol) >= 48 works for a SINGLE character not multiple you may need more than that if parsing is needed ![]()
* Noel
June 28, 2005 at 8:40 am
Viewing 15 posts - 3,511 through 3,525 (of 5,103 total)