Viewing 15 posts - 46 through 60 (of 117 total)
Thanks Jeffrey.
I set the services to manual. I was wondering where do I configure the startup parameters in the cluster administrator console. I was browsing around and couldn't find it.
Thanks...
February 16, 2010 at 8:15 am
Yeah it's missing the semi colon thats why it thinks its a part of the file path. We don't need the traceflag anymore so I wanted to remove it completely.
Everytime...
February 15, 2010 at 12:09 pm
george sibbald (1/5/2010)
select 'exec sp_helptext ', name from sys.objects where type = 'P'
run the results of that in another window, output to a file...
January 5, 2010 at 4:41 pm
SQL Iron Chef (1/5/2010)
I'm trying to figure out if there is a way to query master or a dmo/dmv/etc to find SPs that use a certain view.
For instance, suppose...
January 5, 2010 at 4:40 pm
thanks for the info guys.
basically i was given a task to rewrite that store procedure and was trying to figure out what the sp was doing since i didn't write...
December 21, 2009 at 5:13 pm
Lynn Pettis (12/21/2009)
SQL Iron Chef (12/21/2009)
You do know that the NOLOCK hint on the update is ignored, right?
Actually I didn't! I was just trying to digest someone else code, that...
December 21, 2009 at 1:58 pm
it is an inner join. shoot how embarrasing.
i remember seeing this in my text book way back in my college days
ex: from table1, table2 where table1.id = table2.id
December 21, 2009 at 1:40 pm
darns all the latest updates didn't fix it. if I find a solution I'll add a reply
December 16, 2009 at 7:35 am
actually i think its database specific because when you create it, its under programmbility and then store procedure or function
November 12, 2009 at 3:17 pm
Actually I think it should be >=
October 21, 2009 at 2:41 pm
Or is there a way to to not show bars with zero value? This is killing me
September 30, 2009 at 2:01 pm
Dang it I figure it out.
Basically you can set the visibility property of an object like a chart or list or table or etc to hide if the password is...
September 18, 2009 at 3:16 pm
Thanks Steve.
I remember reading somewhere that if you rebuild indexes it can make the transaction log full or grow bigger. If thats the case should you run a transaction log...
September 15, 2009 at 12:06 pm
Viewing 15 posts - 46 through 60 (of 117 total)