Viewing 15 posts - 226 through 240 (of 582 total)
Yes, it would be good to use DDL rather than your idiosyncratic way of outlining the problem. But at the same time, if you are clear on the issue at...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 21, 2006 at 10:50 am
Well I'm very sorry to be so boring. And that was before I was older and duller! Imagine the paroxysms of ennui I could induce in you if I ever...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 21, 2006 at 8:00 am
In version 8 and above there is also an undocumented trace flag, 1123581322, which activates the experimental allow_vocal_interface option. this permits you to submit ANSI SQL statements...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 21, 2006 at 7:55 am
Yes I remember when I had my first DBA jobs I would send poeple messages saying: You have attempted to perform an illegal operation. Please step away from the...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 21, 2006 at 7:45 am
OK good luck.
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 21, 2006 at 3:35 am
>Why you need "*30" in "Group by" ?
You don't; you need it in the SELECT, and in the absence of countervailing reasons, I always try and ask SQL to...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 21, 2006 at 3:24 am
No... it's because the 'nested triggers' server option is on, which it is by default, i.e. normally triggers do trigger each other.
Setting 'recursive triggers' off at db level doesn't...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 9:21 pm
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 9:03 pm
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 8:11 pm
1. upgrade the NT4 machine to WIN2K before migrating the databases
OR
2. uninstall SQL8 from your WIN2K machine and install SQL6.5, then migrate the databases, then upgrade from 6.5 to 8.
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 6:49 pm
If you do the last one, make sure that the files are removed once processed, or the job will keep rerunning.
I imagine once every 15mins or so would be often...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 6:43 pm
>when I debug the SP, I pass '' which ends up as '''' in the SP
Can you post the code you use to debug the sp? I think you...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 6:36 pm
The triggers are triggering each other, anyway. you don't need two triggers:
AS
SET
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 6:24 pm
You could just restore backups WITH MOVE.
You can script this task in TSQL using RESTORE, and in fact I don't see why you couldn't create a stored procedure to...
Tim Wilkinson
"If it doesn't work in practice, you're using the wrong theory"
- Immanuel Kant
June 20, 2006 at 6:13 pm
Viewing 15 posts - 226 through 240 (of 582 total)