Viewing 15 posts - 571 through 585 (of 2,486 total)
So what is the completed Query string look like? Are you able to copy it into Query Analyzer and run it?
October 30, 2005 at 9:09 pm
syslogins is a view on sysxlogins. In the view, the password field is converted from varbinary to nvarchar.
sysxlogins is an undocumented table, and as such any use is not supported....
October 30, 2005 at 7:42 pm
Mike
With a MSX/TSX setup, the jobs are copied out to the TSX's. if the MSX is offline the jobs still execute on the TSX they just don't poll for changes.
October 30, 2005 at 4:22 pm
How are you viewing the syslogins view, via Enterprise Manager or Query Analyzer??
When you say "...it is showing empty...", do you mean it's an empty string or NULL?
October 30, 2005 at 3:43 pm
If I'm reading you right, you want to pass a value back to the calling package ??
Unfortunately, this is not as obvious as it seems
October 30, 2005 at 3:37 pm
Or even better get the DTSFTP task from http://www.sqldts.com. This custom task supports both get and put operations unlike the inbuilt FTP task.
October 30, 2005 at 3:23 pm
Using the # symbols to define date is for MS Access not SQL Server.
October 30, 2005 at 3:22 pm
Brenda, If you use xp_smtp_sendmail from http://www.sqldev.net it has an option to use a html file as the body of the email. We do this for a couple of...
October 30, 2005 at 3:19 pm
Anyone had any success at getting to the tech.rssgroup.com website?
I've tried from my work computer and home computer and just get connection timeout errors.
October 27, 2005 at 7:27 pm
After just resorting to VBScript to create an XML file, I too would love to see the download.
October 27, 2005 at 6:26 am
Check Books Online. All the information you need should be in there.
Also, a google search might provide some helpful info.
October 23, 2005 at 10:58 pm
You also need to be running SQL Server Enterprise Edition.
Standard Edition only supports 2GB RAM.
October 23, 2005 at 10:33 pm
"WHERE (((CND_CITY Like '%as%') OR (ctry_name Like '%as%') OR (CND_RECENTJOB Like '%as%') OR"
Could it be the extra "OR" on the end of the WHERE clause?
October 23, 2005 at 9:48 pm
What is the error you're getting? Is there anything in the Event log?
October 22, 2005 at 7:21 pm
Viewing 15 posts - 571 through 585 (of 2,486 total)