Viewing 15 posts - 1 through 15 (of 15 total)
Yeah you can do this. Create OnError Event handler. There you can see the propert "Propogate". Set this value to True. So whatever tasks present in OnError are executed followed...
October 29, 2012 at 12:59 am
there was a view which is written as "select top 1 cast(... as datetime)...", which is querying on the table for which data is inserted with file.
When i actually looked...
February 28, 2011 at 1:07 am
The System::PackageName variable gives me the name of the Package. But my requirement is to get the container name.
For eg:, I have a script task followed by execute sql...
November 23, 2010 at 4:06 am
Hi John/Sharath
Thank you for your suggestion. I too was thinking the same one..
The main need for doing this is, I'm doing logging for my package. I have divided my package...
November 19, 2010 at 7:26 pm
Did u get to know what the problem was? Is it fixed?? Pls. let us know as I'm also facing a similar problem..
April 15, 2010 at 4:21 am
Although the server is having mixed authentication mode, Builtin\Administrators are not part of server admins.We forgot the sql authentication password. So I'm trying to start the box is single user...
April 12, 2010 at 10:09 am
No its not on cluster. I stopped the Agent as well.
April 12, 2010 at 6:48 am
Are you still looking out the answer for this.?
Below is a sample query to join two tables present in two different databases of the same server.
select a.* from DB1.dbo.[Table] a
inner...
March 24, 2010 at 5:36 am
Is a new tab not opening at all? Or is the link not working? If new tab is opening check the link in the url space.
When you move your mouse...
March 24, 2010 at 2:31 am
Give the link as /*http://www.google.com*/ instead of /*www.google.com.*/
March 24, 2010 at 2:13 am
In this scenario, start the SQL server in single user mode. When server starts in single user mode, all the builit admins of the machine will be the admins of...
February 21, 2010 at 10:38 pm
http://www.sqlservercentral.com/Forums/Topic375915-146-1.aspx
i hope this wud be helpful in clarifying all your doubts..
February 2, 2010 at 4:44 am
I was asked this question in the interview of Microsoft..
So i was looking out the answer...
February 2, 2010 at 4:07 am
I could able to rebuild the system databases in SQL 2008 and later restored the databases with the back up taken earlier. I have rebuilt the databases using the below...
September 17, 2009 at 12:42 am
I've tried starting SQL Server with the options -m as well as with -f. But i got the error message couldn't find the path. The main problem which I've done...
September 15, 2009 at 2:11 am
Viewing 15 posts - 1 through 15 (of 15 total)