Viewing 15 posts - 1,066 through 1,080 (of 2,268 total)
You can set almost any property of a task by using expressions, for a flat file you want to set the connection string value in the flat file connection manager,...
March 18, 2010 at 4:41 am
I recently upgraded from SQL 2005 standard to Enterprise and was as simple as running the setup from the command promp with the SKUUPGRADE=1 flag.
http://msdn.microsoft.com/en-us/library/ms144259.aspx#Upgrade
I assume 2008 is similar, ...
March 17, 2010 at 8:34 am
i would use a conditional split to spit out the rows that have invalid dates and then send them to a junk destination.
what determines a valid date, is it...
March 17, 2010 at 8:17 am
Though my suspicion is the developer in the background fixed the password supplied by the web app and did not tell me about it. As dropping the login and re-adding...
March 15, 2010 at 10:23 am
Slick84 (3/15/2010)
Im confused as I only dropped and re-added the login at the database level and not at...
March 15, 2010 at 9:09 am
Thanks Paul, yeah I wouldn't use it in 'real-life' i would tend to go for the ROW_NUMBER example posted
March 15, 2010 at 8:49 am
have a look at the error log on the server that you are tying to connect to, this should give you the reason for the failure.
March 15, 2010 at 8:13 am
you can also do this without using WHERE by using EXCEPT, though without knowing the order of the data the results may vary
SELECT TOP 700 * FROM yourTable
EXCEPT...
March 15, 2010 at 8:11 am
yeah that would be a nice feature
March 8, 2010 at 9:53 am
The way i do this, is to disable (right click --> disable) the tasks i don't want to run and then execute the package as a whole. ...
March 8, 2010 at 9:43 am
what is the type of data that you are looking up? if it is String data then the lookup will be case sensitive by default and will fail if...
March 8, 2010 at 9:31 am
You will need to post the error messages from your publisher, distributor and subscriber.
There will be a reason the subscriber is down and the error logs should tell you that,...
March 8, 2010 at 4:56 am
Is this a SSIS package?
If so you can run the package in debug mode in BIDS and set up a data viewer to track the data through the dataflows to...
March 5, 2010 at 5:08 am
The price depends on the country you are from but as a rough idea the US prices are here;
http://www.microsoft.com/sqlserver/2005/en/us/pricing.aspx
I would be tempted to buy a 2008...
March 4, 2010 at 4:53 am
Viewing 15 posts - 1,066 through 1,080 (of 2,268 total)