Viewing 15 posts - 106 through 120 (of 2,483 total)
How about using fn_get_sql instead of dbcc inputbuffer? That way the sql statement won't be truncated. 😉
July 18, 2008 at 12:35 am
I don't think I was inferring that I couldn't rename the fields, I was just saying that the task was a big chore in building the model.
There are no tools/wizards...
May 29, 2008 at 3:23 am
Sameer
Are you running on SQL 2000 or SQL 2005?
Thinking some sort of query on the sysjobhistory table in the msdb database would be what you're after.
May 14, 2008 at 7:21 am
Do you receive the same "... content restriction ..." message?
April 16, 2008 at 11:14 pm
"Inbound" would be when mail is arriving at the mail server, "Outbound" would be when mail is leaving the mail server.
January 27, 2008 at 9:21 pm
So the message might be text, what about any disclaimers, etc... that may be added to the outbound email?
I had one client that had similar problems sending plain text emails...
January 24, 2008 at 4:22 am
"Message rejected due to content restrictions"
This is a small clue which indicates why the message isn't being received 😀
January 21, 2008 at 3:08 pm
The usual culprit in this sort of scenario is that you haven't created the Outlook profile using the same credentials that the SQL Server services are using.
Try logging in to...
January 21, 2008 at 3:05 pm
Just curious, what are you trying to achieve with these two statements?
CONVERT (VARCHAR (10),T1.LAST_UPD, 101) + ' ' + CONVERT (VARCHAR (10),T1.LAST_UPD, 8),
CONVERT (VARCHAR (10),T1.CREATED, 101) + ' ' +...
December 17, 2007 at 9:20 pm
The closest you're going to get is this tool,
http://www.geckoware.com.au/Content.aspx?Doc_id=1002
If that doesn't meet your needs then its time to re-evaluate your desired outcomes.
I mean really, who is going to...
December 17, 2007 at 9:12 pm
To end up with data in different files, you will need to do some sort of data transfer process. Either DTS or BCP will suit your needs.
Another option is to...
December 17, 2007 at 9:08 pm
Sounds like you'd be better off using replication. Have a look at transactional publications with updating subscriptions.
December 17, 2007 at 9:05 pm
Check http://www.sqldts.com. They'll have an example of checking for the existence of the file.
October 30, 2007 at 4:08 pm
~~Sugesh Kumar (10/30/2007)
If it is SQL 2005 then full text catalogs are stored in backups.
Isn't that what I said 😉
October 30, 2007 at 3:34 am
Viewing 15 posts - 106 through 120 (of 2,483 total)