Viewing 15 posts - 76 through 90 (of 200 total)
i can't answer the whole post. but if you're building clusters, remember you'll need a domain controller setup..
i recently built a sql cluster for practice but couldn't join the network...
November 6, 2009 at 1:54 pm
good grief
get a good sql book
take a class
November 6, 2009 at 11:19 am
The one thing about going up against more experienced people is that they tend to want to be paid more.. I'm sure you could find a jr position somewhere, but...
October 30, 2009 at 3:00 pm
just in case it'll help someone else out.. i modified your script a little:
DECLARE @newuser VARCHAR(50)
SET @newuser = 'DOMAINewuser'
SELECT 'EXEC msdb..sp_update_job @job_name = ' + '''' + sj.[name] + ''','
+...
October 23, 2009 at 1:17 pm
ahh msdb has sysjobs.. thanks..
for whatever reason I was looking in master.. that doesn't make sense at all.. doh.. brain fart i guess 🙂
thanks
October 23, 2009 at 1:04 pm
Michael Valentine Jones thanks.. I dont think its what I'm looking for.. I believe thats what the report comes from?.. but..
with that aside.. glad to have the link.. could be...
October 23, 2009 at 8:34 am
Hmm.. it shows a change.. but I suspect (from the user and time) that the change is from either a re-org or a rebuild
IX_v_CompanyIndex
DDL OperationTime ...
October 23, 2009 at 8:25 am
i made a comment in relation to the OP's cognitive functionality which i removed upon request.. my bad 🙂
really does irk me when I see this kind of thing though.....
October 21, 2009 at 1:59 pm
ItalianOlgi (10/16/2009)
GSquared (10/13/2009)
RML51 (10/13/2009)
I think the OP has already shot himself in the foot. If anyone gets a resume from someone named Olgi do you think he'll get an interview?
I'd...
October 16, 2009 at 12:55 pm
to be honest.. should have thought of that myself..
thanks! 🙂
edit: i see my problem now.. i was reading syslogins when i should have been looking at sql_logins.. doh!
October 9, 2009 at 1:49 pm
wow.. nice thanks..
just out of interest.. how did you get this? sql profiler?
October 9, 2009 at 1:44 pm
ItalianOlgi (10/8/2009)
Gianluca Sartori (10/8/2009)
Good luck.
BTW, I will remember your name and never help you in these forums, because I don't think...
October 8, 2009 at 12:24 pm
have you tried tracing where the poor performance is coming from when you're having the issue? Is other stuff happening at the same time? Is there a large...
October 8, 2009 at 10:30 am
You could be correct:
ItalianOlgi (10/2/2009)
Hi, my name Olgi, I am from Italy.
OP is FROM italy.. not necessarily IN italy.. bad assumption to make..
I dont really care where the OP...
October 8, 2009 at 9:57 am
Viewing 15 posts - 76 through 90 (of 200 total)