Viewing 11 posts - 1 through 11 (of 11 total)
Below is roughly the script I have... I dont replacing the CHAR(13) function with </br> is going to do the trick???
Any suggestions???
declare
test_cur cursor
March 15, 2007 at 10:18 am
Thanks for this James... I will take a look....
March 15, 2007 at 4:31 am
If you can split your parameter into seperate month and year parameters, try:
select * from vacation where datepart(mm,exitdate) = @month and datepart(yy,exitdate) = @year
--datename function does roughly the same thing.
March 15, 2007 at 4:15 am
Almost certain it is not being sent by html... tried adding the <br> but the proc didnt like it!!
March 15, 2007 at 3:55 am
I am using MS Outlook 2003, SP1.
Do you know what settings I should check? Outlook isnt my strong point.
Thanks Again
Gary.
March 14, 2007 at 6:15 am
Hi Noel.
Yes, I am using SQL 2005. I know that I could see the backlog by clicking on the subscription properties and checking manually. What I need is to be...
November 28, 2006 at 8:26 am
Just to close out on this topic, it seems that the login that we were using was being used by another server on the domain that we were unaware of....
November 27, 2006 at 2:50 am
Yes, I logged out of the domain.
I am thinking that if there were any other legacy connections with the login, would the new connection with the login inherit these priviliges...
November 23, 2006 at 8:43 am
I checked to ensure that the login is not a member of any other SQL group. The background to this issue is that we are trying to remove a lot...
November 22, 2006 at 10:02 am
The login is still a domain login but I deleted it from the Active Directory group.When I readded the group as a SQL Server Login, and tried to connect to...
November 22, 2006 at 9:19 am
Viewing 11 posts - 1 through 11 (of 11 total)