Viewing 15 posts - 2,341 through 2,355 (of 2,636 total)
Paul,
I assume you're running the package manually from your workstation where you have the correct ODBC DSN defined. When you schedule a package, it runs on the database server which...
May 12, 2005 at 9:56 am
So, to summarize, when you run a package manually, it runs on your PC under your security context and when you schedule it, it runs on the server under the...
May 12, 2005 at 9:47 am
Where you executing it manually from Enterprise Manager on your PC or from the Server? And, is the file path on your PC or the Server?
Greg
May 11, 2005 at 3:46 pm
I assume you want to load all the files in a single package. You can create 'on success' or 'on completion' workflows between each transformation task. They would point from...
May 11, 2005 at 3:39 pm
Re: vacation time
I work for a state government agency in the U.S. and my vacation time accrues monthly. Currently, I get the equivalent of 4.4 weeks per year plus 11...
April 29, 2005 at 10:38 am
Also make sure the current database is the one that contains the stored procedure you're working with.
April 29, 2005 at 10:00 am
I happened to run across this site. Look in the "Data Models" section.
http://www.databaseanswers.com/index.htm
Greg
April 19, 2005 at 10:06 am
You won't be able to use IDENTITY property for this. IDENTITY, by definition automatically increments when a new row is added to a table. You'll have to assign identification numbers programatically.
Greg
April 11, 2005 at 10:27 am
Rob,
You didn't say which task you're using to tranfer objects. If you use the Copy SQL Server Objects task, check 'Include all dependent objects' on the 'Copy' tab. It hasn't...
April 11, 2005 at 10:08 am
In addition to the database owner and sysadmin members, a member of the db_ddladmin database role can also create objects with another owner. From BOL 'Create Table':
If the...
March 31, 2005 at 10:30 am
You can leave the SQLServer service account as Local System.
Greg
March 30, 2005 at 12:41 pm
March 30, 2005 at 12:32 pm
Bill,
Here's an article by Steve Jones describing how he recovered packages from a backup of msdb. It's a bit of a hack because you're inserting into a system table, but...
March 30, 2005 at 12:32 pm
Yes, if the network share where the Access database is located is on a different server than SQL Server. You'd need to use a domain account with permissions for the...
March 30, 2005 at 12:19 pm
I'd put my money on a permissions problem. When you execute a package from DTS Designer on your workstation, it runs on your workstation under your security context. ...
March 30, 2005 at 11:20 am
Viewing 15 posts - 2,341 through 2,355 (of 2,636 total)