Viewing 15 posts - 1,351 through 1,365 (of 2,486 total)
How about setting '_blank' as the target ??
April 4, 2005 at 1:35 am
If the structure of the sheet remains the same for each sheet, you can change the name of the source easiliy enough using a dynamic properties task. The tricky part...
March 31, 2005 at 8:06 pm
From Books Online
"When GROUP BY is specified, either each column in any non-aggregate expression in the select list should be included in the...
March 31, 2005 at 12:07 am
The sort order is by username.
If you've got any suggestions, problems, etc... post it in the feedback forum
http://www.sqlserver.org.au/forums/ShowForum.aspx?ForumID=6
March 30, 2005 at 7:26 pm
Good to see you finally registered over at ASSUG
March 30, 2005 at 7:14 pm
Actually it should probably go in the DTS forum
http://www.sqlservercentral.com/forums/messages.aspx?forumid=19
March 30, 2005 at 4:23 pm
Is your Excel -> SQL transfer a datapump task? If so, make you turn on the "Close connection on Completion" option in the workflow properties of the task.
March 30, 2005 at 4:22 pm
There is a good article on this over at http://www.sqldts.com.
March 30, 2005 at 4:18 pm
I really don't know what the fuss is about here. I've used the FREE dts FTP custom task from http://www.sqldts.com for months without problems.
We FTP files from about half-dozen...
March 30, 2005 at 4:05 pm
If you run sp_help for a table the foreign key relationships should be at the bottom of the output. If there not there, then maybe they don't exist.
Another quick method...
March 30, 2005 at 3:58 pm
Is this a default SBS install? Can the Win XP connect to another non-SBS SQL Server?
As for the registry settings, SBS normally installs SQL as a named instance, therefore the...
March 29, 2005 at 6:02 pm
Try EXEC sp_help '<object name>'
Full syntax and description in Books Online.
March 29, 2005 at 5:54 pm
Make sure you take a look at this article on DTS best practices,
http://msdn.microsoft.com/library/en-us/dnsql2k/html/sql_busintbpwithdts.asp
For books, you can't go past SQL Server 2000 DTS by Wrox
March 29, 2005 at 4:06 pm
What problems are you having? We've been using xp_smtp_sendmail for over 18 months without any issues.
March 29, 2005 at 3:52 pm
Viewing 15 posts - 1,351 through 1,365 (of 2,486 total)