Viewing 15 posts - 781 through 795 (of 3,233 total)
Ah, that makes sense. I guess my problem was in lumping the NOLOCK hint in with the locking hints. To be honest, I know that it is an...
January 6, 2010 at 12:30 pm
mattennevor (1/6/2010)
I was asking about why I needed to break the bulk insert as an output string of another SP.also thanks for the correction in code 🙂
You don't. You...
January 6, 2010 at 12:15 pm
Both. I always believed that the optimizer could escalte the lock type or scope as needed regardless of hints. In retrospect, that would mean that the optimizer would...
January 6, 2010 at 11:17 am
First off, I've never had to move data from SQL Server 2005 to an AS400 system, but I have had to go between SQL Server 2005 and other non-SQL Server...
January 6, 2010 at 10:53 am
How is the location changing? Are you using package configuration files?
January 6, 2010 at 10:24 am
Good catch Jack. I didn't even notice that one.
January 6, 2010 at 10:20 am
CirquedeSQLeil (1/6/2010)
Thanks Gail. Once again you have taught me something.
I agree, this is news to me. I'll have to admit that I've only found the need to use...
January 6, 2010 at 10:05 am
Keep in mind that hints are just that, hints. They tell the optimizer what it should do, but the optimizer still has the ability to choose what it thinks...
January 5, 2010 at 5:07 pm
You have to manually shrink the files. This is usually not a good idea as the files tend to grow back to their previous size during normal processing, but...
January 5, 2010 at 4:48 pm
Good question. I am not a network administrator so I don't know. I'd imagine that it is identical to moving it to the new ou. Isn't that...
January 5, 2010 at 3:49 pm
papapumpy (1/5/2010)
read some article about buffer hit ratio and data cache. physical reads is the one...
January 5, 2010 at 3:37 pm
Thank you. It's not that we don't want to help. Each of us has our own jobs with our own work to do. So the more work...
January 5, 2010 at 2:54 pm
This should be treated just like any other server move within your network. This is a network access issue, not a SQL Server one. As long as the...
January 5, 2010 at 2:50 pm
John Rowan (1/5/2010)
January 5, 2010 at 2:29 pm
Viewing 15 posts - 781 through 795 (of 3,233 total)