Viewing 15 posts - 2,326 through 2,340 (of 3,366 total)
I have used most and Oracle's SQL developer is not as good as SQL Server Express management studio.
February 10, 2009 at 2:24 pm
(and providing the best for Business Continuity)
Business continuity words with dubious meaning because the Oracle sales man calls many times in one day.
:Whistling:
February 10, 2009 at 1:03 pm
(Login failed for user 'NDIMS\NDIMS-DB13$'.". )
When you are running packages with a Job it runs in the context of SQL Server Agent permissions. And if you are not...
February 10, 2009 at 9:20 am
Here is how I will do it 2000 Full Text is run from the Microsoft Search Service and 2005 is internal so, I would either Backup and restore or Detach...
February 10, 2009 at 8:29 am
Cascade DELETE is DRI(declarative referential integrity) which just means if A references B, B must exist. So when you need to Cascade DELETE and Cascade UPDATE past the first...
February 10, 2009 at 7:45 am
If the code is not running in SMS then it is time to redesign the Report by converting the CTE and temp tables to Views.
February 9, 2009 at 6:28 pm
Remove IIS 6, download and install Win2003 SP2, then install IIS 6 click on details and all the features needed to run Asp.net. Then run aspnet_regiis. The reason...
February 9, 2009 at 3:59 pm
In XP you may be running the developer edition for development which used features not in Standard but you are deploying to Standard. And you need an instance of SSIS...
February 9, 2009 at 3:48 pm
Here are articles by James Koopmann and I will upload his 74 page PL/SQL tutorial to get you started, there is a JamesKoopmann url but the home page is now...
February 9, 2009 at 3:37 pm
That property is enabled by default if it was off then it maybe related to your IIS 6 configuration when you started using it.
February 9, 2009 at 2:22 pm
You almost lost me but you are talking about adjusting the Session Property from the default value of 20 minutes to something higher. That is what keep alive is...
February 9, 2009 at 12:40 pm
I have these two threads I covered the automation part only because I don't have access to DB2 AS400 but you can use the ODBC connection. If you choose...
February 9, 2009 at 11:58 am
There should be two ODBC drivers in Win2003 x64 but you need the x86 which is 32bits because DBF are all x86 which is 32bits. Check the WOW64 directory...
February 9, 2009 at 11:00 am
You need to copy the content of your DVD/CD to your C drive and rerun setup and choose repair then make sure you choose all components because Microsoft thinks you...
February 9, 2009 at 5:59 am
In general SSRS rejects local temp table code based on the duration of the operation, I have an old thread at this site where others posted alternatives I will look...
February 9, 2009 at 5:43 am
Viewing 15 posts - 2,326 through 2,340 (of 3,366 total)