Viewing 15 posts - 16 through 30 (of 41 total)
... I had more to say but for some reason my submission got cut off. Generally though, I just said that using the question to promote a site is ok,...
June 17, 2005 at 3:38 pm
I have 2 issues with this question:
1) since it was put under "Category: humor" I assumed that any answer would do so I picked sqlservercentral just because I like the...
June 17, 2005 at 3:36 pm
Just thought I would mention that I had the same issue. see:
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=116003#bm116046
December 23, 2004 at 1:22 pm
ok, I'm confused though, are you encountering an error when trying to change the password or not?
December 21, 2004 at 8:50 am
Interesting, thanks for the reply.
It ended up being that after yet another reboot it automagically fixed itself up! However, I think you may be onto something regarding the NET VIEW...
December 21, 2004 at 7:07 am
Try something like this:
sc \\Servername config "SQLSERVERAGENT" password= <new password> >> c:\sc.txt
Replacing <new password> with your new password. That is, perhaps you missed the quotes around the service name?
December 21, 2004 at 6:30 am
I don't have a complete solution for you, but here are bits and pieces to help you along the way:
Services
The Windows 2000 Resource Kit utility sc.exe can be used to...
December 17, 2004 at 9:48 am
Perhaps I did not make myself clear previously... there are no cache misses or checks into sysobjects for the internal "guts" of the stored procedure. Instead, these cache misses, etc...
October 12, 2004 at 7:15 am
Not sure I agree with the answer to this. That is, on my site where we have Oracle, Sybase and SQL Servers the call to this DMO returns Sybase and...
October 8, 2004 at 12:20 pm
I have been meaning to respond to this one for a while now, so hopefully someone is still listening to this...
I actually don't agree that one will be faster than...
August 26, 2004 at 9:07 am
I too am disappointed with this question. When I initially saw it this morning and the possible answers I thought “good, someone is deliberately asking a question in which BOL...
July 15, 2004 at 8:06 am
Here is my contribution to this old question:
CREATE FUNCTION dbo.udf_ProperCase
(@StringVal AS Varchar(8000))
RETURNS Varchar(8000)
AS
/*******************************************************************************************
<cdCmnt>
<descr>Returns a string as proper case using ASCII values
After scouring the internet, found many, many proper...
June 9, 2004 at 11:05 am
I thought I would post a quick update on this...
- any hotfix after .818 is returning job steps in alphabetical order instead of job id order (when right-clicking job and...
May 29, 2004 at 10:00 am
GO's are T-SQL batch separators. As a result, the SQL you mentioned above is actually 2 pieces. The first gives you a stored procedure that inserts into Address and only...
May 19, 2004 at 8:21 pm
Viewing 15 posts - 16 through 30 (of 41 total)