Viewing 14 posts - 46 through 60 (of 60 total)
help if I show the code.
--code starts
DECLARE
@CurDay int,
@CurWeek int,
@CurMonth int,
@CurYear int,
@CurPreviousDay int,
@CurPreviousWeek int,
@CurPreviousMonth int,
@CurPreviousYear int
SET @CurDay = DATEPART(dd, GETDATE())
SET @CurWeek = DATEPART(wk, GETDATE())
SET @CurMonth = DATEPART(mm, GETDATE())
SET @CurYear...
October 22, 2004 at 12:24 pm
THis is what I came up with. Granted it is more then my original request but I thought I would play allitttle.
Thanks for the suggestions
October 22, 2004 at 12:05 pm
please expalint the (convert(char(8),getdate(),120) + '01' )
Thx
October 22, 2004 at 12:03 pm
Once again the ID10T error stikes. She was apart of a group that was denied access to the server. I know I looked at these earlier, but I missed it....
July 16, 2004 at 6:43 am
Thanks Alex for your responce. No we are still (thats another internal issue) not on active directory. We have tried forcing all of the BDC to update but that did...
July 16, 2004 at 4:58 am
That has been done also along with cycling the server and having her logon a differnt PC and attept to connect. All ended withthe same result.
July 15, 2004 at 12:15 pm
I thought of that too. No there are currently no groups that have been denied. The problems did not occure until after she changed her Windows password.
July 15, 2004 at 12:10 pm
sqlbill,
Thanks. I just read that on their web site.
Thank you for your help. I told them that it was more then likly not possiable.
May 14, 2004 at 7:58 am
I have also runn into problems with the server backup tool trying to back up the log and datafiles while the database is active.
May 14, 2004 at 6:31 am
I have noticed that in the last few years companies have been handing out titles instead of cash at evaluation time. They will say things like "We are promoting you...
November 10, 2003 at 7:42 am
Thank you for all of your responses. You are correct. I am running XP. And changing the reg. does not work. I am working with our friends at Microsoft to...
August 5, 2003 at 5:35 am
No my account did not change. I am an Admin on my PC. I can go into Rededt32 and see the servers listed in the keys in several locations....
August 2, 2003 at 7:33 am
In this new age of technology you might be able to expand your list of canadates if you allowed for remote administration. For example. I live in Ohio but I...
November 21, 2002 at 6:08 am
Viewing 14 posts - 46 through 60 (of 60 total)