Viewing 15 posts - 2,236 through 2,250 (of 5,103 total)
Yeah, yeah, yeah... all looks nice on presentations and usually the achievability of that is unrealistic. What would happen on the next 'upgrade', service pack, driver update, hardware refresh, backup...
July 18, 2006 at 3:39 pm
Correct. Make sure it does what you need ![]()
July 18, 2006 at 3:31 pm
Microsoft Product Support Services
July 18, 2006 at 1:31 pm
Give this is a go, there are expressions in your code that are not complete like IIF with only one argument.
I tried to guess what you wanted...
July 18, 2006 at 1:29 pm
One of your fileds is not a datetime!
Make sure they both are :
select * from xxx
July 18, 2006 at 1:03 pm
In that case, the best bet is to call PSS.
July 18, 2006 at 12:51 pm
Is that working at all? I don't see where [Distinct Subform 1 query 1].ItemGroup is coming from ![]()
July 18, 2006 at 12:47 pm
100% with Colin here. If you can afford to build a "new" cluster and perform a DB migration it will be A LOT safer!!!
Cheers,
July 18, 2006 at 12:42 pm
Can you tell what is your service pack level ?
There has been issues like this reported on hot fixes: http://support.microsoft.com/?kbid=814654
July 18, 2006 at 12:39 pm
If you are looking for a 'reliable' way to do it
use information_schema.routines and check the routine_definiton column.
NOTE: this works only for SP and Functions
July 18, 2006 at 12:33 pm
By the way there is not such thing as 100% availability ![]()
July 18, 2006 at 12:27 pm
@RandomUID Table is empty therefore @@rowcount will be 0 always
July 18, 2006 at 12:21 pm
If the purpose is to send emails and you are planing to use xp_sendmail for that you will need the cursor!
Like David said change the position of your print statement...
July 18, 2006 at 11:10 am
Also, if your server got renamed you are in for that same problem!!!
Cheers,
July 18, 2006 at 10:59 am
What are you planning to do with the cursor? the above can be substituted for nothing at all.
July 18, 2006 at 10:51 am
Viewing 15 posts - 2,236 through 2,250 (of 5,103 total)