Viewing 15 posts - 181 through 195 (of 231 total)
This is currently set to 0. Isn't this the value to imply "unlimited"?
If so, I still get time-out messages using this method of querying a table. The message...
[Microsoft][ODBC SQL Server...
February 18, 2004 at 8:07 am
Along the same line, what if you're in EM and you right-click on a table and select Open Table | Query? How do you change the time-out setting here?
February 18, 2004 at 7:53 am
Thanks for the additional information -- I'll check out the Yukon forum.
February 16, 2004 at 4:55 pm
I think we're on the same page.
I also think that our latest replies got crossed in the mail.
February 16, 2004 at 4:44 pm
Right, I found that. So, you're setting the global variable based on the results of the T-SQL Task, then...
T-SQL >>> Set global variable based on results >>> check value of...
February 16, 2004 at 4:42 pm
Where (at what point) do you set your global variable?
February 16, 2004 at 4:24 pm
From BOL...
The DTSStepScriptResult constants specify return codes to be used from the Microsoft® ActiveX® scripts associated with package steps. They should not be returned from the scripts associated with...
February 16, 2004 at 7:14 am
Add an ActiveX Script which would check the results of the query in question. Then use logic to test for the criteria you're wanting to stop execution...
If x Then
February 12, 2004 at 7:27 am
To jump-start my SQL Server 2000 library, I have just purchased #1 thru #4 & #6 all online (some new, some used) for a grand total of about $85. Not too...
January 23, 2004 at 7:04 am
I did find the book by this site "The Best of SQLServerCentral.com 2002". In addition to this book, I'm also considering books from the following list. Can you recommend 2-3...
January 22, 2004 at 4:32 pm
Can you use linked servers for this task?
January 7, 2004 at 7:08 am
When working with Access and SQL Server, we normally use Access as a sort of Front-End and SQL Server as the data store. Try Alamir's suggestion and use ODBC...
December 23, 2003 at 7:16 am
To assign someone to an existing role, you could use the following SQL...
GRANT SELECT ON
tablename
TO rolename
December 12, 2003 at 7:43 am
I don't know if there are duplicate rows in the resultset of the union of the logon and logon_archive tables, but you might want to use UNION ALL so that...
October 29, 2003 at 7:33 am
Another good resource for DTS besides this site (which is the best!!!) is http://www.sqldts.com/
October 24, 2003 at 8:42 am
Viewing 15 posts - 181 through 195 (of 231 total)