Viewing 15 posts - 5,236 through 5,250 (of 6,216 total)
Yes, SQL backend. It's Snitz, available under GNU license.
Andy
December 20, 2001 at 1:34 pm
There are some tables in msdb. Dont know that you'll find a way to do this reliably - I often have packages sitting on the server that are only run...
December 20, 2001 at 4:56 am
Tom,
It's not that 6.5 encryption is not supported, there is just a flag that has to be set in syslogins so that SQL knows which encryption was used. I posted...
December 20, 2001 at 4:53 am
Have not seen this. What do you have for users in the db?
Andy
December 20, 2001 at 4:50 am
Put your joins in the from clause - it wont many difference for performance, but it's ANSI and other developers will appreciate it.
Andy
December 20, 2001 at 4:48 am
This works without error using SQL2K Developer Ed on my workstation.
Andy
December 19, 2001 at 5:30 pm
Found this in the MS newsgroups, posted by Rich B (RBeverly@Dickies.com):
"The cause of the problem in this case was that I was
failing to provide the same settings in the...
December 19, 2001 at 5:28 pm
We use a Dell Powervault, which is just EMC/DG rebranded. It shows up as a logical drive - all the set up is done through a utility provided with the...
December 19, 2001 at 5:22 pm
Interesting problem. Gotta ask - why would you cursor through 3 million rows?
Andy
December 19, 2001 at 6:43 am
Did a lot of testing when we got the FibreChannel. Not exhaustive by any means, but enough to see that smaller cluster sizes didnt work as well. Intel has a...
December 19, 2001 at 5:03 am
Why wouldnt it work exactly the same way?
Andy
December 19, 2001 at 5:01 am
Or even if SQL can coerce the data types to match. Biggest mistake I see with union is that most people leave off the 'ALL' - not realizing that SQL...
December 19, 2001 at 5:00 am
Is the db set to auto-close? If no activity and it shuts down, you'd see a fair delay while it reopened - plus there would be no data cached.
Andy
December 18, 2001 at 4:47 pm
4k or larger should be ok. I try to use a 64k stripe on the raid sets. Even though SQL stores data in 8k pages, everything is a 64k read.
Andy
December 18, 2001 at 4:43 pm
Viewing 15 posts - 5,236 through 5,250 (of 6,216 total)