Viewing 15 posts - 5,206 through 5,220 (of 5,588 total)
Paul White (6/14/2009)
Jeff might want top steer clear of it too :w00t:
Good advice for Lynn also.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 14, 2009 at 7:38 pm
Jeff Moden (6/14/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 14, 2009 at 7:23 pm
This article http://www.sqlservercentral.com/articles/Integration+Services/61542/ dynamically creates tabs in an excel spreadsheet and exports data (from a select statement) into it. It is designed to run from within SSIS. Note that I...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 14, 2009 at 7:07 pm
Jeff Moden (6/14/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 14, 2009 at 6:59 pm
Jeff Moden (6/14/2009)
echo %date% %time%...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 14, 2009 at 9:54 am
GilaMonster (6/14/2009)
Encountering that kinda attitude either in posts, PMs or emails makes me stop and ask myself why the hell I'm doing the forum thing in the first place.
Gail, I...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 14, 2009 at 9:50 am
info (6/13/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 13, 2009 at 7:33 pm
Okay, here's some code to demonstrate what I'm talking about.
Save this code as a batch file, and run it:
for %%a in ("%windir%\*.exe") do SQLCMD -S ServerName -d master -E -Q"set...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 13, 2009 at 6:03 pm
Everyone that keeps posting is just helping to keep "forumloser" around. I suggest that everyone refrain from posting anymore to any of the threads that he has posted to.
At this...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 13, 2009 at 5:48 pm
You could try putting the two queries into a procedure, and then specifying to execute that procedure as the query. That may do the trick.
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 13, 2009 at 10:44 am
You know, the people that help out here are all un-paid volunteers. Providing the DDL scripts (CREATE TABLE, CREATE INDEX, etc.) for the tables affected, and INSERT statements to put...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 12, 2009 at 11:47 pm
Jeff Moden (6/12/2009)
Leave the first "-o" alone. Change all of the other "-o" to ">>".Old DOS warrior trick. 😛
Ahem. It's not very often that someone gets to tell...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 12, 2009 at 11:42 pm
RBarryYoung (6/12/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 12, 2009 at 8:41 pm
Steve Kinnaman (6/11/2009)
select ...
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 12, 2009 at 5:32 pm
carissa.chris (6/12/2009)
Wayne
Microsoft Certified Master: SQL Server 2008
Author - SQL Server T-SQL Recipes
June 12, 2009 at 4:20 pm
Viewing 15 posts - 5,206 through 5,220 (of 5,588 total)