Viewing 13 posts - 91 through 103 (of 103 total)
Hello
My DB Mail is set up and I can send emails using the following code:
EXECUTE Msdb..sp_send_dbmail
@recipients = 'someone@hotmail.com',
@subject = 'Test DB Mail',
@body = 'SQL Database Mail...
February 12, 2009 at 4:13 am
Andy Hogg (2/11/2009)
Hi there.If you are working with SQL Server 2005 then you should really consider using the newer Database mail instead of SQL mail.
Sorry I misled you with my...
February 11, 2009 at 9:48 am
No this wont solve the problem as I only wanted to copy the table as there are many other tables which I dont need to copy over - I have...
November 12, 2008 at 3:15 am
For now - just the once - But I know of other instances when I will want to copy a table from one database to another - Are we summarising...
November 10, 2008 at 8:44 am
I want to copy to another database which has a lot more space available (Held on a different hard drive) - and as this is a large table 14gb want...
November 10, 2008 at 6:48 am
I tired the Microsoft SQL Server Database Publishing wizard and again as far as I can see this again recreates the table, appends the data then recreates the indexes
Am I...
November 10, 2008 at 5:30 am
As far as I can see when the script is generated - The table is recreated as well as the indexes - So this doesn't really benefit me in time...
November 10, 2008 at 4:38 am
Hello Rob,
Only just had chance to look at this problem again...I see what you are saying however...
When I say the postcode is my unique address key - I meant I...
April 29, 2008 at 8:21 am
Tried BCP and got the same problem...I have checked other forums and have found somewhere where it's supposidly a bug in 2005 - This will get fixed in 2008 -...
April 28, 2008 at 9:24 am
I will give BCP a go....But would be useful to have the experts from here confirm that...
If I can help you with the stored procedure then just ask
Bicky;)
April 28, 2008 at 8:47 am
I am trying to produce a breakdown of the start months of customers who have a unique mailing address using the field postcode (postcode - is my unique address key)...
April 14, 2008 at 6:54 am
Hi Rod
If I was not to aggregate my fields it won't allow me to select them fields as they are not part of my group - How do you suggest...
April 14, 2008 at 2:29 am
Fantastic!
Works fine now....Thanks for the fast response and solution
😀
April 10, 2008 at 3:03 am
Viewing 13 posts - 91 through 103 (of 103 total)