Viewing 15 posts - 19,321 through 19,335 (of 19,564 total)
How dare you cross the girls and not get your swimsuit.
Tell them you'll get a kilt instead:)
October 13, 2009 at 7:54 pm
Are the sql services running for that instance?
Is the domain account locked or expired - or did the password change recently?
October 13, 2009 at 5:22 pm
Is your SQL box 64 bit?
If so, try this:
Install the Oracle ODAC (available on the Oracle Technology Network) and a patch (#5043675 available on Metalink) that fixes a bug that...
October 13, 2009 at 12:41 pm
What is your disk configuration?
What additional indexes do you have?
How long does it take to do:
Select Count(id) from yourtable
I think that beyond normalization, an exercise in re-defining the data dictionary...
October 13, 2009 at 12:23 pm
To second the advice given:
Reattach the database first and then add the logins. I have encountered less problems that way.
October 13, 2009 at 11:33 am
Do you know the size estimate of the data that you are trying to move from Oracle into SQL2K?
October 13, 2009 at 11:30 am
GabyYYZ (10/13/2009)
Apparently, Microsoft is releasing it's biggest set of patches in one day today, and among those is a SQL patch. I can't seem to find details on...
October 13, 2009 at 11:23 am
Here is a sort of starter script to show a little bit of the interaction. This will give a quick overview of some of the properties of your jobs....
September 18, 2009 at 12:11 pm
One more thing to try is to check your ansi_warnings setting.
Try
set ansi_warnings on
execute your proc
If you get an error, then reverse the setting. And then add set ansi_warnings off...
September 18, 2009 at 10:11 am
Will you also script the job and show us that?
September 18, 2009 at 9:59 am
Do you get an actual error message if you click the shortcut?
Looks like somebody uninstalled the management tools from the pic you sent - best guess.
September 17, 2009 at 4:38 pm
ifila (9/17/2009)
Is this something worth changing to improve...
September 17, 2009 at 4:34 pm
BTW, thanks for being helpful to us. You providing the table and index information really helps make this process go a lot smoother.
September 17, 2009 at 3:00 pm
drodriguez-762178 (9/17/2009)
OK, I think I got it. There reason for the fragmentation is because there is now primary key.
No. The reason for fragmentation is due to the lack of...
September 17, 2009 at 2:58 pm
Viewing 15 posts - 19,321 through 19,335 (of 19,564 total)