Viewing 15 posts - 31 through 45 (of 46 total)
Thanks to all and I am on Win 2003.
June 15, 2007 at 6:57 am
No firewalls and the UNC approach WORKS. I'm still baffled as to why the mapped drive won't work.
June 14, 2007 at 7:37 am
danke schön!!! Now I have to google ZANGLE to find out what it is. 🙂
May 2, 2007 at 12:20 pm
Found it.
Q. What release of SQL Server 2005 will run on Windows Vista?
A. SQL Server 2005 Express Edition with Service Pack 1 will run on Windows Vista but...
January 2, 2007 at 9:21 am
d'oh!!! I can't tell you how many times I mis-counted those. Many thanks.
November 14, 2006 at 9:29 am
Thanks! If I understand correctly, the syntax should look something like:
update users set password =
(lower(substring(studemo.firstname,1,2)) + lower(substring(studemo.lastname,1,4)) + cast(datepart(day, studemo.birthdate) as varchar (2))
FROM users
inner join studemo ON users.username...
November 14, 2006 at 9:19 am
I've tried both the virtual IP and virtual server name for the sql server on the cluster; I'm not using using either node ip or machine names. SAC is recognizing...
November 8, 2006 at 7:30 am
I've tried both and received the same error.
November 7, 2006 at 12:59 pm
Thanks for all the replies. The data is a teacher id; wish it would have been a char field.
October 15, 2006 at 9:09 am
One trigger does fire (9tr_slvswstuU fired, no change to address fields). I see this when I limit the update to only 1600 row (16 sec execution). There is...
August 28, 2006 at 4:09 pm
Both are varchar (passwd is varchar(11) & ident is varchar (10)). Can you explain how I can monitor this and see where the bottle neck is located?
August 28, 2006 at 3:43 pm
Fully qualifying the share folder fixed the problem.
August 21, 2006 at 11:23 am
Viewing 15 posts - 31 through 45 (of 46 total)