Viewing 15 posts - 76 through 90 (of 175 total)
Maybe this will help.
http://codingpad.maryspad.com/2007/06/29/splitting-large-csv-files/
March 2, 2010 at 9:50 am
Well, after all that my specifications has changed. My users would like to be able to specify mutiple accounts or multiple groups or a combination of groups and accounts.
I...
March 1, 2010 at 1:59 pm
GilaMonster (3/1/2010)
emily-1119612 (3/1/2010)
March 1, 2010 at 1:40 pm
RBarryYoung (2/26/2010)
Why do you want to cram two different functional tasks into one procedure? Thats been bad design in software development for over forty years. This obviously belongs...
March 1, 2010 at 12:37 pm
RBarryYoung (2/26/2010)
Jeff Moden (2/26/2010)
Heh... poor ol' dynamic SQL... nobody loves it anymore.
It's sad, when the cure is worse than the disease.
Oh well, I'll be killing swine and birds all weekend...
March 1, 2010 at 12:14 pm
mister.magoo (2/26/2010)
You said the two lookups are mutually exclusive, so...
March 1, 2010 at 12:07 pm
Other possibilities include package configurations http://www.sqlis.com/post/Easy-Package-Configuration.aspx or maybe calling DTEXEC and using the SET parameter to dynamically set a variable http://consultingblogs.emc.com/jamiethomson/archive/2005/02/28/1085.aspx
February 26, 2010 at 3:47 pm
Can you base your package on a view and then change your view through VBA.
DoCmd.RunSQL "ALTER VIEW...
February 26, 2010 at 3:37 pm
Do you mean operator in the SQL Sever sense, that is, the operators listed under SQL Sever Agent in Management Studio?
If the server /agent services are down you won't...
February 19, 2010 at 1:31 pm
Drill down into the specific maintenance task and open the 'View T-SQL' window. If you run the command directly you might get a more descriptive error message.
February 19, 2010 at 1:01 pm
http://www.sqlteam.com/article/monitoring-sql-server-agent-with-powershell
It looks like this can be adapted to the SQL Server service itself.
February 19, 2010 at 12:53 pm
I'm actually querying a view in a vendor provided database. The underlying table seems properly indexed from a cursory review. I won't be able to change any of the indexing...
February 18, 2010 at 11:41 am
Viewing 15 posts - 76 through 90 (of 175 total)