Viewing 15 posts - 46 through 60 (of 64 total)
Many thanks for all your help guys, I've managed to get it working.
Very much appreciated!!
Cheers
Dave
January 4, 2008 at 1:31 am
thanks for the reply Andras.
I need to delete data that is 3 days old from the database. I'm just using a select to show the data to start with before...
January 2, 2008 at 8:56 am
well, it doesnt give an error as such, it just stick a few spaces in the SQL.
e.g. = "getdate()-3" changes to "Getdate() - 3"
this is the query...
SELECT ...
January 2, 2008 at 8:16 am
Thanks Steve,
yeah its a SQL Server Agent Job, I'd ideally like to have the values saved into a table and just have the scheduled task check the table date...
wait...
January 2, 2008 at 3:21 am
Thanks for the reply Steve, Sorry, I didnt know there was a DTS area.. Thanks for moving it for me.
yep. after looking into the SQL server specs, its running on...
December 20, 2007 at 11:11 am
this is the one i use..
Sub thisname()
Dim strDate As String
Dim strSite As String
Dim strOrder As String
...
December 19, 2007 at 7:25 am
What Client OS are you using?
is the local FW enabled? its more then likley that the PC can't see the server.
is the SQL servers FW enabled?
cheers
Dave
December 18, 2007 at 9:32 am
Doh.. sorry, I really should look to see if there are other pages.. ffs... going home... 🙁
December 18, 2007 at 9:18 am
not sure why you have two objects for mail..
bin the Imsg one.
here is my working sample of the same code
set msg = CreateObject("CDO.Message")
msg.From = "sql.server@businessName.com"
msg.To = "joebloggs@businessName.com"
...
December 18, 2007 at 9:14 am
Hi there,
have alook at my post.. All the code is there to do this.
http://www.sqlservercentral.com/Forums/Topic434295-5-1.aspx
Regards
Dave
December 18, 2007 at 8:21 am
yeah, I guess all the constraints can be done within the application.
but to help or even stop end line users from making a mash of the database structure, i would...
December 6, 2007 at 9:28 am
thats a great idea.. i'll give that a try in the morning..
cheers
Dave
December 4, 2007 at 9:58 am
Hi MarkusB,
Thanks for the suggestion, it seens to be overwriting it...
fingers crossed.
Cheers
Dave
November 28, 2007 at 3:54 am
your an absolute star Ramesh..
many thanks.
Dave
November 27, 2007 at 5:55 am
Viewing 15 posts - 46 through 60 (of 64 total)