Viewing 15 posts - 196 through 210 (of 286 total)
Are you in the US? I'm expecting greater delays in the UK.
February 10, 2006 at 2:29 am
Are they the results for all the exams, or just the first one you took?
February 9, 2006 at 5:08 am
No; the first instance listens on 1433 by default - subsequent instances, named instances, defaults to dynamically allocating a port. See:
http://support.microsoft.com/default.aspx?scid=kb;EN-US;823938
However, when using the setup.iss to create a...
January 27, 2006 at 11:02 am
I have a current job which is launched by users, it uses xp_cmdshell to call BCP and import a large amount of data.
Without using a proxy or sysadmin,...
January 25, 2006 at 2:10 am
Could be one of a million things.
My first guess with this level of information is that you are not defining the ODBC link with the default instance name e.g....
January 5, 2006 at 3:45 am
Run this to find orphaned logins:
USE ;
GO;
sp_change_users_login @Action='Report';
GO;
January 5, 2006 at 3:41 am
These are the things you can only do with Enterprise Edition:
* Data Mining Training Destination
* Data Mining Query Component
...
January 4, 2006 at 2:26 am
Performance is improved but unless you have optimised your current code to it's limits then you are unlikely to see much benefit in simply upgrading.
Performance is almost always improved by...
January 4, 2006 at 2:10 am
Never upgrade for this reason.
Assess your current setup, tell us what deficiencies you have and we can make suggestions - otherwise it's just a reposting of microsofts features which you...
January 4, 2006 at 2:08 am
If you can't tell how many versions of SQL are running you can look in computer manager > services or SL Server Configuration Manager > Services, or add/remove programs.
If...
January 4, 2006 at 2:05 am
Wrong forum.
You can't; with local accounts you can specify the machine name as the domain.
January 4, 2006 at 1:59 am
Looks like your uninstall left components behind - you'll need to trawl google, your file system and registry to clean it up.
December 15, 2005 at 3:40 am
Source control, I believe, is achieved by integrating BIDS and VSS. The question about operability on different databases will be down to the coding of your packages to run...
December 15, 2005 at 3:36 am
As you can see the problem is in connecting to the source you are trying to import.
Anaylaze all aspects of the connection, networking, permissions etc. and pst up what you...
December 15, 2005 at 3:34 am
Viewing 15 posts - 196 through 210 (of 286 total)