Viewing 15 posts - 91 through 105 (of 789 total)
I think it's something in the character representation of the password that causes QA to throw a column when in GRID mode. When in column-aligned (CTRL-T) mode it lines up ok. ...
April 8, 2004 at 2:40 am
Allen,
Use varchar(nn) rather than char(nn) to reduce those gaps to 1 character.
To eliminate the "(10 row(s) affected)" message SET NOCOUNT ON.
To eliminate the colum headers:
a) from Query Analyzer uncheck the...
April 5, 2004 at 2:37 am
What happens if you run the stored proc (not the sql therein) manually a couple of times?
What happens if you invoke the scheduled job manually a couple of times?
April 5, 2004 at 2:28 am
Boy did MS bury that little gem in the rear-end of their documentation. Makes me wonder if a 16-CPU computer with HTT will perform better than a 24-CPU with HTT...
April 5, 2004 at 1:19 am
Thanks from me too rootman.
March 30, 2004 at 3:04 pm
.... then I think you're (or he's) stuck when it come to viewing the jobs through EM, because a lot of the SPs relied upon by EM actually check the...
March 30, 2004 at 4:53 am
If he is the owner of the jobs (as shown on each job's General tab) he should be able to see them thru Enterprise Manager.
March 30, 2004 at 4:38 am
Yes you can have AWE enabled without the /3GB switch. The AWE setting is ignored (assumed OFF) if there's less than 3gb physical memory.
However, with your 4gb and AWE enabled...
March 29, 2004 at 3:37 am
This is just an informational message meaning that the MSDTC service is
unavailable at the time when SQL Server is started. It won't result in any
problems with subsequent distributed transactions provided...
March 28, 2004 at 6:14 pm
The trouble is that sev 15 errors are not event logged by default. So setting up the alert for sev 15 doesn't achieve anything because the trigger for alerts is...
March 28, 2004 at 6:02 pm
'tis hard to remember my SQL stuff. However, I do recall being able to do a:
DBCC checktable('syslogs')
...when in the database in question, to correct...
March 26, 2004 at 12:40 pm
The reserved and data figures are derived from data in the sysindexes table. These are inconsistent. Nothing to worry about though - it happens all the time - even in...
March 25, 2004 at 11:53 pm
GaryA,
Look in the column "message" for job step 0. It should contain something like:
The Job was invoked by Schedule nn
(if invoked by SQLAgent's schedule)
or
The Job was invoked by User xxxxxxxx
(if...
March 24, 2004 at 2:26 pm
It could be that you've registered the same instance twice under EM with 2 different names. When you think you're looking at server_TEST attributes it's really that of server_DEV. If this is...
March 24, 2004 at 1:34 am
I'm working on the theory that it is SQL Agent initiating the jobs, based on the statement "Only deleting the schedule stops them".
If the jobs were being initiated by some...
March 23, 2004 at 3:36 pm
Viewing 15 posts - 91 through 105 (of 789 total)