Viewing 15 posts - 526 through 540 (of 2,636 total)
Do you get any kind of message when you try to execute the package on the server using the Execute Package utility?
February 3, 2009 at 3:01 pm
I don't know the answer to your first problem. Regarding the Execute Package Utility, can you specify what you expect to see but don't? Is it that you...
February 3, 2009 at 2:37 pm
I would create another, identical table with the new identity increment value, insert into it from the original table, drop the original table and rename the new one.
February 3, 2009 at 2:28 pm
You can uninstall a single instance. Go to Control Panel, select Add or Remove Programs, select Microsoft SQL Server and click the "Remove" button. You'll be asked to...
February 3, 2009 at 12:49 pm
John Bates (2/2/2009)
If you are a SQL Server DBA, what do you allow you programmers/developers to do on a.) the test server versus b.) the production database server?
- create job?
-...
February 3, 2009 at 9:16 am
I also recommend reading "Deploying Integration Services Packages" in BOL. These articles helped me when I was setting up my first package deployment:
February 3, 2009 at 9:00 am
Got it. Then my recommendation would be to have a domain login created that doesn't have the password change requirement and use it in the credential.
January 30, 2009 at 6:47 pm
Lowell (1/29/2009)
a DTS package doesn't write to a table by default, it only writes to a txt file in the Windows operating system. For This reason, other people asked to...
January 30, 2009 at 12:31 pm
Is your SQL Agent run under a local account? Is that why you don't just grant it permission to access the remote file?
January 30, 2009 at 12:24 pm
I'm pretty sure you can't replicate from a passive node because it's not accessible until a failover makes it active.
January 30, 2009 at 10:46 am
Steve Jones - Editor (1/30/2009)
I did see Dark Knight, good in spots,...
January 30, 2009 at 10:15 am
I am Legend
IronMan
Wall-E
Pineapple Express
Hancock
Quantum of Solace
7 Pounds
Gran Torino
Slumdog Millionaire
Appaloosa
January 30, 2009 at 9:28 am
The Import/Export Wizard is available in Management Studio by right-clicking on the database name, selecting Tasks, then selecting Import Data or Export Data.
January 29, 2009 at 3:14 pm
Right. You'd do what you were trying if you were developing an Analysis Services project, not an Integration Services project.
January 29, 2009 at 12:40 pm
I don't know why, but I also had the same problem. I ended up exporting all the DTS pacakges to .dts files and then importing them into SQL...
January 29, 2009 at 11:55 am
Viewing 15 posts - 526 through 540 (of 2,636 total)