Viewing 15 posts - 5,641 through 5,655 (of 7,187 total)
You could try doing it the other way round, by setting the name of the task from the value of the variable. Just go to Expressions in the task...
November 19, 2010 at 6:12 am
Do you have a backup of your database?
John
November 19, 2010 at 4:06 am
parthi-1705 (11/16/2010)
Advice me on this since it is my first implimentation.
parthi-1705 (11/17/2010)
Thanks for your replay i need to be done in SSIS only
Why do you need to be done...
November 18, 2010 at 1:35 am
parthi-1705 (11/17/2010)
http://www.sqlservercentral.com/Forums/Topic1021535-391-1.aspxsince it is BI form i have posted here so that i can get solution
and i am using 2005 and 2008...
November 17, 2010 at 9:22 am
This is the kind of thing that SSIS (Integration Services) was designed for. Have you tried using it?
John
November 17, 2010 at 4:27 am
I think this is happening because you're trying to have an empty string as a date. You can't do this - you either need to choose a placeholder date...
November 17, 2010 at 3:52 am
I think you need to hire a consultant, in that case.
John
November 17, 2010 at 3:39 am
Convert the number into a character data type (if it is not already) and use the STUFF function to replace the first n characters with asterisks. Please try this...
November 17, 2010 at 3:28 am
Harm
Some third-party backup utilities, such as LiteSpeed, include object level restore, allowing you to back up one database and restore only the objects you require into another.
If you don't have...
November 17, 2010 at 3:21 am
So it fails when scheduled but succeeds when run manually? I can only think that's because it's scheduled to run overnight, and there is a problem with the network...
November 16, 2010 at 8:40 am
pujain (11/16/2010)
its only full backup thats increasing my headache.
when i ran it manually it ran successfully so network issue...
November 16, 2010 at 7:32 am
Yes. Try backing up to a local drive. If that works then you know your problem is with the network - permissions, communication, whatever. Check that the...
November 16, 2010 at 6:44 am
Pat
TRY...CATCH isn't available in SQL Server 2000.
John
November 11, 2010 at 6:10 am
In your sample results, the price is the same where the hotel is the same. But you can still group by the hotel name to show the minimum price...
November 11, 2010 at 2:26 am
It's because you've got more than one ResultID for each hotel. Does it matter which one you display? You can use GROUP BY and show the mininum or...
November 11, 2010 at 2:14 am
Viewing 15 posts - 5,641 through 5,655 (of 7,187 total)