Viewing 15 posts - 29,506 through 29,520 (of 39,771 total)
I'm not sure you've reduced the workload. There might be less locking, but you are still doing a lookup.
I agree that there should be a unique index if this is...
February 18, 2008 at 9:20 am
Each one looks like a select from one table. There's no way to refine that.
Run multiple queries if the fix doesn't work. run 1 transfer with 200 tables, then another...
February 18, 2008 at 9:16 am
good luck with that. I spent years (like 5) on 6.5 and I'm not sure how well I'd do with this.
Definitely look into SSIS to make things easier and...
February 18, 2008 at 9:11 am
Make sure this is SQL Server. We do get people thinking that MySQL or Sybase are handled here.
As Dr. Andras mentioned, you cannot restore a backup to a lower version....
February 18, 2008 at 9:10 am
You can do
case
when x = 'A' or x = 'b' then x
...
February 18, 2008 at 9:05 am
It's been awhile, but I think that the service account for SQL Server needs admin, or some high level of permissions. It might be that it needs to be a...
February 18, 2008 at 9:01 am
Microsoft does not pay me a thing, nor have they ever even purchased any advertising on this site. I believe in the product and think they've done a great job...
February 18, 2008 at 8:31 am
Are you blocking Google in some way? did you include the quotes around xp_cmdshell?
I find quite a few results using Search in the upper right corner here.
February 17, 2008 at 3:26 pm
Thanks, I'll pass along, but can you explain what class and what panel you mean? Is there supposed to be something between the quotes?
February 17, 2008 at 3:23 pm
You must go to your blogs page. There is a Control Panel on that page once you are logged in.
It is completely separate from this site right now. We are...
February 17, 2008 at 3:08 pm
I believe IA64 is Itantium processors and x64 are for other 64 bit CPUs.
As far as stability I think you go to SP2 and only apply the cumulative updates for...
February 15, 2008 at 8:08 am
It's a hard battle and I think many companies try to do the right thing, but there are always managers that will abuse things. And I do think tech/software companies...
February 15, 2008 at 7:45 am
That is supposed to be for packages stored in metadata services instead of the regular msdb location. It could be a generic error appearing because of something else with DTS....
February 14, 2008 at 11:58 am
They have the resources, at least MS does. As far as dedicating to SS2K5, I'd like to think that it is still the active product right now.
My guess is someone...
February 14, 2008 at 11:57 am
This runs inside SQL Server, but I believe that the service account needs rights to the file. Is that the case?
Maybe a network hiccup as well? I never back up...
February 14, 2008 at 11:54 am
Viewing 15 posts - 29,506 through 29,520 (of 39,771 total)